mirror of https://github.com/lnis-uofu/SOFA.git
[Arch] Patch reset port name to be consistent with post-PnR netlist
This commit is contained in:
parent
20cba3f558
commit
06731e092e
|
@ -230,7 +230,7 @@
|
||||||
</direct_connection>
|
</direct_connection>
|
||||||
<tile_annotations>
|
<tile_annotations>
|
||||||
<global_port name="clk" tile_port="clb.clk" is_clock="true" default_val="0"/>
|
<global_port name="clk" tile_port="clb.clk" is_clock="true" default_val="0"/>
|
||||||
<global_port name="reset" tile_port="clb.reset" is_reset="true" default_val="1"/>
|
<global_port name="Reset" tile_port="clb.reset" is_reset="true" default_val="1"/>
|
||||||
</tile_annotations>
|
</tile_annotations>
|
||||||
<pb_type_annotations>
|
<pb_type_annotations>
|
||||||
<!-- physical pb_type binding in complex block IO -->
|
<!-- physical pb_type binding in complex block IO -->
|
||||||
|
|
Loading…
Reference in New Issue