Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Change VPWR to VDPWR and add a commented out VAPWR
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvenn committed Jul 2, 2024
1 parent aa18147 commit 491f553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/project.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

module tt_um_example (
input wire VGND,
input wire VPWR,
input wire VDPWR, // 1.8v power supply
// input wire VAPWR, // 3.3v power supply
input wire [7:0] ui_in, // Dedicated inputs
output wire [7:0] uo_out, // Dedicated outputs
input wire [7:0] uio_in, // IOs: Input path
Expand Down

0 comments on commit 491f553

Please sign in to comment.