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
/
firrtlTests
/
ConstantPropagationTests.scala
Age
Commit message (
Expand
)
Author
2021-04-16
Fix signedness of xor const prop with zero (#2179)
Fabian Schuiki
2021-03-27
Add NoConstantPropagationAnnotation to disable constatnt propagation (#2150)
Jiuyang Liu
2021-03-14
Fix width of constant propagation of SInt with zero (#2120)
Jack Koenig
2021-01-20
Add --dont-fold option to disable folding prim ops (#2040)
Schuyler Eldridge
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-09-15
Don't use ResolvedAnnotationPaths in ConstProp nor DCE (#1896)
Jack Koenig
2020-08-14
All of src/ formatted with scalafmt
chick
2020-07-24
Fix sign extension issue in Emitter (#1785)
Albert Chen
2020-07-23
fix reduction op bug ConstantPropagation (#1746)
Albert Chen
2020-07-23
mask bits when propagating bitwise ops (#1745)
Albert Chen
2020-07-23
Update negative literal emission (#1782)
Albert Chen
2020-05-11
Add andr, orr, xorr literal const prop tests
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-03-17
[RFC] Factor out common test classes; package them (#1412)
David Biancolin
2020-03-11
Don't const-prop a register's self-init (#1441)
Albert Magyar
2020-03-09
Provide an annotation mix-in that marks RTs as dontTouch (#1433)
David Biancolin
2020-03-04
Revert "Verilog emitter transform InlineNots (#1270)"
Albert Magyar
2020-02-13
Constant prop binary PrimOps with matching arguments
Albert Magyar
2020-02-07
Add extra 'de-optimization' opportunity for register const prop test
Albert Magyar
2020-02-06
Better register const prop through speculative de-optimization
Albert Magyar
2020-01-07
Remove unnecessary casts in Constant Propagation
Jack Koenig
2020-01-06
Verilog emitter transform InlineNots (#1270)
John Ingalls
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-02-22
Add Width Constraints with Annotations (#956)
Albert Chen
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig
2019-02-05
Missed constprop opportunity (#1009)
Andrew Waterman
2019-01-13
Constant Propagate dshl and dshr with constant amounts
Jack Koenig
2019-01-13
Keep constant propagating expressions until done optimizing
Jack Koenig
2018-07-20
Constant prop add (#849)
albertchen-sifive
2018-05-29
Fix pad (#817)
Jack Koenig
2018-05-09
Bugfix: ports of a temporary name would break const-prop (#806)
Adam Izraelevitz
2018-04-10
Fix bug in Constant Propagation for registers propped to zero (#787)
Jack Koenig
2018-03-28
Replace unconnected registers with 0 in Constant Propagation (#776)
Jack Koenig
2018-03-27
Const prop improvement (#772)
Jack Koenig
2018-01-30
Make Constant Propagation respect dontTouch on registers
Jack Koenig
2018-01-30
Fix bug incorrectly propagating constants on submodule inputs
Jack Koenig
2017-12-12
Add RemoveWires transform
Jack Koenig
2017-09-06
Write tests on multi-rooted circuits for ConstProp
Edward Wang
2017-08-14
Constant propagation across module boundaries (#633)
Jack Koenig
2017-07-17
do not swap wire names with node names
Donggyu Kim
2017-07-17
Fix ConstProp bug where multiple names would swap with one
Jack Koenig
2017-06-29
ConstProp registers that are only connected to or reset to a consant
Jack Koenig
2017-06-29
Add test for padding constant connections to wires in ConstProp
Jack Koenig
2017-06-29
Preserve "better" names in Constant Propagation
Jack Koenig
2017-06-28
Make Constant Propagation respect dontTouch
Jack Koenig
2017-06-28
Promote ConstProp to a transform
Jack Koenig
2017-03-06
Add ability to emit 1 file per module (#443)
Jack Koenig
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-11-04
Refactor Compilers and Transforms
jackkoenig
2016-06-10
API Cleanup - AST
Jack
[next]