Skip to content

Commit

Permalink
Fix port list copy paste bug (#120)
Browse files Browse the repository at this point in the history
The introduction of a new port to an existing module is not backward compatible and
thus breaks every other repository that uses the `spill_registers` from common
cells. I guess the intention was to not introduce this port and have the
spill_register module act as just a wrapper.
  • Loading branch information
meggiman authored Jun 14, 2021
1 parent 343949f commit 830c907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spill_register.sv
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module spill_register #(
input logic clk_i ,
input logic rst_ni ,
input logic valid_i ,
input logic flush_i ,
output logic ready_o ,
input T data_i ,
output logic valid_o ,
Expand Down

0 comments on commit 830c907

Please sign in to comment.