Skip to content

Commit a62c96a

Browse files
committed
fix ila_iovddio CELLMAP
1 parent 03fd80f commit a62c96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdalib/padring/rtl/la_ioside.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ module la_ioside
156156
.RINGW(RINGW))
157157
i0(.vss (vss));
158158
end
159-
else if (CELLMAP[(i*24+8)+:4]==LA_VDDIO[3:0])
159+
else if (CELLMAP[i*24+:4]==LA_VDDIO[3:0])
160160
begin: ila_iovddio
161161
la_iovddio #(.SIDE(SIDE),
162162
.TYPE(CELLMAP[((i*24+8)+4)+:4]),

0 commit comments

Comments
 (0)