Closed mglb closed 2 years ago
Prjxray-db structure has been changed some time ago. As a result CI fails to build data files for most of architectures available in prjxraydb.
The errors (FileNotFoundError) can be seen here: https://github.com/chipsalliance/f4pga-database-visualizer/runs/5274136908?check_suite_focus=true#step:6:79
FileNotFoundError
Task: Fix paths in Symbiflow Database Visualizer (i.e. fix all FileNotFoundErrors visible in the log linked above)
Expected result: All data files should be generated without problems and be visible in the app startup screen.
Fixed in https://github.com/chipsalliance/f4pga-database-visualizer/pull/6
Prjxray-db structure has been changed some time ago. As a result CI fails to build data files for most of architectures available in prjxraydb.
The errors (
FileNotFoundError
) can be seen here: https://github.com/chipsalliance/f4pga-database-visualizer/runs/5274136908?check_suite_focus=true#step:6:79Task: Fix paths in Symbiflow Database Visualizer (i.e. fix all FileNotFoundErrors visible in the log linked above)
Expected result: All data files should be generated without problems and be visible in the app startup screen.