Skip to content

Commit

Permalink
Merge pull request #185 from pulp-platform/aottaviano/fix
Browse files Browse the repository at this point in the history
Revert "hw: Fix localparam array direction"
  • Loading branch information
alex96295 authored Oct 6, 2023
2 parents a7dac17 + 3bc8741 commit 8b5463d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hw/carfield.sv
Original file line number Diff line number Diff line change
Expand Up @@ -583,12 +583,12 @@ logic [NumDomains-1:0] rsts_n;
// every target domain to use different clock frequencies.
// 3. The internal clock gate of the clock divider is used to provide clock gating for the domain.

localparam int unsigned DomainClkDivValue[NumDomains-1:0] = '{PeriphDomainClkDivValue ,
SafedDomainClkDivValue ,
SecdDomainClkDivValue ,
IntClusterDomainClkDivValue ,
FPClusterDomainClkDivValue ,
L2DomainClkDivValue };
localparam int unsigned DomainClkDivValue[NumDomains] = '{PeriphDomainClkDivValue ,
SafedDomainClkDivValue ,
SecdDomainClkDivValue ,
IntClusterDomainClkDivValue ,
FPClusterDomainClkDivValue ,
L2DomainClkDivValue };

for (genvar i = 0; i < NumDomains; i++) begin : gen_domain_clock_mux
clk_mux_glitch_free #(
Expand Down

0 comments on commit 8b5463d

Please sign in to comment.