YosysHQ / yosys

Yosys Open SYnthesis Suite
https://yosyshq.net/yosys/
ISC License
3.3k stars 860 forks source link

Quote stripping in log command #4429

Open KrystalDelusion opened 3 weeks ago

KrystalDelusion commented 3 weeks ago

What are the reasons/motivation for this change?

Allows e.g. log "yosys> flatten;;", logging the unquoted text yosys> flatten;;.

Explain how this is achieved.

If the text to log starts and ends with a quotation mark, drop the first and last characters.

If applicable, please suggest to reviewers how they can test the change.