Answers Database
map m1.1.1a: A parsing error has occurred at line 2, token 'P124'.
Record #2072
Product Family: Software
Product Line: Merged Core
Problem Title:
map m1.1.1a: A parsing error has occurred at line 2, token 'P124'.
Problem Description:
Keywords: map, ucf, prohibit, parsing, token
Urgency: Standard
General Description:
Prohibiting PIN locations in the ucf file causes map to error:
map: version M1.1.1a
Copyright (c) 1995-1996 Xilinx, Inc. All rights reserved.
WARNING:0 - A parsing error has occurred at line 2, token 'P124'.
ERROR:0 - Syntax errors were found in the constraint file latches.pcf.
Solution 1:
This is caused when there is more than one SITE listed in a PROHIBIT statement:
CONFIG PROHIBIT = P184, P124 ;
To fix this, list only one SITE per PROHIBIT line in the ucf file:
CONFIG PROHIBIT = P184 ;
CONFIG PROHIBIT = P124 ;
End of Record #2072
For the latest news, design tips, and patch information on the Xilinx design environment, check out the Xilinx Expert Journals! |