I know this is probably a little more complicated to
implement, but:
Adjustable propagation delays across the gates.
They seem to be set at 1 [time step], right? What if
they could be adjusted? This could take the form of a
simple slider, or a set of "preferences", or maybe an
ability to select between common logic families (CMOS,
gallium-arsinide, whatever).
Logged In: YES
user_id=1312775
Actually, that ability is already in the code. We can enable propagation delay
adjustments with only changing our gate library file. However, we have them all
set to 1 for now because that was the requirement for the original project. It
would work about the same as setting the time for a clock cycle rate, and would
be in the parameter settings dialog. We'll think about it for a future version, and
see if it would be worth the extra clutter in the parameter box. It really wouldn't
be much trouble to implement, though.
https://github.com/CedarvilleCS/CedarLogic/issues/5
Feature ticket replicated at GitHub site so this one can be closed whenever an admin gets around to it (or I become an admin)