Closed rajarshiroy closed 4 years ago
Hi @rajarshiroy, Physical synthesis in Yosys is now obsolete, the current version of Yosys is almost identical to YosysHQ/Yosys but with minor adjustments.
Thank you @ahmed-agiza. That makes a lot of sense. Closing.
I have a few questions about structural verilog: 1) If I want to specify standard cells in my design, should I use the ( blackbox ) syntax in my .v for the standard cells? 2) Would the physical synthesis process still take into account the blackboxed standard cell properties during timing analysis? 3) How would I allow yosys physical to resize the blackboxed standard cells as well?
Thanks.