Skip to content

Commit

Permalink
sw: Add pulp cluster clk in case switch
Browse files Browse the repository at this point in the history
  • Loading branch information
alex96295 committed Jul 25, 2023
1 parent b90c2a2 commit 68ae449
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sw/include/car_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ X(ISOLATE_STATUS);
return CARFIELD_SAFETY_ISLAND_##NAME##_REG_OFFSET; \
case CAR_SECURITY_CLK: \
return CARFIELD_SECURITY_ISLAND_##NAME##_REG_OFFSET; \
case CAR_SPATZ_CLK: \
case CAR_PULP_CLK: \
return CARFIELD_PULP_CLUSTER_##NAME##_REG_OFFSET; \
case CAR_SPATZ_CLK: \
return CARFIELD_SPATZ_CLUSTER_##NAME##_REG_OFFSET; \
case CAR_L2_CLK: \
return CARFIELD_L2_##NAME##_REG_OFFSET; \
Expand Down

0 comments on commit 68ae449

Please sign in to comment.