[Test] Rename to pin constraint to comply with libpcf requirement
This commit is contained in:
parent
ecd955124b
commit
e17a5cbbf2
|
@ -1,9 +1,9 @@
|
|||
<fpga_port_nets>
|
||||
<pin_constraints>
|
||||
<!-- For a given .blif file, we want to assign
|
||||
- the clk0 signal to the clk[0] port of the FPGA fabric
|
||||
- the clk1 signal to the clk[1] port of the FPGA fabric
|
||||
-->
|
||||
<port net="clk0" fpga="clk[0]"/>
|
||||
<port net="clk1" fpga="clk[1]"/>
|
||||
</fpga_port_nets>
|
||||
<set_io pin="clk[0]" net="clk0"/>
|
||||
<set_io pin="clk[1]" net="clk1"/>
|
||||
</pin_constraints>
|
||||
|
Loading…
Reference in New Issue