Remove deprecated Driver stuff macros package
- Fix name reference and weird .get.get in CostMetric - Update to DependencyAPIMigration - MacroCompilerTransform - MacroCompilerOptimizations - Delete unused class MacroCompiler - Remove use of ExecutionOptionsManager in object MacroCompiler - Removed stack trace when no arguments from CLI, just give message requiring args - Update version to 0.4-SNAPSHOT
This commit is contained in:
@@ -7,7 +7,7 @@ val defaultVersions = Map(
|
||||
|
||||
lazy val commonSettings = Seq(
|
||||
organization := "edu.berkeley.cs",
|
||||
version := "0.1-SNAPSHOT",
|
||||
version := "0.4-SNAPSHOT",
|
||||
scalaVersion := "2.12.10",
|
||||
scalacOptions := Seq("-deprecation", "-feature", "-language:reflectiveCalls", "-Xsource:2.11"),
|
||||
libraryDependencies ++= Seq("chisel3","chisel-iotesters").map {
|
||||
|
||||
Reference in New Issue
Block a user