summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/Driver.scala
AgeCommit message (Collapse)Author
2015-12-09Refactor testharness generation to create directories and have minimal APIducky
2015-12-09Extend TesterDriver to optionally take in additional Verilog sourcesducky
2015-12-06Split internal and FIRRTL packagesducky
2015-11-04Fix new style errorsducky
2015-11-04Remove Parameters library and refactor Driver.Henry Cook
In addition to removing all the extraneous Driver invocations that created various top-level Parameters instances, this commit also lays the groundwork for stanza-firrtl/verilator based testing of Modules that extend BasicTester. The execution-based tests have been updated accordingly. They will only succeed if firrtl and verilator binaries have been installed. Further work is needed on individual tests to use assertions instead of .io.error.
2015-10-20Whitespace / comment style fixesducky
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