Fundamental
Fundamental copied to clipboard
SEQ3 and Timing Standards
It seems that SEQ3 doesn't observe Timing Standards: Therefore, modules with a CLOCK and RESET input, or similar variants, should ignore CLOCK triggers up to 1ms after receiving a RESET trigger.
If I send a reset and a clock 1 sample later, it advance to step 2. i.e. doesn't ignore clocks up to 1 ms after a reset pulse.
Here's an example: seq3 time.zip
Clicking on the button, it should reset and output "step 1", instead it goes directly to "step 2".