[arch] fixed a bug which caused verification failed
This commit is contained in:
parent
31da9bf6ea
commit
33e2b16cb1
|
@ -202,9 +202,11 @@
|
||||||
<tile_annotations>
|
<tile_annotations>
|
||||||
<global_port name="op_clk" tile_port="clb.clk" is_clock="true" default_val="0">
|
<global_port name="op_clk" tile_port="clb.clk" is_clock="true" default_val="0">
|
||||||
<tile name="clb" port="clk"/>
|
<tile name="clb" port="clk"/>
|
||||||
|
<tile name="io" port="clk"/>
|
||||||
</global_port>
|
</global_port>
|
||||||
<global_port name="op_reset" is_reset="true" default_val="0">
|
<global_port name="op_reset" is_reset="true" default_val="0">
|
||||||
<tile name="clb" port="reset"/>
|
<tile name="clb" port="reset"/>
|
||||||
|
<tile name="io" port="reset"/>
|
||||||
</global_port>
|
</global_port>
|
||||||
</tile_annotations>
|
</tile_annotations>
|
||||||
<pb_type_annotations>
|
<pb_type_annotations>
|
||||||
|
|
Loading…
Reference in New Issue