[arch] fixed a bug where the array size mismatch the layout name

This commit is contained in:
tangxifan 2023-05-03 22:23:20 +08:00
parent 8d02a6e600
commit f89b7a82cf
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>