Skip to content

Commit

Permalink
Add default parameter for iverilog
Browse files Browse the repository at this point in the history
  • Loading branch information
meiniKi committed Apr 3, 2024
1 parent 11d2e71 commit cff4d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtl/fazyrv_decode.sv
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
// (may be ignored, depending on CONF).

module fazyrv_decode #(
parameter CHUNKSIZE,
parameter CONF,
parameter CHUNKSIZE = 2,
parameter CONF = "MIN",
parameter RST = "MIN"
) (
input logic clk_i,
Expand Down

0 comments on commit cff4d7c

Please sign in to comment.