Skip to content

Commit ca3609a

Browse files
committed
Better readability of constant
1 parent 2bcf482 commit ca3609a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tt_um_hpretl_spi.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module tt_um_hpretl_spi (
2323
wire [15:0] sine_out_w;
2424
wire [15:0] dac_input;
2525

26-
assign uio_oe = 8'b11111111; // using IO for output
26+
assign uio_oe = 8'b1111_1111; // using IO for output
2727
assign uio_out = ui_in[3] ? reg_out_w[15:8] : reg_out_w[7:0];
2828

2929
assign dac_input = ui_in[6] ? sine_out_w : reg_out_w;

0 commit comments

Comments
 (0)