Skip to content

Commit 830c907

Browse files
authored
Fix port list copy paste bug (#120)
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.
1 parent 343949f commit 830c907

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/spill_register.sv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module spill_register #(
2121
input logic clk_i ,
2222
input logic rst_ni ,
2323
input logic valid_i ,
24-
input logic flush_i ,
2524
output logic ready_o ,
2625
input T data_i ,
2726
output logic valid_o ,

0 commit comments

Comments
 (0)