Skip to content

Instantly share code, notes, and snippets.

@diningyo
Created February 23, 2019 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diningyo/95b470b9354ecea19e6c6c4f0d8b0380 to your computer and use it in GitHub Desktop.
Save diningyo/95b470b9354ecea19e6c6c4f0d8b0380 to your computer and use it in GitHub Desktop.
ChiselのRTL生成&テスト実行の際のsbtの設定ファイル
scalaVersion := "2.11.12"
resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots"),
Resolver.sonatypeRepo("releases")
)
libraryDependencies += "edu.berkeley.cs" %% "chisel3" % "3.0-SNAPSHOT"
libraryDependencies += "edu.berkeley.cs" %% "chisel-iotesters" % "[1.2.5,1.3-SNAPSHOT["
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment