Skip to content

Commit

Permalink
Merge pull request #92 from siliconcompiler/gadfort-patch-1
Browse files Browse the repository at this point in the history
fix ioclamp inst in ioside
  • Loading branch information
gadfort authored Jan 18, 2025
2 parents f506e08 + 9d7ad38 commit f2bf8af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lambdalib/padring/rtl/la_ioside.v
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@ module la_ioside
// LA_CLAMP
if (CELLMAP[(i*40+16)+:8] == LA_CLAMP)
begin : gclamp
la_iovssa #(.SIDE(SIDE),
.PROP(CELLMAP[(i*40+32)+:8]),
.RINGW(RINGW))
la_ioclamp #(.SIDE(SIDE),
.PROP(CELLMAP[(i*40+32)+:8]),
.RINGW(RINGW))
i0 (.pad(pad[CELLMAP[(i*40)+:8]]),
.vss(vss),
.vdd(vdd[CELLMAP[(i*40+24)+:8]]),
Expand Down

0 comments on commit f2bf8af

Please sign in to comment.