[test] remove unused files

This commit is contained in:
tangxifan 2024-07-10 10:15:47 -07:00
parent 77304164f4
commit dbe8e63f53
3 changed files with 3 additions and 10 deletions

View File

@ -20,6 +20,7 @@
<spine name="clk_rib_lvl1_sw1_lower" start_x="2" start_y="1" end_x="2" end_y="1" type="CHANY" direction="DEC_DIRECTION"/>
<taps>
<all from_pin="op_clk[0:0]" to_pin="clb[0:0].clk[0:0]"/>
<all from_pin="op_clk[0:0]" to_pin="clb[0:0].I[0:11]"/>
</taps>
</clock_network>
<clock_network name="rst_tree_2lvl" global_port="op_reset[0:0]">

View File

@ -2,7 +2,7 @@
<!-- For a given .blif file, we want to assign
- the reset signal to the op_reset[0] port of the FPGA fabric
-->
<set_io pin="op_reset[0]" net="reset"/>
<set_io pin="op_clk[0]" net="clk"/>
<set_io pin="op_reset[0]" net="rst_i"/>
<set_io pin="op_clk[0]" net="clk_i"/>
</pin_constraints>

View File

@ -1,8 +0,0 @@
<pin_constraints>
<!-- For a given .blif file, we want to assign
- the reset signal to the op_reset[0] port of the FPGA fabric
-->
<set_io pin="op_reset[0]" net="resetb" default_value="1"/>
<set_io pin="op_clk[0]" net="clk"/>
</pin_constraints>