- Dec 21, 2017
-
-
Jim Lawson authored
-
Jim Lawson authored
-
Jim Lawson authored
This is a modified form of #706 to preserve the bugfix but preserve the [buggy] 1.0.x API that firrtl was not properly enforcing initialization requirements for submodule inputs The problem with #706 is that because Firrtl wasn't properly enforcing initialization requirements on submodules, code that used to work no longer does. This alternative version still fixes the incorrect Verilog generation bug but does not enforce the initialization requirement.
-
Jim Lawson authored
This reverts commit 4801d9cb.
-
Jim Lawson authored
-
Jim Lawson authored
Fixes #527
-
Jim Lawson authored
-
Jack Koenig authored
This resulted in parent modules sometimes being constant proppagated before a child module. If the child module has a constant driving one of its outputs, the parent module would thus not see the constant. This resulted in strange unstable constant propagation behavior where sometimes constant outputs would not propagate. Also add test illustrating why this occurs with uses of InstanceGraph
-
Jack Koenig authored
-
Jim Lawson authored
-
Jim Lawson authored
-
Jim Lawson authored
This reverts commit 8ab501e7.
-
- Dec 20, 2017
-
-
Wei Song (宋威) authored
-
Schuyler Eldridge authored
Fixes #708
-
Jim Lawson authored
This reverts commit 8ab501e7.
-
- Dec 19, 2017
-
-
Adam Izraelevitz authored
-
Jim Lawson authored
-
Jack Koenig authored
Bump SBT to 1.0.4 and update plugins Update Scala versions and sbt commands in .travis.yml Replace run-main with runMain
-
Jim Lawson authored
-
- Dec 16, 2017
-
-
Adam Izraelevitz authored
-
- Dec 13, 2017
-
-
Jack Koenig authored
Remove wires, replacing them with nodes
-
Jack Koenig authored
Make the check script allow different designs Add FPU, ICache, and RocketCore to regress and use instead of Rob for CI equivalence check
-
Jack Koenig authored
This transform replaces all wires with nodes in a legal, flow-forward order
-
Jack Koenig authored
-
Jack Koenig authored
Move pad to object ConstantPropagation so other transforms can use it
-
Jim Lawson authored
-
- Nov 30, 2017
-
-
Wenyu Tang authored
* add graph node classes * add graph representation usage pass * remove pass using graph nodes so that firrtl can compile * move google graph ir nodes to altIR package
-
- Nov 29, 2017
- Nov 23, 2017
-
-
Jim Lawson authored
Merge branch 'master' into release
-
- Nov 17, 2017
-
-
Albert Magyar authored
-
Jack Koenig authored
Also let Travis know that equivalence checks can take a while
-
- Nov 11, 2017
-
-
Albert Magyar authored
-
- Nov 10, 2017
-
-
Jim Lawson authored
-
- Nov 09, 2017
-
-
Jack Koenig authored
-
Jack Koenig authored
-
Jack Koenig authored
-
- Nov 01, 2017
-
-
Jack Koenig authored
-
- Oct 28, 2017
-
-
Jim Lawson authored
-
- Oct 07, 2017
-
-
Jim Lawson authored
-