summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/Tester.scala
AgeCommit message (Collapse)Author
2016-05-12remove Tester.scala because chiselMain is now implemented in the ↵Danny
chisel-testers repo
2015-10-26Break Core.scala into bite-sized piecesducky
2015-08-06subdir for Chisel.testers packageHenry Cook
2015-08-06Simplify the implementation of when-blocksAndrew Waterman
Reimplement elsewhen in terms of otherwise. Implement when/otherwise with a multi-command sequence, rather than a lone but mutable command. Now, all commands are immutable. The command stack is kaput.
2015-08-05Don't have Tester extend FileSystemUtilitiesAndrew Waterman
2015-08-05Massive Driver simplification, some tweaks to Parameter apiHenry Cook
2015-08-05add AdvTesterHenry Cook
2015-08-05Remove all references to Backends, only backend is FIRRTLHenry Cook
2015-08-05Use Width object, not IntAndrew Waterman
Please, no more -1
2015-07-28Dead code eliminationAndrew Waterman
2015-07-24Use CHISEL_BIN, CX, generalize generated/targetDir, convert filter to ↵Jim Lawson
python, cd into targetDir before launching simulator (via Driver).
2015-07-24move source files under Chisel folder - eclipse compatibilityJim Lawson