Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 491f553

Browse files
committed
Change VPWR to VDPWR and add a commented out VAPWR
1 parent aa18147 commit 491f553

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/project.v

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
module tt_um_example (
99
input wire VGND,
10-
input wire VPWR,
10+
input wire VDPWR, // 1.8v power supply
11+
// input wire VAPWR, // 3.3v power supply
1112
input wire [7:0] ui_in, // Dedicated inputs
1213
output wire [7:0] uo_out, // Dedicated outputs
1314
input wire [7:0] uio_in, // IOs: Input path

0 commit comments

Comments
 (0)