Skip to content

Commit

Permalink
Fixed output ports
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenReith committed Apr 3, 2024
1 parent f680cdb commit 5f4b2c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SteffenReith_ASGTop.v
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ module tt_um_SteffenReith_ASGTop (
// Set the directions for the IOs (unused at all)
assign uio_oe = 8'bZZZZ_ZZZZ;

// Set unused outputs to Z
assign uo_out[7:1] = 7'bZZZZ_ZZZ;

//Instantiate the ASG and connect the signals
ASG asg (
.loadIt(ui_in[1:0]),
Expand Down

0 comments on commit 5f4b2c8

Please sign in to comment.