-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error building top.svf #2
Comments
this is probably an issue with liteeth itself. I re-generated the file and it still fails to compile with yosys. |
Yeah I have the same problem. Edit: Just tried it on another machine, also running Arch Linux, now it works fine. Weird. Edit 2: now I'm getting
|
Ok, I think this is actually a bug in yosys. When I change
to
it builds this just fine. This also happens when I try to only build LiteEth without this project. |
7.39. Executing DFFLEGALIZE pass (convert FFs to types supported by the target).
ERROR: Conflicting init values for signal 1'0 (\eternit.ip_tx_liteethipv4checksum_r_next0 [1] = 1'0 != 1'x).
make: *** [Makefile:19: top.json] Error 1
this is running make top.svf in the fpga/syn folder.
The text was updated successfully, but these errors were encountered: