Fundamental icon indicating copy to clipboard operation
Fundamental copied to clipboard

SEQ3 and Timing Standards

Open Nowhk opened this issue 6 years ago • 1 comments

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.

Nowhk avatar Jan 13 '20 10:01 Nowhk

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".

Nowhk avatar Jan 16 '20 15:01 Nowhk