Replies: 1 comment
-
|
From the docs it seems there's a default script that will run on your design.
From reading the help, it doesn't seem to talk about sequential logic, so I would assume. That's also been my experience.
Yes, it should modify/add/subtract.
Yes. I'm not an expert on this, so take what I say with a grain of salt. Maybe looking at the script syntax of abc could give you more details given the default "otherwise" script. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Let's say I ran
abcwithout any arguments inside a Yosys script, like this example:If I ran
abcwithout any arguments, what is the expected behavior? Wouldabconly optimize the circuit combinationally? Would it add any additional gates? Wouldabcaffect timing? What isabcsupposed to do in this case?I'm seeing some interesting behavior with
abcin another situation, so I just wanted to check really quick.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions