Skip to content

Commit 977330a

Browse files
committed
Fixing incorrect instance
1 parent c957665 commit 977330a

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 #( // per side parameters
156156
);
157157
end
158158
else if (CELLMAP[i*24+:4] == LA_TXDIFF[3:0]) begin : ila_txdiff
159-
la_iorxdiff #(
159+
la_iotxdiff #(
160160
.SIDE (SIDE),
161161
.TYPE (CELLMAP[(i*24+4)+:4]),
162162
.RINGW(RINGW)

0 commit comments

Comments
 (0)