Answers Database
M1 Map - A parsing error has occurred at line 2, token 'P124'.
Record #2072
Product Family: Software
Product Line: FPGA Implementation
Product Part: map
Product Version: 1.1.1a
Problem Title:
M1 Map - A parsing error has occurred at line 2, token 'P124'.
Problem Description:
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 - Last Modified: 04/30/99 17:01 |