Open ccelio opened 7 years ago
3.1-SNAPSHOT seems like the master branch of Chisel. You'll need to compile Chisel3 master from source and publish-local to use that branch. See https://github.com/ucb-bar/chisel3/wiki/Frequently-Asked-Questions#what-is-the-difference-between-release-and-master-branches
I just cloned chisel-testers and tried to run
sbt
and got the following errors:Relatedly, I'm trying to follow (https://github.com/ucb-bar/chisel-testers/wiki/Using%20the%20PeekPokeTester) but the
> test-only examples.GCDSpec
throws aninvalid input
error.