观察“View Technology Schematic”是正确的,显示的就是我设置的端口,手工写了“Edit Constraints”,如下:
NET "clk" LOC = P2;
NET "d_in" LOC = P4;
NET "d_out" LOC = P5;
再次点击“Assign Package Pins”,,显示如下错误:
Compiling verilog file "E:\Data\FPGA\exercise\syswith\disfre.v"
ERROR:designEntry - Could not apply constraint:
NET "clk" LOC = P2;
ERROR:designEntry - Could not apply constraint: NET "d_in" LOC = P4;
ERROR:designEntry - Could not apply constraint: NET "d_out" LOC = P5;