Hacker News new | ask | show | jobs
by IshKebab 267 days ago
When I looked into Yosys it very much seemed like a tool from the 80s that you pretty much had to be a Yosys developer to use. It still uses TCL scripting (which I know is standard in EDA but it shouldn't be).

https://github.com/YosysHQ/yosys?tab=readme-ov-file#getting-...

I wish we had a modern easy-to-use solution.

1 comments

Yosys supports Python scripting.

I expect my synthesis tools to consume text and output a netlist and to be able to do that in regression with a Makefile. Is that eighties? Synopsys DC does it, so does Vivado and Quartus and any other synthesis tool, including Yosys.