Update repack_design_constraints.xml by changing the separater between pb type and pin name
To avoid the syntax error in parsing design constraint file - since the regression system is not designed to capture such intended error.
This commit is contained in:
parent
5ca928efda
commit
7475a002b6
|
@ -1,7 +1,7 @@
|
|||
<repack_design_constraints>
|
||||
<pin_constraint pb_type="clb" pin="clk[0]" net="clk_i"/>
|
||||
<pin_constraint pb_type="clb" pin="reset[0]" net="rst_i"/>
|
||||
<ignore_net name="rst_i" pin="clb,I[0:11]"/>
|
||||
<ignore_net name="rst_i" pin="clb.I[0:11]"/>
|
||||
|
||||
</repack_design_constraints>
|
||||
|
||||
|
|
Loading…
Reference in New Issue