Skip to content

Commit

Permalink
Merge pull request #119 from pulp-platform/meggiman/reduce_clk_div_width
Browse files Browse the repository at this point in the history
Reduce clock divider div width to 16-bit to reduce critical path
  • Loading branch information
alex96295 authored Aug 10, 2023
2 parents db3cee9 + 9c91c2b commit 82e8cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/carfield.sv
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ end
// shared_l2_memory (sw reset 5)

// Clock Multiplexing for each sub block
localparam int unsigned DomainClkDivValueWidth = 24;
localparam int unsigned DomainClkDivValueWidth = 16;
typedef logic [DomainClkDivValueWidth-1:0] domain_clk_div_value_t;
logic [NumDomains-1:0] domain_clk;
logic [NumDomains-1:0] domain_clk_en;
Expand Down

0 comments on commit 82e8cda

Please sign in to comment.