| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-16 | Change to Apache 2.0 License (#1901) | Chick Markley | |
| 2020-08-14 | All of src/ formatted with scalafmt | chick | |
| 2020-07-29 | [2.13] Range.Double -> Range.BigDecimal | Kevin Laeufer | |
| The values end up being converted to BigDecimal anyways. | |||
| 2020-04-06 | Remove deprecated ResolveGenders and CheckGenders | Albert Magyar | |
| * Remove few remaining uses of these passes from FIRRTL codebase | |||
| 2020-03-17 | [RFC] Factor out common test classes; package them (#1412) | David Biancolin | |
| * Pull out common test utilities into a separate package * Project a fat jar for test utilities Co-authored-by: Albert Magyar <albert.magyar@gmail.com> | |||
| 2020-02-12 | Removed unused imports in src/test/ (#1381) | Jim Lawson | |
| Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | |||
| 2019-10-18 | Upstream intervals (#870) | Adam Izraelevitz | |
| Major features: - Added Interval type, as well as PrimOps asInterval, clip, wrap, and sqz. - Changed PrimOp names: bpset -> setp, bpshl -> incp, bpshr -> decp - Refactored width/bound inferencer into a separate constraint solver - Added transforms to infer, trim, and remove interval bounds - Tests for said features Plan to be released with 1.3 | |||
