Skip to content

Commit

Permalink
Merge pull request #300 from chipsalliance/sideeffect
Browse files Browse the repository at this point in the history
Connect mem_export_if clk
  • Loading branch information
kgugala authored Dec 25, 2024
2 parents ca6557a + b16710b commit 204a58e
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 204a58e

Please sign in to comment.