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
2022-04-21
Fix optimization of register with reset but invalid connection (#2520)
Jack Koenig
2022-01-19
preset: make PropagatePreset play nice with verification statements (#2453)
Kevin Laeufer
2022-01-06
Add FileInfo to asyncResetAlwaysBlocks (#2451)
sinofp
2021-12-21
Remove some warnings (#2448)
Jack Koenig
2021-12-17
Deprecate all mutable methods on RenameMap (#2444)
Jack Koenig
2021-12-17
Modify and optimize performance of propagate annotations (#2393)
Jack Koenig
2021-12-13
Implement CustomRadixTransform for wave viewers (#2434)
Jiuyang Liu
2021-11-22
remove firrtl.transforms.BlackBoxSourceHelper.fileListName. (#2426)
Jiuyang Liu
2021-11-22
remove firrtl.transforms.InferResets.DifferingDriverTypesException (#2425)
Jiuyang Liu
2021-11-22
remove firrtl.transforms.InlineAcrossCastsTransform. (#2424)
Jiuyang Liu
2021-11-04
BlackBoxSourceHelper: ensure trailing newline in .f file (#2405)
Kevin Laeufer
2021-09-29
TopWiring: filter out unnamed declarations when building source lists (#2376)
David Biancolin
2021-09-29
Have Flatten & InlineInstances remove their annotations (#2374)
David Biancolin
2021-09-29
Add RTLIL Backend. (#2331)
Nicolas Machado
2021-09-23
transforms.formal: ensure named statements as output (#2367)
Kevin Laeufer
2021-08-09
PropagatePresetAnnotations: remove dep. on SplitExpressions and PadWidths (#2...
Kevin Laeufer
2021-08-09
PropagatePresetAnnotations: remove false prerequisites (#2323)
Kevin Laeufer
2021-08-02
add emitter for optimized low firrtl (#2304)
Kevin Laeufer
2021-07-29
Dedup attribute annos (#2297)
Jared Barocsi
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
[next]