Replies: 1 comment
-
https://yosyshq.readthedocs.io/projects/yosys/en/latest/getting_started/example_synth.html guides one through the process of synthesis. You can try follow along and skip the steps you don't need. Depending on what platform you are trying to synthesize for you can also look at the relevant You shouldn't mess with the makefile unless you know what you are doing. It should be possible to do what you want with an unmodified Yosys executable. Once you figure out the steps you need, you can then make a script (there's a docs page for that too) to repeat the process. |
Beta Was this translation helpful? Give feedback.
-
Hello,
hello i am facing a problem as i want to use yosys for synth but i dont want for any optimization to happen , tried removing the makefile tried everything but nothing worked.
any idea how can i achieve that ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions