/example-chisel-iotester-wake

Primary LanguageScalaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Chisel Example by Wit and Wake

Wake flow

Install Wit

git clone git@github.com:sifive/wit.git </path/to/wit>

Install Wake

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

Get the workspace

wit init workspace -a git@github.com:sifive/example-chisel-iotester-wake.git::jar

Init the wake project

cd example-chisel-iotester-wake
wake --init .

Run the project

wake all

Run from github