enjoy-digital / litex

Build your hardware, easily!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Litex sometimes generates unsimulatable verilog

rowanG077 opened this issue · comments

The verilog was generated from https://github.com/rowanG077/liteeth-16-byte-bug/tree/testing

with the commands:

./colorlite.py --ip-address=10.0.11.43 --build
./sim.sh

Ignore the nextpnr error. The important part is the verilog is generated. This shows a simulation that makes no progress.

See steveicarus/iverilog#1028 for the details and a cut down verilog example.

Can confirm that with that option it works.