Replies: 1 comment 1 reply
-
The maximum value is 20, just enter 15. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Delay component seems a good way to roughly simulate propagation delays within a circuit.
In my case, I have circuits consisting of typical logic gates, multiplexers, decoders, etc. And some very slow EEPROMs. EEPROMs have access times in the 90-150 nsec range, compared to most components with much smaller access times (5-20 nsecs).
The Delay component allows you set its duration (delay time) between 1 and 5. Can you increase the maximum to 10 or 15, to account for very slow components?
Beta Was this translation helpful? Give feedback.
All reactions