summaryrefslogtreecommitdiff
path: root/src/test/scala/examples/ImplicitStateVendingMachine.scala
AgeCommit message (Collapse)Author
2019-01-25WireDefault instead of WireInit, keep WireInit around (#986)Martin Schoeberl
2017-08-17More of the bindings refactor (#635)Richard Lin
Rest of the binding refactor
2017-03-08Deprecate old Reg with nulls constructor (#455)Richard Lin
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