We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
only allowing the simulation to free run updates the image
when single stepping , the image is not updated to show the data paths
The text was updated successfully, but these errors were encountered:
Try pasting this updated function into the javascript console (reached with Inspect or Inspect Element in the browser's context menu):
function goUntilSyncOrWrite(){ halfStep(); cycle++; while( !isNodeHigh(nodenames['clk0']) || ( !isNodeHigh(nodenames['sync']) && isNodeHigh(nodenames['rw']) ) ) { halfStep(); cycle++; } if(animateChipLayout) refresh(); chipStatus(); }
Sorry, something went wrong.
No branches or pull requests
only allowing the simulation to free run updates the image
when single stepping , the image is not updated to show the data paths
The text was updated successfully, but these errors were encountered: