We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcf482 commit ca3609aCopy full SHA for ca3609a
src/tt_um_hpretl_spi.v
@@ -23,7 +23,7 @@ module tt_um_hpretl_spi (
23
wire [15:0] sine_out_w;
24
wire [15:0] dac_input;
25
26
- assign uio_oe = 8'b11111111; // using IO for output
+ assign uio_oe = 8'b1111_1111; // using IO for output
27
assign uio_out = ui_in[3] ? reg_out_w[15:8] : reg_out_w[7:0];
28
29
assign dac_input = ui_in[6] ? sine_out_w : reg_out_w;
0 commit comments