Optimizing constant branches #660
YulienPohl
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Such optimization would only make a difference when such circuits are built, and I don't think that happens often enough to be worth the effort. |
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 current speed of the simulator is already fast but could be improved when constants are used.
I know not driven constant signals are optimized however not branches that are driven but not used.
For example
is optimized
is not despite the constant multiplexer, and gate, etc.
Beta Was this translation helpful? Give feedback.
All reactions