[Arch] Patch pin location of dsp8 to be evenly placed on the right side of a height=2 block

This commit is contained in:
tangxifan 2021-04-26 12:00:57 -06:00
parent 6e87b8875b
commit 7d4c5e3cd1
1 changed files with 2 additions and 1 deletions

View File

@ -210,7 +210,8 @@
<pinlocations pattern="custom">
<loc side="left"></loc>
<loc side="top"></loc>
<loc side="right">mult_8.a[0:5] mult_8.b[0:5] mult_8.out[0:10]</loc>
<loc side="right" yoffset="0">mult_8.a[0:2] mult_8.b[0:2] mult_8.out[0:5]</loc>
<loc side="right" yoffset="1">mult_8.a[3:5] mult_8.b[3:5] mult_8.out[6:10]</loc>
<loc side="bottom">mult_8.a[6:7] mult_8.b[6:7] mult_8.out[11:15]</loc>
</pinlocations>
</tile>