Skip to content

Commit

Permalink
[tt05] Set pin 33/35 as input for the analog test
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
  • Loading branch information
smunaut committed Oct 30, 2023
1 parent 976d71b commit d19a01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/tt_top.v
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module tt_top #(
// Tie-offs
// Control High
assign pad_ch_out = { k_zero, k_zero, k_zero, k_zero, k_zero, k_zero };
assign pad_ch_oe_n = { k_zero, k_one, k_zero, k_one, k_zero, k_one };
assign pad_ch_oe_n = { k_zero, k_one, k_one, k_one, k_one, k_one };

assign ctrl_sel_rst_n = pad_ch_in[4];
assign ctrl_sel_inc = pad_ch_in[2];
Expand Down

0 comments on commit d19a01d

Please sign in to comment.