-
Notifications
You must be signed in to change notification settings - Fork 18
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
icebreaker.py error #3
Comments
|
Thanks David. I had actually installed nextpnr before running |
Oh, the |
Alternatively, for a quick test (losing proper clock constraints) you could remove |
I'm using Ubuntu 18.04.1. When building nextpnr I came across this error and had to build without python... https://github.com/YosysHQ/nextpnr/issues/215#issue-400929052 If i go ahead to remove |
Can you post the exact problem you see as there are a few different things described in that issue? A warning about not finding Python is part of the CMake search process and not a problem, on the other hand an error needs to be fixed. Removing the constraints shouldn't be a major problem in this case. |
Still getting the same error on Ubuntu 20.04 with --debug option . ERROR: Failed to expand region (0, 0) |_> (25, 31) of 5324 ICESTORM_LCs |
I think the Icebreaker does not have enough LUTs to have gateware with debug build |
After cloning, I run the icebreaker.py script in the soc folder with both --debug and --flash option, then with either and with none. I get the following error on Ubuntu 18.04
Warning: Wire top.uartwishbonebridge_state has an unprocessed 'init' attribute.
Warning: Wire top.wb2csr_next_state has an unprocessed 'init' attribute.
unrecognised option '--pre-pack'
Traceback (most recent call last):
File "./icebreaker.py", line 243, in
main()
File "./icebreaker.py", line 234, in main
builder.build()
File "/home/unix/icebreaker-litex-examples/soc/deps/litex/litex/soc/integration/builder.py", line 204, in build
vns = self.soc.build(build_dir=self.gateware_dir, **kwargs)
File "/home/unix/icebreaker-litex-examples/soc/deps/litex/litex/soc/integration/soc.py", line 897, in build
return self.platform.build(self, *args, **kwargs)
File "/home/unix/icebreaker-litex-examples/soc/deps/litex/litex/build/lattice/platform.py", line 34, in build
return self.toolchain.build(self, *args, **kwargs)
File "/home/unix/icebreaker-litex-examples/soc/deps/litex/litex/build/lattice/icestorm.py", line 194, in build
_run_script(script)
File "/home/unix/icebreaker-litex-examples/soc/deps/litex/litex/build/lattice/icestorm.py", line 127, in _run_script
raise OSError("Subprocess failed")
OSError: Subprocess failed
Can anyone please help me figure this out? Efforts are greatly appreciated!
The text was updated successfully, but these errors were encountered: