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
/
transforms
Age
Commit message (
Expand
)
Author
2021-07-14
Fix memory annotation deduplication (#2286)
Jared Barocsi
2021-07-11
Deprecate BlackBoxResourceAnno (#2262)
Schuyler Eldridge
2021-06-15
make PresetRegAnnotation public (#2254)
Kevin Laeufer
2021-06-08
Prepend target dir to default dedup report dir
sinofp
2021-06-08
Rm java.io in MustDedup
sinofp
2021-05-04
Make MustDeduplicateAnnotation deletable (#2215)
Jack Koenig
2021-04-16
Fix signedness of xor const prop with zero (#2179)
Fabian Schuiki
2021-04-06
Deprecate InlineCasts, add InlineAcrossCasts (#2146)
Jack Koenig
2021-04-05
Establish a fixed relative order for FPGA-backed passes + reflect in ScalaDoc
Albert Magyar
2021-04-05
Specify that SimplifyMems invalidates InferTypes
Albert Magyar
2021-03-29
Fix RemoveAccesses, delete CSESubAccesses (#2157)
Jack Koenig
2021-03-27
Add NoConstantPropagationAnnotation to disable constatnt propagation (#2150)
Jiuyang Liu
2021-03-18
Ensure InlineCasts does not inline complex Expressions (#2130)
Jack Koenig
2021-03-14
Fix width of constant propagation of SInt with zero (#2120)
Jack Koenig
2021-03-11
Fix CSESubAccesses for SubAccesses with flips (#2112)
Jack Koenig
2021-03-04
SMT Backend: move undefined memory behavior modelling to firrtl IR level (#2095)
Kevin Laeufer
2021-03-04
CSE SubAccesses (#2099)
Jack Koenig
2021-02-17
Allow Side Effecting Statement to have Names (#2057)
Kevin Laeufer
2021-02-16
Add MustDeduplicateTransform
Jack Koenig
2021-02-01
Deprecate ToWorkingIR (#2028)
Schuyler Eldridge
2021-02-01
ConstantPropagation: make RemoveValidIf an optional dependency (#2027)
Kevin Laeufer
2021-01-26
Fix post-merge publishing (#2055)
Jack Koenig
2021-01-20
Add --dont-fold option to disable folding prim ops (#2040)
Schuyler Eldridge
2020-11-30
Add SortModules Transform (#1905)
Schuyler Eldridge
2020-11-12
Fix RemoveWires handling of invalidated non-UInt wires (#1949)
Jack Koenig
2020-11-10
Refactor emiter (#1879)
Jiuyang Liu
2020-10-26
bug fix for VerilogPrep using wrong type.
Jiuyang liu
2020-10-01
Fix "fix" for negative literals > 32 bits
Jack Koenig
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-09-09
Loosen inlining restrictions (#1882)
Albert Chen
2020-09-06
Add --pretty:no-expr-inlining to prevent expression inlining (#1869)
Jack Koenig
2020-09-04
Legalize memory port clocks
Albert Magyar
2020-08-31
Emitter: add missing parenthesize calls (#1874)
Albert Chen
2020-08-28
Restrict boolean inlining to avoid context-sensitive width bugs
Albert Magyar
2020-08-25
Inline Boolean Expressions (#1817)
Albert Chen
2020-08-22
Async reset tieoff bug (#1854)
David Biancolin
2020-08-21
Deprecate Uniquify and move its useful utilities (#1856)
Jack Koenig
2020-08-14
All of src/ formatted with scalafmt
chick
2020-08-12
Combined Uniquify and LowerTypes pass (#1784)
Kevin Laeufer
2020-08-12
Strip dependencies from BlackBoxSourceHelper (#1840)
Schuyler Eldridge
2020-08-05
Deprecate InstanceGraph (#1800)
Kevin Laeufer
2020-07-31
Avoid repeated inlining in FlattenRegUpdate (#1727)
Jack Koenig
2020-07-29
ManipulateNames: use composition instead of extending HashMap
Kevin Laeufer
2020-07-29
[2.13] fix legacy procedure syntax
Kevin Laeufer
2020-07-29
PropagatePreset: use partition function to find other annotations
Kevin Laeufer
2020-07-29
[2.13] convert toSeq and toMap where necessary to compile
Kevin Laeufer
2020-07-29
RemoveWires: improve dependencies and declare ResolveKinds as an invalidation...
Kevin Laeufer
2020-07-23
fix reduction op bug ConstantPropagation (#1746)
Albert Chen
2020-07-23
mask bits when propagating bitwise ops (#1745)
Albert Chen
[next]