We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a77dc commit 2775ee2Copy full SHA for 2775ee2
rtl/ibex_top.sv
@@ -746,7 +746,7 @@ module ibex_top import ibex_pkg::*; #(
746
747
end else begin : gen_norams
748
749
- prim_ram_1p_pkg::ram_1p_cfg_t unused_ram_cfg;
+ logic unused_ram_cfg;
750
logic unused_ram_inputs;
751
752
assign unused_ram_cfg = |{ram_cfg_icache_tag_i, ram_cfg_icache_data_i};
0 commit comments