Closed regymm closed 2 years ago
The yosys version is managed by SymbiFlow installer so I'm not sure it's git master or not.
Yosys 0.9+3962
is 5d0cc54f from way back in February, and there have been multiple ABC9 bug fixes since then.
I can't reproduce this with 707d98b0.
Oh, seems my SymbiFlow toolchain is too old. After bumping to latest this is solved.
Hope this is the place for yosys issue in SymbiFlow as well.
Steps to reproduce the issue
I'm using SymbiFlow for xc7z010 following this installation and Makefile same as in the SymbiFlow examples,
symbiflow_synth -t ${TOP} -v ${VERILOG} -d ${BITSTREAM_DEVICE} -p ${PARTNAME} -x ${XDC}
.Symbiflow_synth reported segmentation fault or similar errors for this piece of code, which is trimmed to as short as I can from a CPU cache design that can be run in Vivado with no problem:
The whole compile output is here.
The yosys version is managed by SymbiFlow installer so I'm not sure it's git master or not.