Skip to content

Commit

Permalink
design: el2_mem: connect mem_export.clk
Browse files Browse the repository at this point in the history
  • Loading branch information
kgugala committed Dec 25, 2024
1 parent ca6557a commit b16710b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions design/el2_mem.sv
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ import el2_pkg::*;

assign mem_export_local.clk = clk;

assign mem_export .clk = mem_export_local.clk;

assign mem_export .iccm_clken = mem_export_local.iccm_clken;
assign mem_export .iccm_wren_bank = mem_export_local.iccm_wren_bank;
assign mem_export .iccm_addr_bank = mem_export_local.iccm_addr_bank;
Expand Down

0 comments on commit b16710b

Please sign in to comment.