Skip to content
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

Can't build - ERROR: Conflicting init values for signal 1'0 (\cpu_interrupt [0] = 1'0 != 1'x). #159

Open
20Mhz opened this issue Aug 22, 2020 · 1 comment

Comments

@20Mhz
Copy link

20Mhz commented Aug 22, 2020

git log
commit f34d5ffb5ec5a9ca0356516ef4c1d4883f07ac96 (HEAD -> master, origin/master, origin/HEAD)

pyhton3 python3 foboot-bitstream.py --revision pvt

Suffix successfully added to file
Warning: Initial value conflict for \usb_usb_core_response_pid_t_next_value [1] resolving to 1'1 but with init 1'0.
ERROR: Conflicting init values for signal 1'0 (\cpu_interrupt [0] = 1'0 != 1'x).
Traceback (most recent call last):
  File "foboot-bitstream.py", line 475, in <module>
    main()
  File "foboot-bitstream.py", line 450, in main
    vns = builder.build()
  File "/Users/ronaldv/Projects/repositories/foboot/hw/deps/litex/litex/soc/integration/builder.py", line 211, in build
    vns = self.soc.build(build_dir=self.gateware_dir, **kwargs)
  File "/Users/ronaldv/Projects/repositories/foboot/hw/deps/litex/litex/soc/integration/soc.py", line 1045, in build
    return self.platform.build(self, *args, **kwargs)
  File "/Users/ronaldv/Projects/repositories/foboot/hw/deps/litex/litex/build/lattice/platform.py", line 34, in build
    return self.toolchain.build(self, *args, **kwargs)
  File "/Users/ronaldv/Projects/repositories/foboot/hw/deps/litex/litex/build/lattice/icestorm.py", line 202, in build
    _run_script(script)
  File "/Users/ronaldv/Projects/repositories/foboot/hw/deps/litex/litex/build/lattice/icestorm.py", line 133, in _run_script
    raise OSError("Subprocess failed")
OSError: Subprocess failed
@20Mhz 20Mhz changed the title Can't build Can't build - ERROR: Conflicting init values for signal 1'0 (\cpu_interrupt [0] = 1'0 != 1'x). Aug 22, 2020
@20Mhz
Copy link
Author

20Mhz commented Aug 22, 2020

Works when running with toolchain from:
https://github.com/im-tomu/fomu-toolchain.git (fomu-toolchain-macos-v1.5.6)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant