aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-03-30Don't use postfix operator in transforms.FlattenSchuyler Eldridge
2020-03-26Eliminate warnings on `sbt doc` and `sbt unidoc` (#1470)Chick Markley
2020-03-26Support octal and binary literal formats as described in the specAlbert Magyar
2020-03-25Update scalatest 3.1.0 (#1383)Jim Lawson
2020-03-23Support Java API doc Scaladoc/Unidoc References (#1420)Schuyler Eldridge
2020-03-23Remove toNamed (and friends) deprecation. (#1449)Jim Lawson
2020-03-23Explicitly initialize firrtl.stage.Forms to prevent multi-thread collisions (...Jim Lawson
2020-03-23Change annotation logging (#1461)Jack Koenig
2020-03-17Add method to CheckCompLoops which returns its full netlist (#1458)David Biancolin
2020-03-17[RFC] Factor out common test classes; package them (#1412)David Biancolin
2020-03-16Check for collision of defnames with Module namesAlbert Magyar
2020-03-16Check for module name conflictsAlbert Magyar
2020-03-13Make InlineInstances invalidate ResolveKindsJack Koenig
2020-03-14Revert Compiler.execute to public (was protected) (#1447)Schuyler Eldridge
2020-03-12Add Support for FPGA Bitstream Preset-registers (#1050)John's Brew
2020-03-12Add out-of-bounds literal access test for ReplaceAccessesAlbert Magyar
2020-03-12Avoid generating out-of-bounds indices in ReplaceAccessesAlbert Magyar
2020-03-11Don't const-prop a register's self-init (#1441)Albert Magyar
2020-03-11Migrate to DependencyAPISchuyler Eldridge
2020-03-11Remove dead passes.DeadCodeElimination code (#1440)Albert Magyar
2020-03-10Fix copy-paste error in DiGraph.linearize documentation (#1324)Sahand Kashani-Akhavan
2020-03-09Provide an annotation mix-in that marks RTs as dontTouch (#1433)David Biancolin
2020-03-07Add firrtl-json serializers (#1430)Adam Izraelevitz
2020-03-06Check sign of primop constants where appropriate (#1421)Albert Magyar
2020-03-04Incorporate new AddNot formal regression testAlbert Magyar
2020-03-04Revert "Verilog emitter transform InlineNots (#1270)"Albert Magyar
2020-03-04Remove RenameMap logging from EliminateTargetPaths (#1416)Jack Koenig
2020-03-03Fix error message for NegWidthException (#1418)Albert Magyar
2020-03-02Remove DiGraph.seededLinearize (#1413)Schuyler Eldridge
2020-03-02Remove new unreachables in EliminateTargetPathsSchuyler Eldridge
2020-02-20Don't add ResolvePaths annotations if no targets (#1392)Schuyler Eldridge
2020-02-19Add optionalPrerequisites to Dependency APISchuyler Eldridge
2020-02-19Add dependency prettyPrint, visualization updatesSchuyler Eldridge
2020-02-19Make PreservesAll invalidates finalSchuyler Eldridge
2020-02-19Add additional PhaseManager testsSchuyler Eldridge
2020-02-19Support Singleton Dependencies (#1275)Albert Magyar
2020-02-18Add test case for reachableFrom behavior w.r.t. including rootAlbert Magyar
2020-02-18Update reachableFrom ScalaDocAlbert Magyar
2020-02-18Revert "Repl seq mem renaming (#1286)" (#1399)Jack Koenig
2020-02-18Remove last connect semantics from reset inference (#1396)Jack Koenig
2020-02-13Update ScalaTest deprecations. (#1382)Jim Lawson
2020-02-13Constant prop binary PrimOps with matching argumentsAlbert Magyar
2020-02-13Add tests for (Un)?reachable InstanceGraph MethodsSchuyler Eldridge
2020-02-13Add InstanceGraph helpers: reachable/unreachableSchuyler Eldridge
2020-02-12Add test of RenameMap not recording same renameSchuyler Eldridge
2020-02-12Add test of RenameMap self-renamingSchuyler Eldridge
2020-02-12Update RenameMap Scaladoc for self-rename, distincSchuyler Eldridge
2020-02-12Record self-renames in RenameMap, distinct renamesSchuyler Eldridge
2020-02-12Repl seq mem renaming (#1286)Jack Koenig
2020-02-11Add InstanceGraph.staticInstanceCount testsSchuyler Eldridge