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
This breaks using fusesoc --setup to create the design, and then later building it with vivado in a separate step (perhaps after the git tree has changed, or been moved away).
To replicate:
fusesoc run --setup --build-root test --target=arty_a7-35 microwatt
Investigate how to change the litedram_gen and similar scripts copy the files to the build directory, and to generate relative paths to the files.
The text was updated successfully, but these errors were encountered:
When building the fusesoc design the files we generate are added to
microwatt_0.tcl
with an absolute path:This breaks using fusesoc --setup to create the design, and then later building it with vivado in a separate step (perhaps after the git tree has changed, or been moved away).
To replicate:
Investigate how to change the litedram_gen and similar scripts copy the files to the build directory, and to generate relative paths to the files.
The text was updated successfully, but these errors were encountered: