Skip to content

Commit

Permalink
Very minor thing
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenReith committed Mar 18, 2024
1 parent ea29a7f commit a63751d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SteffenReith_PiMACTop.v
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module tt_um_SteffenReith_PiMACTop (
// Set the directions for the IOs
assign uio_oe = 8'bZZZZ_0000;

//Instantiate the PiMAC
//Instantiate the PiMAC and connect the signals
PiMAC piMAC (
.a(ui_in[3:0]),
.b(ui_in[7:4]),
Expand Down

0 comments on commit a63751d

Please sign in to comment.