summaryrefslogtreecommitdiff
path: root/src/test/resources/chisel3/VerilogVendingMachine.v
AgeCommit message (Collapse)Author
2019-01-09Avoid procedural wire assignment in test resourceSchuyler Eldridge
Verilator 4.008 dropped the hammer on procedural wire assignment to align with the IEEE standard (first I've heard of this, though). The VerilogVendingMachine.v test resource will error in Verilator 4.008 with a PROCASSWIRE error if you try to compile it. This fixes that example to only assign to a register. Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
2017-05-11Scope resources - move them down into chisel3 directory - fixes #549 (#610)Jim Lawson