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
The environment setup action used to take a long time because it downloaded all of the rapidwrite data files. Now the data files are downloaded on demand so it's much faster.
I believe the new longest running setup step is fasm2bels. To make this faster, I think we would want to create a file once the fasm2bels set up completed correctly, and the file would probably contain the hash of the fasm2bels submodule, such that if that file didn't exist or was the wrong version, you would run the setup again, otherwise it could be skipped. (edited)
I've simplified the caching mechanism in #385. Once that is merged we ought to add a similar caching mechanism for yosys. Since much of the code will be duplicated, perhaps we can have a generic caching script for submodules in CI.
No description provided.
The text was updated successfully, but these errors were encountered: