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
/
ConstProp.scala
Age
Commit message (
Expand
)
Author
2017-06-28
Promote ConstProp to a transform
Jack Koenig
2017-06-26
Add support for wires in ConstProp
Jack Koenig
2017-06-26
Speed up ConstProp by doing ConstProp before recording node
Jack Koenig
2017-05-12
Fix pad, second try (#465)
Adam Izraelevitz
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-10-11
Scala style cleanup take 5 (#324)
Chick Markley
2016-09-27
remove unnecessary parentheses
chick
2016-09-25
remove unnecessary blocks
chick
2016-09-25
convert all occurencess of BigInt == Int to BigInt == BigInt
chick
2016-09-23
use .head instead of (0)
chick
2016-09-13
remove Utils.{width_BANG, long_BANG}
Donggyu Kim
2016-09-07
clean up miscs
Donggyu Kim
2016-09-07
remove Utils.tpe
Donggyu Kim
2016-07-07
Generalize and clean up constant propagation pass
Andrew Waterman
2016-06-10
API Cleanup - AST
Jack
2016-06-10
API Cleanup - PrimOp & PrimOps
Jack
2016-06-10
API Cleanup - Expression
Jack
2016-06-10
API Cleanup - Statement
Jack
2016-06-10
API Cleanup - Module
Jack
2016-05-10
Added constant propagation rule for greater/less thans
Adam Izraelevitz
2016-04-21
Emit correct width for ConstProp'd bit extract
Andrew Waterman
2016-04-13
Extend mux constant propagation
Andrew Waterman
2016-04-13
Add shift/concat constant propagation
Andrew Waterman
2016-04-07
Split ConstProp pass into own file; propagate lits through nodes
Andrew Waterman