Replies: 1 comment 10 replies
-
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
In an earlier issue (#334), you mentioned that at the simulation start phase, gates have different, random propagation times. That is why, say, the D latch (level-triggered) in the examples\sequential folder (D.dig) would start at a random state. The solution you proposed was to use memory elements with reset inputs.
Right now, there is a ready-made component called D-Flip-flop (edge-triggered) and its default value can be set (by changing its component properties) without having a reset input.
Is it possible to create a new component called, say, D-Latch (level-triggered) that acts like the D.dig circuit but whose default value can be set (by changing its component properties) without having a reset input?
Beta Was this translation helpful? Give feedback.
All reactions