Skip to content

Commit

Permalink
🐛 Fix PULP Cluster CDC clocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sermazz committed Jan 28, 2025
1 parent 6497ded commit f6d32dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/chimera_cluster.sv
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ module chimera_cluster
.AXI_USER_WIDTH ( Cfg.ChsCfg.AxiUserWidth ),
.LOG_DEPTH ( LOG_DEPTH )
) cluster_to_soc_dst_cdc_fifo_i (
.dst_clk_i ( clu_clk_i ),
.dst_clk_i ( soc_clk_i ),
.dst_rst_ni ( rst_ni ),
.src ( async_cluster_to_soc_axi_bus ),
.dst ( cluster_to_soc_axi_bus )
Expand Down Expand Up @@ -259,7 +259,7 @@ module chimera_cluster
.AXI_USER_WIDTH ( Cfg.ChsCfg.AxiUserWidth ),
.LOG_DEPTH ( LOG_DEPTH )
) dma_dst_cdc_fifo_i (
.dst_clk_i ( clu_clk_i ),
.dst_clk_i ( soc_clk_i ),
.dst_rst_ni ( rst_ni ),
.src ( async_dma_axi_bus ),
.dst ( dma_axi_bus )
Expand Down

0 comments on commit f6d32dc

Please sign in to comment.