<p><span class="h-card" translate="no"><a href="https://recurse.social/@jleigh" class="u-url mention">@<span>jleigh</span></a></span> ok so if you want to play with it you should join our channel via Matrix or IRC (they&#39;re bridged), but to start with Verilog you will want something like...</p><p>yosys *.v -p &#39;hierarchy -auto-top; proc -norom -noopt; flatten; memory_collect; select A:top; write_json netlist.json&#39;</p><p>and it kind of gets worse from there if you want to instantiate target cells (you also need to read their prototypes or the JSON won&#39;t have port directions and everything will break)</p>
Reply