- Nov 21, 2021
-
-
Jiuyang Liu authored
-
- Nov 20, 2021
-
-
Scala Steward authored
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
* Update scala-parallel-collections to 1.0.4 * Update scala-parallel-collections to 1.0.4 Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
-
Scala Steward authored
-
Scala Steward authored
-
Scala Steward authored
* Update sbt-scalafix to 0.9.32 * Update scala-library, scala-reflect to 2.13.7
-
Jiuyang Liu authored
* Add option to disable random mem/reg init Co-authored-by:
Jiuyang Liu <liu@jiuyang.me> * fix for code review. Co-authored-by:
SharzyL <me@sharzy.in>
-
- Nov 13, 2021
-
-
Chick Markley authored
An application like barstools may contain a main that loads an annotations file containing annotation classes that are not on it's classpath. This change allows unknown annotations to be preserved by wrapping them in a UnrecognizedAnnotation. If annotations are then output to a file, they will be unwrapped during serialization This feature can be enabled via an AllowUnrecognizedAnnotations annotation Co-authored-by:
chick <chick.markley@sifive.com> Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
Schuyler Eldridge authored
Add defname, parameter to extmodule spec, NFC Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
- Nov 11, 2021
-
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Kevin Laeufer authored
-
- Nov 10, 2021
-
-
Kevin Laeufer authored
We never tested the case where the width of the numerator was less than the denominator. This should fix any issue with this combination.
-
- Nov 05, 2021
-
-
Kevin Laeufer authored
-
- Oct 28, 2021
-
-
SingularityKChen authored
+ correct the Error Info of "At least one dedupable annotation..."
-
- Oct 20, 2021
-
-
David Biancolin authored
-
- Oct 19, 2021
-
-
David Biancolin authored
-
- Oct 09, 2021
-
-
Jack Koenig authored
Reset, AsyncReset, Interval, attach, assert, assume, and cover have all been added as keywords but not added to the allowlist for parsing as ids.
-
- Oct 06, 2021
-
-
Jack Koenig authored
Hotfix for Vector Reg Init LegalizeConnects Bug
-
- Oct 05, 2021
-
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Add a private pass, LegalizeConnectsOnly, that behaves like LegalizeConnects, but only pads connects instead of connects and register inits. Padding is necessary for ReplSeqMem, but ReplSeqMem runs before LowerTypes and vector registers can still exist at this point. Connects, conversely, are all blown out by ExpandConnects and can be safely, blindly treated as ground type. Fixes #2379. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
- Sep 30, 2021
-
-
David Biancolin authored
* Demonstrate a couple failing cases * Have TopWiring ignore unnamed declarations as potential sources
-
David Biancolin authored
* Have Flatten & InlineInstances remove their annotations * Format
-
- Sep 29, 2021
-
-
Nicolas Machado authored
* Added RTLIL Backend. * Add test for Rtlil Backend, fix per-module file emission, scalafmt, and apply bugfixes for inconsistencies found during testing. * Fix build on scala 2.13 * Add additional equivalence test, make some bugfixes and perf opts to the emitter. * Final changes as requested by Kevin, code cleanup, add support for formal cells.
-
- Sep 28, 2021
-
-
Kevin Laeufer authored
-
- Sep 24, 2021
-
-
Richard Xia authored
8abf3085 reordered the fields, but it unintentionally placed a closing brace before the actual end of the write port type. This moves the brace to the end of the port. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Kevin Laeufer authored
-
- Sep 15, 2021
-
-
Jack Koenig authored
The test was leaving the test directory in a dirty state that would fail on a rerun. Fix the test so that it can be run multiple times in a row.
-
- Sep 14, 2021
-
-
Jack Koenig authored
This required also bumping sbt-scalafix to bring in a newer version of semanticdb. The new version of semanticdb had an issue with a regex in SMTLib, fixed by fixing the way '$' is escaped in the regex.
-
- Sep 11, 2021
-
-
Jack Koenig authored
BlackBoxSourceHelper should only run late in compilation to allow transforms to tweak its behavior (eg. changing BlackBoxTargetDirAnno).
-
Megan Wachs authored
-