- Mar 11, 2020
-
-
Albert Magyar authored
-
Albert Magyar authored
-
Sahand Kashani-Akhavan authored
Co-authored-by:Albert Magyar <albert.magyar@gmail.com>
-
- Mar 10, 2020
-
-
David Biancolin authored
* Provide an annotation mix-in that marks RTs as dontTouch * Update src/main/scala/firrtl/transforms/OptimizationAnnotations.scala Co-Authored-By:
Albert Magyar <albert.magyar@gmail.com> * Update src/test/scala/firrtlTests/DCETests.scala Co-Authored-By:
Albert Magyar <albert.magyar@gmail.com> * Update src/main/scala/firrtl/transforms/OptimizationAnnotations.scala * Update OptimizationAnnotations.scala Co-authored-by:
Albert Magyar <albert.magyar@gmail.com>
-
- Mar 09, 2020
-
-
Albert Magyar authored
Make mergify open backport PRs & signal on failed cherry-picks
-
Albert Magyar authored
-
Albert Magyar authored
-
- Mar 07, 2020
-
-
Adam Izraelevitz authored
* Add firrtl-json serializers * Added support for ports, info. Added docs and tests
-
Albert Magyar authored
* Avoid IndexOutOfBoundsException when Bits has too few consts * Check for negative consts in all relevant primops * Use BigInt for all checks on primop constants
-
- Mar 06, 2020
-
-
mergify[bot] authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Albert Magyar authored
Revert inline nots
-
- Mar 05, 2020
-
-
Albert Magyar authored
-
Albert Magyar authored
* Feedback from @jackkoening * Merge into same stage as Ops to avoid Travis delays
-
Albert Magyar authored
This reverts commit f77487d3.
-
- Mar 04, 2020
-
-
Jack Koenig authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Albert Magyar authored
-
- Mar 03, 2020
-
-
Albert Magyar authored
* Closes #890
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Schuyler Eldridge authored
EliminateTargetPaths and Unreachable Modules
-
- Mar 02, 2020
-
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
- Feb 25, 2020
-
-
Albert Magyar authored
-
- Feb 22, 2020
- Feb 21, 2020
-
-
Schuyler Eldridge authored
Adds a case to CircuitState.resolvePaths such that if no targets are requested, then no ResolvePaths annotations are added. Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Feb 20, 2020
-
-
Schuyler Eldridge authored
Omnibus Dependency API Updates
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Schuyler Eldridge authored
This adds a prettyPrint method to the DependencyManager to enable textual visualization of the TransformLikes that a DependencyManager determines need to be run. This also cleans up the GraphViz visualization with better edge coloring and now uses the `name` method when labeling graphviz nodes. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Albert Magyar authored
This makes a change to the Dependency API that breaks chisel3. This needs to [skip chisel tests], but is fixed with https://github.com/freechipsproject/chisel3/pull/1270 . Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
- Feb 19, 2020
-
-
Albert Magyar authored
Add more docs / tests for DiGraph reachableFrom method
-
Albert Magyar authored
-
Albert Magyar authored
-
Jack Koenig authored
This reverts commit eabc3855.
-
Jack Koenig authored
* Revert "Infer resets last connect semantics (#1291)" * Fix handling of invalidated and undriven components of type Reset * Run CheckTypes after InferResets * Make reset inference bidirectional on connect * Support AsyncResetType in RemoveValidIf * Fix InferResets for parent constraints on child ports * Apply suggestions from code review * Add ScalaDoc to InferResets Co-authored-by:
Albert Magyar <albert.magyar@gmail.com> Co-authored-by:
Schuyler Eldridge <schuyler.eldridge@gmail.com>
-
- Feb 14, 2020
-
-
Sequencer authored
-
Jim Lawson authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Albert Magyar authored
Constant prop binary PrimOps with matching arguments
-
Albert Magyar authored
* Send in the Yosys
-
Albert Magyar authored
* Add SimplifyBinaryOp trait * Add extra functionality to comparison folding * Add tests * Fix comments from review
-