Add Chisel compiler plugin
See here for more info: https://github.com/chipsalliance/chisel3#build-your-own-chisel-projects
This commit is contained in:
@@ -23,6 +23,7 @@ libraryDependencies ++= Seq(
|
||||
"org.apache.logging.log4j" % "log4j-api" % "2.11.2",
|
||||
"org.apache.logging.log4j" % "log4j-core" % "2.11.2"
|
||||
)
|
||||
addCompilerPlugin("edu.berkeley.cs" % "chisel3-plugin" % defaultVersions("chisel3") cross CrossVersion.full)
|
||||
resolvers ++= Seq(
|
||||
Resolver.sonatypeRepo("snapshots"),
|
||||
Resolver.sonatypeRepo("releases"),
|
||||
|
||||
Reference in New Issue
Block a user