Skip to content

Commit

Permalink
Set outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenReith committed Mar 18, 2024
1 parent d8c3ae7 commit 22bd853
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SteffenReith_PiMACTop.v
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ module tt_um_SteffenReith_PiMACTop (
// A reset signal for the MAC-unit
wire reset = !(rst_n && ena);

// Don't use the IOs as outputs
assign uio_out = 8'b0000_0000;

// Set the directions for the IOs
assign uio_oe = 8'bZZZZ_0000;

Expand Down

0 comments on commit 22bd853

Please sign in to comment.