Closed strawberryhacker closed 2 years ago
I have the same issue, any pointers would be welcome!
iverilog does not fully support standard, so there is need for you to add -DNO_ICE40_DEFAULT_ASSIGNMENTS
to command line for iverilog as in https://github.com/YosysHQ/yosys/blob/master/tests/arch/run-test.sh#L14 to make this work
Thanks! 🤩
Hi, I want to do post-synthesis simulation for the icebreaker. I tried running
make rs232demo_syntb.vcd
, but I get errors when processingcells_sim.v
. The full command that results in the errors below isiverilog -o rs232demo_syntb rs232demo_tb.v rs232demo_syn.v 'yosys-config --datdir/ice40/cells_sim.v'
This is the output:
It seems the problem is due to the DEFAULT_ASSIGNMENT defines. The first error from above comes from the third input, see below.
where
Does anyone know how to make this work? I would like to be able to simulate with various build in modules such as
SB_PLL40_PAD
.