Skip to content

Commit

Permalink
upduino: Fix sim in example testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Mar 18, 2024
1 parent 20c060c commit ea69f92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions icezum/wire/apio.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[env]
board = icezum
top-module = main

2 changes: 1 addition & 1 deletion upduino31/testbench/main_tb.v
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module main_tb ();
.count_en(count_en),
.digit_1(digit_1),
.digit_10(digit_10),
.carry
.carry(carry)
);

initial begin
Expand Down

0 comments on commit ea69f92

Please sign in to comment.