1
0
mirror of https://github.com/antonblanchard/chiselwatt.git synced 2026-02-28 17:29:58 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Anton Blanchard
f21821b704 Sync build.sc with chisel-template-lite
Also remove chisel-iotesters since we are using chiseltest.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
2020-12-04 18:33:16 +11:00
Anton Blanchard
9a53bd6e69 Update to Chisel 3.4.0
Switch from the deprecated Driver.execute to (new ChiselStage).emitVerilog

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
2020-12-04 18:33:10 +11:00
Anton Blanchard
3354fcf0ea Fix make check issue
make check has stopped working recently:

  java.lang.ClassCastException: java.lang.Class cannot be cast to firrtl.options.Dependency
  at scala.collection.LinearSeqOptimized.foldLeft(LinearSeqOptimized.scala:126)
  at scala.collection.LinearSeqOptimized.foldLeft$(LinearSeqOptimized.scala:122)
  at scala.collection.immutable.List.foldLeft(List.scala:89)
  at firrtl.options.DependencyManager.firrtl$options$DependencyManager$$_targets(DependencyManager.scala:34)
  at firrtl.options.DependencyManager.firrtl$options$DependencyManager$$_targets$(DependencyManager.scala:33)
  at firrtl.options.PhaseManager.firrtl$options$DependencyManager$$_targets$lzycompute(DependencyManager.scala:414)
  at firrtl.options.PhaseManager.firrtl$options$DependencyManager$$_targets(DependencyManager.scala:414)
  at firrtl.options.DependencyManager.firrtl$options$DependencyManager$$prerequisiteGraph(DependencyManager.scala:115)
  at firrtl.options.DependencyManager.firrtl$options$DependencyManager$$prerequisiteGraph$(DependencyManager.scala:113)
  at firrtl.options.PhaseManager.firrtl$options$DependencyManager$$prerequisiteGraph$lzycompute(DependencyManager.scala:414)

I need to investigate, but setting chisel3 to 3.2.5 fixes it for now.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
2020-04-23 22:23:13 +10:00
Anton Blanchard
95029de163 Use mill by default
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
2020-02-22 13:23:39 +11:00
Edward Wang
d4a55ffdfe Add support for mill
Signed-off-by: Edward Wang <edward.c.wang@compdigitec.com>
2020-02-10 23:45:26 -05:00