summaryrefslogtreecommitdiff
path: root/src/test/scala/cookbook
AgeCommit message (Collapse)Author
2017-02-02Revamp VendingMachine.scala as cookbook examplejackkoenig
* Move to cookbook * Change FSM implementation to use switch & is * Add non-FSM implementation * Add execution-driven test
2017-02-02Bring cookbook up to date with chisel3 APIjackkoenig
2016-12-12Add Cookbook examples Reg of Vec and FSM (#404)Jack Koenig
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-09-21Add Cookbook testsjackkoenig
These tests are intended to be the examples in the Chisel3 Wiki Cookbook.