- Apr 15, 2017
-
-
Jack authored
-
- Apr 14, 2017
-
-
Jack Koenig authored
This means CSE need only be run once to get same QOR and prevents pathological cases. Fixes #448
-
- Apr 05, 2017
-
-
Colin Schmidt authored
-
- Apr 04, 2017
-
-
Adam Izraelevitz authored
Fixes bug where arbitrary expressions, if called with .expr, return the same expression.
-
Albert Magyar authored
-
- Mar 30, 2017
-
-
Jack Koenig authored
-
Albert Magyar authored
-
Jack Koenig authored
-
- Mar 24, 2017
-
-
Albert Magyar authored
-
Adam Izraelevitz authored
-
Jack Koenig authored
Also add GlobalCircuitAnnotation for creating similar annotations
-
- Mar 23, 2017
-
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
Now remove DefNodes of zero width Don't deeply walk nodes (was the source of the bug)
-
Adam Izraelevitz authored
-
azidar authored
-
azidar authored
-
- Mar 18, 2017
-
-
Albert Magyar authored
-
Adam Izraelevitz authored
-
- Mar 16, 2017
-
-
Albert Magyar authored
Use newer rocket regression spec without comb loop
-
Albert Magyar authored
-
Adam Izraelevitz authored
-
- Mar 15, 2017
-
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
- Mar 11, 2017
-
-
Edward Wang authored
HTTPS clone is with .git; cd only with no error.
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
- Mar 10, 2017
-
-
Donggyu authored
-
Adam Izraelevitz authored
SInt representation is no longer 2's complement, but instead a positive number (hex or base 10) that is optionally preceded by a sign (-+).
-
- Mar 07, 2017
-
-
Adam Izraelevitz authored
* Added Zero width wires. Semantics: - No change to width inference rules, e.g. a<0> + b<2> = c<3> - Replace zero width wires with UInt<1>(0) or SInt<1>(0) - Performs constant prop. - Redo width/type inference * Remove errant println * Moved ZeroWidth after ConvertFixedToSInt * Added more tests, bugfix match on connect Also replaced constprop with infertypes for correctness * Updated to new emitter and test infrastructure -
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
Now, any annotation not propagated by a transform is considered deleted. A new DeletedAnnotation is added in place of it.
-