| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2015-08-02 | Work around FIRRTL accessor problem | Andrew Waterman | |
| 2015-08-02 | Use flatMap instead of map/reduce | Andrew Waterman | |
| 2015-08-01 | Compute node directions correctly | Andrew Waterman | |
| 2015-08-01 | When reflecting, sort fields for determinism | Andrew Waterman | |
| The damn JVM isn't deterministic. | |||
| 2015-08-01 | Clean up flip/asInput/asOutput | Andrew Waterman | |
| 2015-07-31 | Disallow dynamic bit range extraction | Andrew Waterman | |
| It wasn't correctly implemented, anyway. | |||
| 2015-07-31 | Improve handling of := and <> | Andrew Waterman | |
| - Check that ground types match - Emit FIRRTL bulk-connect instead of := for bundle connections | |||
| 2015-07-31 | Implement getWidth more completely and less buggily | Andrew Waterman | |
| 2015-07-31 | Open heart surgery on IDs/naming | Andrew Waterman | |
| This commit institutes a more structured system for managing namespaces. It fixes a handful of namespace collision bugs, and also improves performance by abandoning ungainly string-based IDs. | |||
| 2015-07-30 | Work around FIRRTL literal restrictions | Andrew Waterman | |
| 2015-07-30 | Better literal checking | Andrew Waterman | |
| 2015-07-30 | Check for negative UInt literals | Andrew Waterman | |
| 2015-07-30 | Correct implementation of andR | Andrew Waterman | |
| 2015-07-30 | Make Vec.fill(n)(x) the same as Vec(x, n) | Andrew Waterman | |
| 2015-07-30 | Emit clocks and resets | Andrew Waterman | |
| 2015-07-30 | Add missing Wire() | Andrew Waterman | |
| 2015-07-30 | Move towards compatibility with FIRRTL 0.1.3 | Andrew Waterman | |
| 2015-07-29 | Remove most operators from Bits | Andrew Waterman | |
| The concrete return type was the type of the LHS, which is wrong for most mixed-signedness code. We can get it right using double-dispatch, but let's wait until we know we need to do so. I left the comparison operators because their return type is always Bool. | |||
| 2015-07-29 | For Mux1H, use UInt instead of Bits | Andrew Waterman | |
| 2015-07-29 | Remove nondeterminism in field naming | Andrew Waterman | |
| We must compensate for Class.getMethod's nondeterministic ordering. | |||
| 2015-07-29 | Add SInt-by-UInt multiplication operator | Andrew Waterman | |
| 2015-07-29 | Add newline at end of .fir file | Andrew Waterman | |
| 2015-07-29 | Print out basic status information when elaborating | Andrew Waterman | |
| 2015-07-29 | Fix Bundle port ordering | Andrew Waterman | |
| 2015-07-29 | Use Seq, not Iterable, when traversal order matters | Andrew Waterman | |
| 2015-07-29 | Clean up Reg constructor | Andrew Waterman | |
| 2015-07-28 | toBits and fromBits must be inverse operations | Andrew Waterman | |
| For Vec and Bundle, toBits and fromBits got the flattening order wrong and so weren't inverses of each other. | |||
| 2015-07-28 | Avoid some heap allocations | Andrew Waterman | |
| 2015-07-28 | Speed up code emission using StringBuilders | Andrew Waterman | |
| 2015-07-28 | Rename sumLog2Width to sumPow2Width | Andrew Waterman | |
| 2015-07-28 | Avoid needless Vec instantiation | Andrew Waterman | |
| This avoids some cases where cloneType would need to be defined. | |||
| 2015-07-28 | Improve cloneType error messages | Andrew Waterman | |
| 2015-07-28 | Only attempt to name vals, not defs | Andrew Waterman | |
