Skip to content

Commit

Permalink
Fix synth complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
Scheremo committed Oct 11, 2024
1 parent 466a969 commit da86748
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hw/chimera_memisland_domain.sv
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ module chimera_memisland_domain
);

// Define needed parameters
localparam int unsigned AxiSlvIdWidth = Cfg.ChsCfg.AxiMstIdWidth + $clog2(
cheshire_pkg::gen_axi_in(Cfg.ChsCfg).num_in
);
localparam int unsigned AxiSlvIdWidth = $bits(axi_narrow_req_i.aw.id);
localparam int unsigned WideSlaveIdWidth = $clog2(Cfg.MemIslWidePorts);
localparam int unsigned WideDataWidth = Cfg.ChsCfg.AxiDataWidth * Cfg.MemIslNarrowToWideFactor;

Expand Down

0 comments on commit da86748

Please sign in to comment.