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 e884965 commit a90dbe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tt_um_Digi_OTA_.v
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
`default_nettype none

module tt_um_Digi_OTA_ (
input wire VGND,
// input wire VGND,
// input wire VDPWR, // 1.8v power supply
// input wire VAPWR, // 3.3v power supply
input wire [7:0] ui_in, // Dedicated inputs
Expand All @@ -26,7 +26,7 @@ assign Vip = ua[0];
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 a90dbe8

Please sign in to comment.