- Apr 06, 2020
-
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
- Apr 05, 2020
-
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
- Apr 03, 2020
-
-
Jim Lawson authored
-
- Mar 31, 2020
-
-
Albert Magyar authored
-
Albert Magyar authored
-
Albert Magyar authored
* Previously, this test failed whenever InlineCasts was run
-
Albert Magyar authored
-
Albert Magyar authored
* Make RenameTop DependencyAPI-compliant
-
Schuyler Eldridge authored
Nuclear Option (-Xfatal-warnings) for Scaladoc Build
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Schuyler Eldridge authored
Turn on -Xfatal-warnings when building documentation. 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>
-
- Mar 27, 2020
-
-
Jack Koenig authored
Co-authored-by:Jim Lawson <ucbjrl@berkeley.edu>
-
Chick Markley authored
* Eliminate warnings on `sbt doc` and `sbt unidoc` - removed toFirrtl reference on MultiTargetAnnotation - lots of places where package path has to be added to comment references - Change to use `/** text starts here` convention when wrong in comment with a doc fix. - Did not exhaustively change these - Wrestled doc example in RenderDiGraph#renderNode, not sure if I won - Cleaned up InferWidths & CatchExceptions imports - Added missing license message to a couple of files. - fixed a couple of stale parameter names in scaladoc - Added @unchecked to stop erasure warning in Emitting where emission annotations are collected - Change types to [_] on match in RenameMap#recordAll to fix erasure warning * Where possible change [[firrtl.ir.X]] to [[firrtl.ir.X X]] for better display in scaladoc Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Albert Magyar authored
-
Albert Magyar authored
* Fixes #1464
-
- Mar 26, 2020
-
-
Jim Lawson authored
* Removed unused imports in src/test/ * Update ScalaTest deprecations. * Update scalatest from 3.0.8 to 3.1.0; apply auto fix for deprecations Co-authored-by:Jack Koenig <koenig@sifive.com>
-
- Mar 24, 2020
-
-
Schuyler Eldridge authored
* Link to Java API Documentation This adds a build.sbt apiMappings to allow for Scaladoc/Unidoc linking to Java API documentation. This uses the exact strategy that Scala upstream uses for linking. Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> * Add example of Java and Scala API docs linking Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Jim Lawson authored
* Remove toNamed (and friends) deprecation. * Add inadvertently deleted leading double quote. * Remove commented out deprecations.
-
Jim Lawson authored
* Explicitly initialize firrtl.stage.Forms to prevent multi-thread collisions See https://github.com/freechipsproject/firrtl/issues/1462. Convert `lazy val` members of firrtl.stage.Forms to plan `val`s. Reference firrtl.stage.Forms in sufficient locations to ensure the object is initialized before its members are accessed. * Respond to comments - make _dummyForms private. * Move Forms initialization to package object. * Merge with master
-
Jack Koenig authored
* Change from log-level debug to trace * Serialize as JSON rather than .serialize on each annotation Co-Authored-By:Chick Markley <chick@qrhino.com>
-
- Mar 22, 2020
-
-
Jack Koenig authored
-
- Mar 18, 2020
-
-
David Biancolin authored
-
David Biancolin authored
* Pull out common test utilities into a separate package * Project a fat jar for test utilities Co-authored-by:Albert Magyar <albert.magyar@gmail.com>
-
- Mar 17, 2020
-
-
Albert Magyar authored
Check for name collisions of Modules
-
Albert Magyar authored
* Fixes #1096
-
Albert Magyar authored
* Fixes #1436
-
- Mar 15, 2020
-
-
Schuyler Eldridge authored
Make InlineInstances invalidate ResolveKinds
-
- Mar 14, 2020
-
-
Jack Koenig authored
Fixes #1453
-
Schuyler Eldridge authored
Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Albert Magyar authored
-
- Mar 13, 2020
-
-
John's Brew authored
Introduce Preset Register Specialized Emission - Introduce EmissionOption trait - Introduce PresetAnnotation & PresetRegAnnotation - Enable the collection of Annotations in the Emitter - Introduce collection mechanism for EmissionOptions in the Emitter - Add PropagatePresetAnnotation transform to annotate register for emission and clean-up the useless reset tree (no DCE involved) - Add corresponding tests spec and tester Co-authored-by:Jack Koenig <koenig@sifive.com>
-
Albert Magyar authored
-
Albert Magyar authored
-
- Mar 12, 2020
-
-
Albert Magyar authored
* Fixes #1214 Co-authored-by:Jack Koenig <koenig@sifive.com>
-