[Arch] Introduce new XML syntax for global port in tile annotation
This commit is contained in:
parent
cde26597ed
commit
a14a56772a
|
@ -169,7 +169,9 @@
|
||||||
<segment name="L4" circuit_model_name="chan_segment"/>
|
<segment name="L4" circuit_model_name="chan_segment"/>
|
||||||
</routing_segment>
|
</routing_segment>
|
||||||
<tile_annotations>
|
<tile_annotations>
|
||||||
<global_port name="clk" tile_port="clb.clk" is_clock="true" default_val="0"/>
|
<global_port name="clk" is_clock="true" default_val="0">
|
||||||
|
<tile name="clb" port="clk"/>
|
||||||
|
</global_port>
|
||||||
</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