I amconverting an ISE design toPlanAhead tool.My ISEconstraints file LOCed pins using bank constraints. PlanAhead tool neither tells me if a pin has a bank constraint nor lets me set a bank constraint (like PACE did). How do I fix this?
Example:
# I/O
INST "Data_Ctl*" LOC = "Bank11";
INST "Data*" LOC = "Bank11";
INST "Clk*" LOC = "Bank11";