mirror of https://github.com/lnis-uofu/SOFA.git
Merge pull request #95 from lnis-uofu/FPGA1212_QLSOFA_arch_typo
Fix parsing error in FPGA1212_QLSOFA arch file.
This commit is contained in:
commit
5519215882
|
@ -230,10 +230,10 @@
|
|||
</direct_connection>
|
||||
<tile_annotations>
|
||||
<global_port name="clk" is_clock="true" default_val="0">
|
||||
<tile name=="clb" port="clk" x="-1" y="-1"/>
|
||||
<tile name="clb" port="clk" x="-1" y="-1"/>
|
||||
</global_port>
|
||||
<global_port name="Reset" is_reset="true" default_val="1">
|
||||
<tile name=="clb" port="reset" x="-1" y="-1"/>
|
||||
<tile name="clb" port="reset" x="-1" y="-1"/>
|
||||
</global_port>
|
||||
</tile_annotations>
|
||||
<pb_type_annotations>
|
||||
|
|
Loading…
Reference in New Issue