Closed danielkasza closed 4 years ago
I think this is caused by scala/bug#11125 and can be fixed by using linesIterator
.
With linesIterator
, the example in the readme works.
Have you got a patch for compile it with linesIterator ?
[edit]
Ok, found it. https://github.com/tdb-alcorn/chisel-formal/pull/6
I cannot compile ae3a437bdbbbdeb6891c7d40ab14f78e106126f2.
Commands I used:
git clone git@github.com:tdb-alcorn/chisel-formal.git
cd chisel-formal/
sbt compile
Result:
I tried to build earlier revisions, but got similar errors.
Am I doing something wrong?