mirror of
https://github.com/olofk/serv.git
synced 2026-02-10 17:49:45 +00:00
Remove unused parameter from serv_mem_if
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
`default_nettype none
|
||||
module serv_mem_if
|
||||
#(parameter WITH_CSR = 1,
|
||||
parameter [0:0] MDU = 0)
|
||||
#(parameter [0:0] WITH_CSR = 1)
|
||||
(
|
||||
input wire i_clk,
|
||||
//State
|
||||
|
||||
@@ -434,8 +434,7 @@ module serv_top
|
||||
.o_csr (rf_csr_out));
|
||||
|
||||
serv_mem_if
|
||||
#(.WITH_CSR (WITH_CSR),
|
||||
.MDU(MDU))
|
||||
#(.WITH_CSR (WITH_CSR))
|
||||
mem_if
|
||||
(
|
||||
.i_clk (clk),
|
||||
|
||||
Reference in New Issue
Block a user