What do you think about generating snapshots, something similar like the current "edu.berkeley.cs" %% "rocket-dsptools" % "1.2-SNAPSHOT", which will at the same place unite rocket-chip, dsptools and its rocket directory?
This can be useful for our generators to be independent of the complete chipyard repo and at the same time provide versions of the tools that are compatible with the current chipyard version.
Main problem here is how best to handle rocket dependency. There is some work being done at the moment to change how rocket-chip is built which will hopefully help here.
What do you think about generating snapshots, something similar like the current "edu.berkeley.cs" %% "rocket-dsptools" % "1.2-SNAPSHOT", which will at the same place unite rocket-chip, dsptools and its rocket directory? This can be useful for our generators to be independent of the complete chipyard repo and at the same time provide versions of the tools that are compatible with the current chipyard version.