Skip to content

Commit

Permalink
fix: typo in Keenkraken wiring
Browse files Browse the repository at this point in the history
  • Loading branch information
branylagaffe committed Jun 27, 2024
1 parent 89f0859 commit 1db68bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/KeenKraken/wiring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ bool initializeParameters() {
theMagicBreakCfg.TerminateOnMagicBreak.initialize(-1);
theMagicBreakCfg.EnableIterationCounts.initialize(false);

theMMUCfg.Cores.initialize(1);
theMMUCfg.cores.initialize(1);
theMMUCfg.iTLBSize.initialize(64);
theMMUCfg.dTLBSize.initialize(64);

Expand Down

0 comments on commit 1db68bd

Please sign in to comment.