Skip to content

Commit c2e2288

Browse files
update(gsoc'24): Reset nodes on contention (#353)
Co-authored-by: Arnabdaz <[email protected]>
1 parent 1ec22d6 commit c2e2288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simulator/src/engine.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,11 +437,11 @@ export function play(scope = globalScope, resetNodes = false) {
437437
forceResetNodesSet(true)
438438
}
439439
}
440-
// Check for TriState Contentions
440+
// Check for Contentions
441441
if (simulationArea.contentionPending.length) {
442442
showError('Contention at TriState')
443443
forceResetNodesSet(true)
444-
errorDetectedSet(true)
444+
showError('Contention Error: One or more bus contentions in the circuit (check highlighted nodes)');
445445
}
446446
}
447447

0 commit comments

Comments
 (0)