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
There are multiple changes in 2024.2 that seem to break compatibility:
the pt/db/device_*.xml files are gone. This might be intentional, however, I just copied them over from the previous version for myself, which seems to help (will investigate further at some later point in time)
the vdb file is placed in the outflow directory, while litex expects it to be in work_syn. As a workaround, I added a check into my local codebase, whether the file exists in work_syn and use the outflow directory if it doesn't.
The text was updated successfully, but these errors were encountered:
There are multiple changes in 2024.2 that seem to break compatibility:
pt/db/device_*.xml
files are gone. This might be intentional, however, I just copied them over from the previous version for myself, which seems to help (will investigate further at some later point in time)outflow
directory, while litex expects it to be inwork_syn
. As a workaround, I added a check into my local codebase, whether the file exists inwork_syn
and use theoutflow
directory if it doesn't.The text was updated successfully, but these errors were encountered: