Remove unused stall_in input from rv32_csrs

This commit is contained in:
Graham Edgecombe 2017-12-29 16:26:11 +00:00
parent 63cd024d5c
commit 21e7ee2b8c
2 changed files with 0 additions and 6 deletions

View file

@ -16,9 +16,6 @@
module rv32_csrs (
input clk,
/* control in (from hazard) */
input stall_in,
/* control in */
input read_in,
input write_in,

View file

@ -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),