Conversation
|
@marwaneltoukhy |
They are included |
|
run got a warning: Makefile:48: warning: undefined variable 'MPW_TAG' afterwards get the expected files in dependencies. I get tool_versions.json created (attached) setup.log looks fine, (feature request - add timestamps) next I run wasn't sure how to test the
fails with a stacktrace I then removed dependencies, set PDK and OPENLANE ROOT and installed again. I was able to build the user project again. |
|
@mattvenn I can't replicate the issue you're seeing with opening the gui, this is an OS specific issue. Can you try adding |


This PR is intended to solve user issues where the environment isn't up to date with the latest releases from efabless.
make setupto use a python script, making it easier to download and prettiermake setupnow uses central CI repo to fetch the versions from upstreammake setupoutputstool_versions.jsonto indicate which tools the user is using in their environmentmake setupnow has a log file calledsetup.logcheck_environmentwhich checks their tools versions and compares it to the upstream json file, if any version is outdated it will throw an error and exitopen-gui-<module-name>andopen-odb-gui-<module_name>