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
I noticed a limitation in the current dependency installer script. Currently, it installs yosys, sby, and eqy only if they are not found in the `/usr/local/` path. This means it does not update these dependencies if an older version is already installed. We might want to consider checking the installed version and updating it if it doesn't match the latest version.
I tried implementing this feature but was not successful at a first moment, so I am currently only doing the split tag for yosys and eqy/sby.
I noticed this behavior for yosys, eqy, and sby, but it could potentially occur with other dependencies as well.
I tried implementing this feature but was not successful at a first moment, so I am currently only doing the split tag for yosys and eqy/sby.
I noticed this behavior for yosys, eqy, and sby, but it could potentially occur with other dependencies as well.
Originally posted by @gudeh in #6140 (comment)
The text was updated successfully, but these errors were encountered: