PCBFlow icon indicating copy to clipboard operation
PCBFlow copied to clipboard

no SUBCKT if loading from verilog instead of GHDL

Open nonchip opened this issue 2 years ago • 7 comments

I slightly modified one of the provided flows to replace the GHDL step with:

read_verilog -sv -formal ../main.sv ../vinclude/*.sv
hierarchy -check -top Mover
proc

but the generated spice will not contain any SUBCKTs, which PCBPlace dies about. any ideas?

the code at the time of writing this issue is available in this commit, executed from the sim/pcb/ folder with this command: yosys flow_discrete_LTL.ys

nonchip avatar May 09 '22 10:05 nonchip