Skip to content

Commit 2775ee2

Browse files
committed
fixup! [top] Align ram_cfg ports with OpenTitan
1 parent 58a77dc commit 2775ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/ibex_top.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ module ibex_top import ibex_pkg::*; #(
746746

747747
end else begin : gen_norams
748748

749-
prim_ram_1p_pkg::ram_1p_cfg_t unused_ram_cfg;
749+
logic unused_ram_cfg;
750750
logic unused_ram_inputs;
751751

752752
assign unused_ram_cfg = |{ram_cfg_icache_tag_i, ram_cfg_icache_data_i};

0 commit comments

Comments
 (0)