summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/Driver.scala
AgeCommit message (Collapse)Author
2015-08-05minor cleanupHenry Cook
2015-08-05Massive Driver simplification, some tweaks to Parameter apiHenry Cook
2015-08-05Remove all references to Backends, only backend is FIRRTLHenry Cook
2015-08-01Compute node directions correctlyAndrew Waterman
2015-07-29Print out basic status information when elaboratingAndrew Waterman
2015-07-24Remove chiselVersion from Makefile; correct bit order for toBits; correct ↵Jim Lawson
Vec() factory signature; Builder.pushCommands in test to avoid empty list head if tester manipulates Chisel nodes.
2015-07-24move source files under Chisel folder - eclipse compatibilityJim Lawson