index
:
sfcX
1.6.x
master
sfc-scala3
Scala FIRRTL Compiler for chiselX
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
scala
/
firrtl
/
testutils
/
FirrtlSpec.scala
Age
Commit message (
Expand
)
Author
2021-12-17
Deprecate all mutable methods on RenameMap (#2444)
Jack Koenig
2021-11-30
[deprecation clean up] remove trait firrtl.util.BackendCompilationUtilities (...
Jiuyang Liu
2021-03-19
Legalize neg: -x becomes 0 - x (#2128)
Jack Koenig
2021-03-18
Ensure InlineCasts does not inline complex Expressions (#2130)
Jack Koenig
2021-02-17
Allow Side Effecting Statement to have Names (#2057)
Kevin Laeufer
2021-01-28
Stop padding multiply and divide ops (#2058)
Jack Koenig
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-28
Add custom transforms 'upstream' of emitter annotation in equiv tests
Albert Magyar
2020-08-28
Deprecate CompilerAnnotation (#1870)
Schuyler Eldridge
2020-08-14
All of src/ formatted with scalafmt
chick
2020-08-11
File Serialization of Annotations (#1277)
Schuyler Eldridge
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
2020-05-28
Implement InstanceTarget Behavior for Dedup + EliminateTargetPaths (#1539)
Albert Chen
2020-05-26
[API change] Absorb repetitive WIR nodes into IR
Albert Magyar
2020-05-18
Fix equivalence tests (#853)
Albert Chen
2020-05-05
before/after initial block macros (#1550)
Deborah Soung
2020-04-22
s/dependents/optionalPrerequisiteOf/
Schuyler Eldridge
2020-03-30
Port FirrtlRunners.firrtlEquivalenceTest to use FirrtlStage
Albert Magyar
2020-03-25
Update scalatest 3.1.0 (#1383)
Jim Lawson
2020-03-17
[RFC] Factor out common test classes; package them (#1412)
David Biancolin