[arch] fixed a bug where the array size mismatch the layout name
This commit is contained in:
parent
8d02a6e600
commit
f89b7a82cf
|
@ -82,7 +82,7 @@
|
|||
<!--Fill with 'clb'-->
|
||||
<fill type="clb" priority="10"/>
|
||||
</auto_layout>
|
||||
<fixed_layout name="2x2" width="10" height="10">
|
||||
<fixed_layout name="2x2" width="4" height="4">
|
||||
<!--Perimeter of 'io' blocks with 'EMPTY' blocks at corners-->
|
||||
<perimeter type="hybrid_io_tile" priority="100"/>
|
||||
<corners type="EMPTY" priority="101"/>
|
||||
|
|
Loading…
Reference in New Issue