[Test] Rename to pin constraint to comply with libpcf requirement

This commit is contained in:
tangxifan 2021-01-19 15:52:51 -07:00
parent ecd955124b
commit e17a5cbbf2
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<fpga_port_nets> <pin_constraints>
<!-- For a given .blif file, we want to assign <!-- For a given .blif file, we want to assign
- the clk0 signal to the clk[0] port of the FPGA fabric - the clk0 signal to the clk[0] port of the FPGA fabric
- the clk1 signal to the clk[1] port of the FPGA fabric - the clk1 signal to the clk[1] port of the FPGA fabric
--> -->
<port net="clk0" fpga="clk[0]"/> <set_io pin="clk[0]" net="clk0"/>
<port net="clk1" fpga="clk[1]"/> <set_io pin="clk[1]" net="clk1"/>
</fpga_port_nets> </pin_constraints>