Skip to content

Commit

Permalink
Update tt_um_Digi_OTA_.v
Browse files Browse the repository at this point in the history
  • Loading branch information
maquinadefuego919 authored Oct 12, 2024
1 parent 6d40dda commit b708f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tt_um_Digi_OTA_.v
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ wire Vip, Vin, Out;
assign Vin = ua[1];

assign Out = ua[2];
assign ua[5:3] = 3'b000;
//assign ua[5:3] = 3'b000;
assign uo_out[7:0] = 8'b00000000;
assign ui_in[7:0] = 8'b00000000;

Expand Down

0 comments on commit b708f79

Please sign in to comment.