- Dec 19, 2020
-
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
- Dec 18, 2020
-
-
Schuyler Eldridge authored
Adds an alternative representation of types that mimics what the MLIR FIRRTL dialect does. Input, output, flow, and passive are all squashed into one canonicalized representation. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
- Dec 16, 2020
-
-
Schuyler Eldridge authored
Add support for instance input RHS usage replacement. Any references like this are included in the omnibus synthetic wire. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
- Dec 15, 2020
-
-
Schuyler Eldridge authored
Remove case in CheckFlows that allowed the use of a module port or instance port sink as a source. This was never allowed in the FIRRTL spec, but is allowed in Chisel and shows up in CHIRRTL. These types of usages in CHIRRTL are now removed with a transform before CheckFlows runs. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Change Utils.splitRef to use the actual IR types instead of their WIR aliases. Update the Scaladoc note to reflect this. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
- Dec 12, 2020
-
-
Megan Wachs authored
-
- Dec 11, 2020
-
-
XinJun Ma authored
-
- Dec 08, 2020
-
-
Jack Koenig authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Dec 05, 2020
-
-
Jack Koenig authored
This is now set by sbt-ci-release
-
- Dec 03, 2020
-
-
Jack Koenig authored
sbt-ci-release changes the commands required to publish to Sonatype. While this may be a desirable change at some point, it is inconsistent with other repos. Reverting for the time being.
-
Kevin Laeufer authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Dec 02, 2020
-
-
Jiuyang Liu authored
* add test for RemoveAccessesSpec. * fix nested SubAccess bug. Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Dec 01, 2020
-
-
Schuyler Eldridge authored
* Add SortModules to transform to def-before-use Adds a new transform, SortModules, that transforms a FIRRTL circuit to enforce an invariant of modules and external modules being defined before use. This transform is left as optional in the event that a user may wish to have a quick way of getting the circuit to respect this property as may be expected of some other tool, e.g., MLIR. Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com> * Add test of SortModules transform Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Nov 24, 2020
-
-
Tim Snyder authored
Verilator 4.034 was complaining about wires being named weak and strong because those are SV 2009 keywords. Added them to the Utils.v_keywords list
-
- Nov 18, 2020
-
-
Jack Koenig authored
* Make MultiTargetAnnotation.targets a def This enables the annotation writer to choose their own underlying data structure * Update MultiTargetAnnotation ScalaDoc Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
JADE KIM authored
Seq[(Int, DoPrimGen)] to Map[ExprGen[_ <: Expression], Int]
-
- Nov 17, 2020
-
-
Jiuyang Liu authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Jiuyang Liu authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Jack Koenig authored
-
- Nov 13, 2020
-
-
Jack Koenig authored
Uses sbt-ci-release for automation
-
- Nov 12, 2020
-
-
Jack Koenig authored
It would replace them with a validif node with a UIntLiteral which can lead to type errors.
-
Kevin Laeufer authored
-
- Nov 11, 2020
-
-
Jack Koenig authored
-
- Nov 10, 2020
-
-
Kevin Laeufer authored
* smt: add test for write port collision * smt: add missing call to insertDummyAssignsForMemoryOutputs * smt: fix typo in write port code Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Jiuyang Liu authored
* split big Emitter to submodules. * fix all deprecated warning. Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Kevin Laeufer authored
* smt: add tests for assert name clashes * smt: ensure unique signal names with a namespace this fixes issues #1934
-
- Nov 07, 2020
-
-
Jiuyang Liu authored
-
- Nov 05, 2020
-
-
Jack Koenig authored
-
Jack Koenig authored
-
- Oct 27, 2020
-
-
Jiuyang Liu authored
Fix verilog prep
-
- Oct 26, 2020
-
-
Jiuyang liu authored
-
Jiuyang liu authored
-
Jiuyang liu authored
-
- Oct 14, 2020
-
-
Schuyler Eldridge authored
* Make Stage.run protected Change the access modifier of Stage.run from no modifier to protected. This method is really an internal API that the user implements with the main entry point for a Stage being "execute" or "transform". By allowing users to access "run" they can bypass checks, mandatory file reads/writes, and wrappers. Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com> * Make FirrtlStage.run protected Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
- Oct 13, 2020
-
-
Scala Steward authored
-
- Oct 06, 2020
-
-
Jack Koenig authored
Fix "fix" for negative literals > 32 bits
-