Skip to content

Commit

Permalink
Adapt testClusterGating
Browse files Browse the repository at this point in the history
  • Loading branch information
Scheremo committed Aug 19, 2024
1 parent 0d018a5 commit 5124ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/tests/testClusterGating.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
int main() {
volatile uint8_t *regPtr = (volatile uint8_t *)SOC_CTRL_BASE;

*(regPtr + CHIMERA_CLUSTER_1_CLK_GATE_EN_REG_OFFSET) = 1;
*(regPtr + CHIMERA_CLUSTER_0_CLK_GATE_EN_REG_OFFSET) = 1;
*(regPtr + CHIMERA_CLUSTER_3_CLK_GATE_EN_REG_OFFSET) = 1;
*(regPtr + CHIMERA_CLUSTER_4_CLK_GATE_EN_REG_OFFSET) = 1;
*(regPtr + CHIMERA_CLUSTER_5_CLK_GATE_EN_REG_OFFSET) = 1;

while (1) {
}
Expand Down

0 comments on commit 5124ee6

Please sign in to comment.