Skip to content

Commit

Permalink
mem_to_banks: Keep default values for localparams (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog authored Aug 9, 2023
1 parent aed978e commit e4d329e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/mem_to_banks.sv
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,7 @@ module mem_to_banks #(
.HideStrb ( HideStrb ),
.MaxTrans ( MaxTrans ),
.FifoDepth ( FifoDepth ),
.wuser_t ( atop_t ),
.addr_t ( addr_t ),
.inp_data_t ( inp_data_t ),
.inp_strb_t ( inp_strb_t ),
.oup_data_t ( oup_data_t ),
.oup_strb_t ( oup_strb_t )
.wuser_t ( atop_t )
) i_mem_to_banks_detailed (
.clk_i,
.rst_ni,
Expand Down

0 comments on commit e4d329e

Please sign in to comment.