Replies: 1 comment 1 reply
-
There is no builtin cell type for a FF with both a synchronous set and reset so the generic synth and optimization passes cannot output such a cell. If you are targeting an architecture that has support for such FFs a target specific pass could still recognize and replace equivalent patterns like this. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I was wondering why Yosys cant seem to synthesize the RTL below to make use of the set and synchronous reset pins of a FF.
Using the

show
command this seems to be synthesized:I would have expected this to be synthesized:

They are both logically the same. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions