Skip to content

Commit

Permalink
~ fix syntax error and repackage v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
passant5 committed Nov 9, 2024
1 parent 9e46205 commit e10fbfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hdl/rtl/EF_SPI.v
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ module EF_SPI #(parameter
output wire tx_level_below,
output wire [FAW-1:0] tx_level,

output busy,
output done,
output wire busy,
output wire done,

input wire miso,
output wire mosi,
Expand Down

0 comments on commit e10fbfb

Please sign in to comment.