You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO:SoC:Initializing ROM rom with contents (Size: 0x64e8).
INFO:SoC:Auto-Resizing ROM rom from 0x20000 to 0x64e8.
Traceback (most recent call last):
File "/home/nerfur/FPGA/litex/./litex-boards/litex_boards/targets/sipeed_tang_nano_20k.py", line 155, in <module>
main()
File "/home/nerfur/FPGA/litex/./litex-boards/litex_boards/targets/sipeed_tang_nano_20k.py", line 144, in main
builder.build(**parser.toolchain_argdict)
File "/home/nerfur/FPGA/litex/litex/litex/soc/integration/builder.py", line 415, in build
vns = self.soc.build(build_dir=self.gateware_dir, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/nerfur/FPGA/litex/litex/litex/soc/integration/soc.py", line 1498, in build
return self.platform.build(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/nerfur/FPGA/litex/litex/litex/build/gowin/platform.py", line 47, in build
return self.toolchain.build(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/nerfur/FPGA/litex/litex/litex/build/generic_toolchain.py", line 123, in build
self.run_script(script)
File "/home/nerfur/FPGA/litex/litex/litex/build/gowin/gowin.py", line 180, in run_script
raise OSError(msg)
OSError: Unable to find Gowin toolchain, please:
- Add Gowin toolchain to your $PATH.
The text was updated successfully, but these errors were encountered:
Apicula toolchain is now quite fully supported by LiteX but boards are not all updated to propagate toolchain argument: this is the goal to this PR litex-hub/litex-boards#603
While running it as
getting this error
The text was updated successfully, but these errors were encountered: