Remove unused stall_in input from rv32_csrs
This commit is contained in:
parent
63cd024d5c
commit
21e7ee2b8c
2 changed files with 0 additions and 6 deletions
|
|
@ -16,9 +16,6 @@
|
|||
module rv32_csrs (
|
||||
input clk,
|
||||
|
||||
/* control in (from hazard) */
|
||||
input stall_in,
|
||||
|
||||
/* control in */
|
||||
input read_in,
|
||||
input write_in,
|
||||
|
|
|
|||
|
|
@ -75,9 +75,6 @@ module rv32_mem (
|
|||
rv32_csrs csrs (
|
||||
.clk(clk),
|
||||
|
||||
/* control in (from hazard) */
|
||||
.stall_in(stall_in),
|
||||
|
||||
/* control in */
|
||||
.read_in(csr_read_in),
|
||||
.write_in(csr_write_in),
|
||||
|
|
|
|||
Loading…
Reference in a new issue