Answers Database
M1.5i: EPIC: Error:bascp:242 - Can not modify constraint that applies to multiple objects.
Record #5931
Product Family: Software
Product Line: FPGA Implementation
Product Part: Epic
Product Version: 1.5is2
Problem Title:
M1.5i: EPIC: Error:bascp:242 - Can not modify constraint that applies to multiple objects.
Problem Description:
Keyords: modify, constraint, applies, multiple, epic, bascp
Urgency: Standard
General Description:
A design has the following constraint in a ucf file...
CONFIG PROHIBIT = "CLB_R1C1.*";
After implementation, Epic will not let the user change this prohibit attribute:
error:bascp:242 - can not modify constraint that applies to multiple objects
Solution 1:
Edit the PCF file and change the prohibit so that it does not use
wildcards (*). Then rerun Epic and it will allow these changes.
Another workaround is to NOT use wildcards at all.
End of Record #5931 - Last Modified: 07/14/99 08:14 |