| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-08 | Rename packages to lowercase chisel, add compatibility layer | ducky | |
| 2016-05-20 | Update BackendCompilationUtilities.verilogToCpp to specify top-module | jackkoenig | |
| This prevents Verilator from erroring when it cannot determine the top-module. It also changes the PRINTF_COND guard to correctly use the top-level reset instead of just the top of the Chisel-generated code. | |||
| 2016-05-10 | Move emit out of IR | ducky | |
| 2016-05-09 | get -> getOrElse | Donggyu Kim | |
| 2016-04-26 | Scalastyle fixes and "ignores". - No functional changes. | Jim Lawson | |
| 2016-03-18 | Make Chisel self-testing work with new FIRRTL printf/stop guards | jackkoenig | |
| 2016-03-14 | Scalastyle cleanup - no functional differences. | Jim Lawson | |
| 2016-03-08 | Added -Wno-WIDTH and -Wno-STMTDLY warning suppressors to verilator command | chick | |
| show verilator command on starndard out Changed --Wno-fatal to -Wno-fatal (double dash became single dash) in accordance with verilator docs println the verilator command to the standard out, so it can be seen along with the various compiler calls | |||
| 2016-03-05 | Actually parse "--targetDir" | Palmer Dabbelt | |
| I'm trying to get RocketChip to work with Chisel3 again, and we need to run in multiple directories. This fixes the workaround I made earlier to actually parse the passed command-line arguments so I can emit FIRRTL in the correct directory. | |||
| 2016-02-02 | Add some Chisel2 driver emulation methods | Palmer Dabbelt | |
| I don't want to have to maintain a big rocket-chip fork to have it run through Chisel3, so instead I'm adding back some of the driver routines that existed in Chisel2. | |||
| 2016-01-23 | Move firrtl subpackage to inside internal subpackage. | jackkoenig | |
| 2015-12-15 | Print test stdout/stderr to console | ducky | |
| 2015-12-09 | Refactor testharness generation to create directories and have minimal API | ducky | |
| 2015-12-09 | Extend TesterDriver to optionally take in additional Verilog sources | ducky | |
| 2015-12-06 | Split internal and FIRRTL packages | ducky | |
| 2015-11-04 | Fix new style errors | ducky | |
| 2015-11-04 | Remove 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-20 | Whitespace / comment style fixes | ducky | |
| 2015-08-27 | Expose ChiselExceptions | Andrew Waterman | |
| 2015-08-13 | Make error reporting reentrant | Andrew Waterman | |
| 2015-08-12 | Marshal the global mutable state into one object | Andrew Waterman | |
| Hopefully, the Chisel core is now thread-safe. | |||
| 2015-08-05 | Tighten access to some classes/fields | Andrew Waterman | |
| 2015-08-05 | Remove stuff from FileSystemUtilities | Andrew Waterman | |
| 2015-08-05 | Add legacy chiselMain routine | Andrew Waterman | |
| 2015-08-05 | Name output files according to ChiselConfig.toString | Andrew Waterman | |
| 2015-08-05 | minor cleanup | Henry Cook | |
| 2015-08-05 | Massive Driver simplification, some tweaks to Parameter api | Henry Cook | |
| 2015-08-05 | Remove all references to Backends, only backend is FIRRTL | Henry Cook | |
| 2015-08-01 | Compute node directions correctly | Andrew Waterman | |
| 2015-07-29 | Print out basic status information when elaborating | Andrew Waterman | |
| 2015-07-24 | Remove 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-24 | move source files under Chisel folder - eclipse compatibility | Jim Lawson | |
