All
I a new users of Chisel in China and I found Chisel is build its program by using sbt. However, sbt seem need to download a lot of thing before it get to work. Do anyone have any idea to speed up this? Thank you.
All
I a new users of Chisel in China and I found Chisel is build its program by using sbt. However, sbt seem need to download a lot of thing before it get to work. Do anyone have any idea to speed up this? Thank you.
The resolution and download of dependencies can be speeded up by using a proxy repository in China:
export SBT_OPTS="-Dsbt.override.build.repos=true"
Check the sbt documentation for more about the proxy repositories