Skip to content

Commit

Permalink
hw: Fix elaboration error
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jul 3, 2024
1 parent 0220116 commit abf0c06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module snitch_cluster_peripheral

// The metrics that should be tracked immediately after reset.
// TODO: Choose reasonable metrics.
localparam int unsigned NumPerfMetricRstValues = 6;
localparam int unsigned NumPerfMetricRstValues = 7;
localparam perf_metrics_e PerfMetricRstValues[NumPerfMetricRstValues] = '{
Cycle,
RetiredInstr,
Expand Down

0 comments on commit abf0c06

Please sign in to comment.