summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/Driver.scala
AgeCommit message (Collapse)Author
2015-08-27Expose ChiselExceptionsAndrew Waterman
2015-08-13Make error reporting reentrantAndrew Waterman
2015-08-12Marshal the global mutable state into one objectAndrew Waterman
Hopefully, the Chisel core is now thread-safe.
2015-08-05Tighten access to some classes/fieldsAndrew Waterman
2015-08-05Remove stuff from FileSystemUtilitiesAndrew Waterman
2015-08-05Add legacy chiselMain routineAndrew Waterman
2015-08-05Name output files according to ChiselConfig.toStringAndrew Waterman
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