aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala
AgeCommit message (Expand)Author
2020-05-18Fix equivalence tests (#853)Albert Chen
2020-05-18Canonicalize init of regs with zero as reset in RemoveReset (#1627)Albert Magyar
2020-05-13Add test of {Lower, Upper}CaseNamesSchuyler Eldridge
2020-05-13consolidated wire+assign to just wire, with expression inlined (#1600)Murali Vijayaraghavan
2020-05-11Have AppendInfo use MultiInfo, rather than appending with : (#1580)Adam Izraelevitz
2020-05-11Add andr, orr, xorr literal const prop testsSchuyler Eldridge
2020-05-08deprecating BackendCompilationUtilities trait for object (#1575)Deborah Soung
2020-05-06Update scalatest to 3.1.1 (#1405)Scala Steward
2020-05-05before/after initial block macros (#1550)Deborah Soung
2020-05-04Add LegalizeAndReductionsTransformJack Koenig
2020-05-01Add missing invalidations to some transforms (#1541)Schuyler Eldridge
2020-04-22s/dependents/optionalPrerequisiteOf/Schuyler Eldridge
2020-04-22Mixin DependencyAPIMigration to all TransformsSchuyler Eldridge
2020-04-20Add test cases for illegal casts to AsyncReset / ClockAlbert Magyar
2020-04-20Remove repetitive pass lists from WidthTestsAlbert Magyar
2020-04-20Avoid casting 2-bit interval to AsyncReset in testAlbert Magyar
2020-04-14Add Paul's async-reset self-init case as a testAlbert Magyar
2020-04-14Allow casts in AsyncReset literal value check (#1523)Jack Koenig
2020-04-13Add test-case for explicit padding of SInts in mverilog compilerAlbert Magyar
2020-04-13Ensure PadWidths is run in mverilog compilerAlbert Magyar
2020-04-13Add test of mixing -e with -E in FirrtlMainSpecSchuyler Eldridge
2020-04-11EliminateTargetPaths: don't duplicate modules with only one instance (#1504)Albert Chen
2020-04-10Add ground type serializer (#1502)Albert Chen
2020-04-07Fix dynamic SubAccess of zero-length vectors (#1450)Albert Magyar
2020-04-06Remove deprecated ResolveGenders and CheckGendersAlbert Magyar
2020-03-30Add previously failing pad(cast(lit)) example as a test caseAlbert Magyar
2020-03-30Port FirrtlRunners.firrtlEquivalenceTest to use FirrtlStageAlbert Magyar
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-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-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-11Don't const-prop a register's self-init (#1441)Albert Magyar
2020-03-11Migrate to DependencyAPISchuyler Eldridge
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-04Revert "Verilog emitter transform InlineNots (#1270)"Albert Magyar
2020-03-02Remove new unreachables in EliminateTargetPathsSchuyler Eldridge
2020-02-19Add optionalPrerequisites to Dependency APISchuyler Eldridge
2020-02-19Add dependency prettyPrint, visualization updatesSchuyler 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-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