- This is simple sbt project for Chisel3, which can be run as:
sbt 'testOnly Syntax.NullTester'
So how can we just run this in Wake flow?
git clone git@github.com:sifive/wit.git </path/to/wit>
Currently use this link https://1288-148184315-gh.circle-artifacts.com/0/tmp/workspace/ubuntu_18_04/wake_0.15.0-1_amd64.deb
wget https://1288-148184315-gh.circle-artifacts.com/0/tmp/workspace/ubuntu_18_04/wake_0.15.0-1_amd64.deb
sudo dpkg -i wake_0.15.0-1_amd64.deb
export WAKE_PATH=</path/to/java>
export PATH=</path/to/wit>:</path/to/java>:$PATH
wit init example-chisel-wake -a git@github.com:davidmlw/example-chisel-wake.git
cd example-chisel-wake
wake --init .
wake 'runTest "syntax.NullTester"'
uncomment lines in src/test/Syntax.scala and check different results.
// assert(0)
// assert(false)