| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-10 | Remove redundant cast | Andrew Waterman | |
| 2015-08-10 | Allow SInt := SInt | Andrew Waterman | |
| I had inadvertently disallowed it. | |||
| 2015-08-10 | Avoid floating point in log2 computation | Andrew Waterman | |
| The previous implementations were incorrect for large N. | |||
| 2015-08-10 | Parameter cleanup | Henry Cook | |
| 2015-08-09 | For now, allow constructing Data outside of Modules | Andrew Waterman | |
| This probably isn't a good idea, but Emitter.initPorts depends on it to create the literal 0. | |||
| 2015-08-09 | Regularize literal handling | Andrew Waterman | |
| 2015-08-08 | params must be public, as user modules refer to it | Andrew Waterman | |
| 2015-08-08 | DRY | Andrew Waterman | |
| 2015-08-06 | updated Tester compiles with a few abstracted fields | Henry Cook | |
| 2015-08-06 | subdir for Chisel.testers package | Henry Cook | |
| 2015-08-06 | Merge branch 'driverRefactor' | Henry Cook | |
| 2015-08-06 | dynamic scoping cleanups | Henry Cook | |
| 2015-08-06 | Terminate all conditional blocks with skip | Andrew Waterman | |
| This simplifies the handling of empty when statements. | |||
| 2015-08-06 | Clean up after when-block refactoring | Andrew Waterman | |
| 2015-08-06 | Simplify the implementation of when-blocks | Andrew 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-05 | cleanup Module factory | Henry Cook | |
| 2015-08-05 | make _mod less private | Henry Cook | |
| 2015-08-05 | refactor driver to use scoped DynamicVariables instead of static global stacks | Henry Cook | |
| 2015-08-05 | Tighten access to some classes/fields | Andrew Waterman | |
| 2015-08-05 | Don't have Tester extend FileSystemUtilities | Andrew Waterman | |
| 2015-08-05 | Remove stuff from FileSystemUtilities | Andrew Waterman | |
| 2015-08-05 | Clean up ChiselError implementation | 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 | move elapsed time to error | Henry Cook | |
| 2015-08-05 | minor cleanup | Henry Cook | |
| 2015-08-05 | Massive Driver simplification, some tweaks to Parameter api | Henry Cook | |
| 2015-08-05 | add AdvTester | Henry Cook | |
| 2015-08-05 | Remove all references to Backends, only backend is FIRRTL | Henry Cook | |
| 2015-08-05 | normalize file capitalization | Henry Cook | |
| 2015-08-05 | clean up Emitter a bit | Andrew Waterman | |
| 2015-08-05 | Use Width object, not Int | Andrew Waterman | |
| Please, no more -1 | |||
| 2015-08-04 | Vecs are homogeneous, so implement them as such | Andrew Waterman | |
| 2015-08-04 | Clean up Mux | Andrew Waterman | |
| 2015-08-04 | Fix inferred width of Reverse | Andrew Waterman | |
| 2015-08-04 | Fix Fill on Bool | Andrew Waterman | |
| 2015-08-04 | Reg(init=UInt(0,N)) should force Reg width to N | Andrew Waterman | |
| I don't really like the syntax, but it's for backwards compatibility. | |||
| 2015-08-04 | Refactor Bundle field enumeration | Andrew Waterman | |
| 2015-08-04 | Add better cloneTypeWidth and deprecate old one | Andrew Waterman | |
| 2015-08-04 | Don't create zero-width Enums, at least for now | Andrew Waterman | |
| 2015-08-03 | improve macro hygiene | Henry Cook | |
| 2015-08-03 | Improve type-safety of switch/is blocks using macros and SwitchContext. ↵ | Henry Cook | |
| Removed switch key stack. | |||
| 2015-08-03 | Fix << width bug | Andrew Waterman | |
| 2015-08-03 | Don't zero-initialize for Wire(init=...) | Andrew Waterman | |
| 2015-08-03 | No more shitballs | Andrew Waterman | |
| 2015-08-02 | shitballs | Andrew Waterman | |
| 2015-08-02 | Move comparison operators to UInt/SInt | Andrew Waterman | |
| 2015-08-02 | Remove legacy Params stuff | Andrew Waterman | |
| If we need anything from these files, we can re-add it later. | |||
| 2015-08-02 | soften permissions on dirVar | Henry Cook | |
| 2015-08-02 | Work around FIRRTL initialization pedantry | Andrew Waterman | |
| Initialize all wires, output ports, and instance input ports to 0. | |||
