mirror of
https://github.com/olofk/serv.git
synced 2025-04-22 21:07:12 -04:00
Remove unused parameter from serv_mem_if
This commit is contained in:
parent
0719381997
commit
f04a510393
2 changed files with 2 additions and 4 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue