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
/
main
/
scala
/
firrtl
/
passes
/
RemoveValidIf.scala
Age
Commit message (
Expand
)
Author
2021-08-02
add emitter for optimized low firrtl (#2304)
Kevin Laeufer
2020-11-12
Fix RemoveWires handling of invalidated non-UInt wires (#1949)
Jack Koenig
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-04-22
s/dependents/optionalPrerequisiteOf/
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-02-18
Remove last connect semantics from reset inference (#1396)
Jack Koenig
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-02-25
Fix almost all Scaladoc warnings
Schuyler Eldridge
2018-03-28
Replace unconnected registers with 0 in Constant Propagation (#776)
Jack Koenig
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2017-12-27
Removed top preamble (#640)
Adam Izraelevitz
2017-06-29
Connect registers with no connections to zero
Jack Koenig
2017-06-13
Replace IsInvalids on LowForm with connection to zero
Jack Koenig
2017-06-13
Canonicalize spacing in RemoveValidIf
Jack Koenig
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-09-25
Fix Anonymous function convertible to a method value
chick
2016-09-12
Rework map functions as class methods
jackkoenig
2016-06-10
API Cleanup - AST
Jack
2016-06-10
API Cleanup - Statement
Jack
2016-06-10
API Cleanup - Module
Jack
2016-05-10
Added RemoveValidIf pass.
Adam Izraelevitz