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 9e32c57 commit da52648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tt_um_Digi_OTA_.v
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ module tt_um_Digi_OTA_ (

wire Vip, Vin, Out;

assign ua[0] = Vip;
assign ua[1] = Vin;
assign Vip = ua[0];
assign Vin = ua[1];

assign ua[2] = Out;
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 da52648

Please sign in to comment.