Skip to content

Commit b07e639

Browse files
committed
ol2/tt_top: use analog pads
1 parent 2cb17d7 commit b07e639

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ol2/tt_top/tt_ihp_wrapper.v

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ module tt_ihp_wrapper (
4848
localparam [15:0] TT_PAD_IN = 16'b0000000000_00_1010;
4949
localparam [15:0] TT_PAD_OUT = 16'b0000000000_10_1001;
5050
localparam [15:0] TT_PAD_INOUT = 16'b0000000000_10_1011;
51-
// localparam [15:0] TT_PAD_ANALOG = 16'b0000000000_00_1100;
52-
localparam [15:0] TT_PAD_ANALOG = TT_PAD_NC; // FIXME
51+
localparam [15:0] TT_PAD_ANALOG = 16'b0000000000_00_1100;
5352
localparam [15:0] TT_PAD_PWR_CORE = 16'b0000000000_00_0101;
5453
localparam [15:0] TT_PAD_GND_CORE = 16'b0000000000_00_0100;
5554
localparam [15:0] TT_PAD_PWR_IO = 16'b0000000000_00_0111;

0 commit comments

Comments
 (0)