Skip to content

Commit

Permalink
rtl/prim_ihp-sg13g2: Use _4 variant of sg13g2_ebufn instead of _2
Browse files Browse the repository at this point in the history
The _2 variant has a DRC issue when abutted to itself. (NW.b)

Signed-off-by: Sylvain Munaut <[email protected]>
  • Loading branch information
smunaut committed Oct 30, 2024
1 parent 61a506c commit 169358a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/prim_ihp-sg13g2/tt_prim_tbuf.v
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module tt_prim_tbuf #(
.Z (z)
);
end else begin
sg13g2_ebufn_2 cell0_I (
sg13g2_ebufn_4 cell0_I (
.A (a),
.TE_B (tx),
.Z (z)
Expand Down

0 comments on commit 169358a

Please sign in to comment.