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
Age
Commit message (
Expand
)
Author
2021-04-27
Memlib Refactor (#2191)
Jiuyang Liu
2021-04-27
deprecate memlib APIs modifided in #2191. (#2199)
Jiuyang Liu
2021-04-19
Don't use declaration-assigns for wires representing mem ports (#2189)
Albert Magyar
2021-04-16
Make InferTypes error on enable conditions > 1-bit wide (#2182)
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
Add test for SeparateWriteClocks
Albert Magyar
2021-04-05
Add tests for same-address readwrite inference
Albert Magyar
2021-04-05
Allow direct emission of sync-read memories to Verilog
Albert Magyar
2021-04-01
Add memory initialization options for synthesis (#2166)
Carlos Eduardo
2021-03-29
Fix RemoveAccesses, delete CSESubAccesses (#2157)
Jack Koenig
2021-03-27
Add NoConstantPropagationAnnotation to disable constatnt propagation (#2150)
Jiuyang Liu
2021-03-26
Fix bug in zero-width memory removal (#2153)
Schuyler Eldridge
2021-03-19
Legalize neg: -x becomes 0 - x (#2128)
Jack Koenig
2021-03-18
Ensure InlineCasts does not inline complex Expressions (#2130)
Jack Koenig
2021-03-16
Fix issue where inlined cvt could cause crash (#2124)
Jack Koenig
2021-03-14
Fix width of constant propagation of SInt with zero (#2120)
Jack Koenig
2021-03-14
Fix cat of zero-width SInt (#2116)
Jack Koenig
2021-03-11
Fix CSESubAccesses for SubAccesses with flips (#2112)
Jack Koenig
2021-03-09
Create annotation to allow inline readmem in Verilog (#2107)
Carlos Eduardo
2021-03-09
SMT Backend: model Invalid and Division by Zero with DefRandom nodes (#2104)
Kevin Laeufer
2021-03-08
SMT: memory port inout fields cannot be used as RHS expressions (#2105)
Kevin Laeufer
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-03-03
Fix ProtoBuf conversions for Verification IR (#2100)
Deborah Soung
2021-03-02
Remove Scala 2.11 (#2062)
Jack Koenig
2021-03-02
Fix CI Checks (#2097)
Jack Koenig
2021-02-17
ExpandWhens: ensure that statement names are maintained (#2082)
Kevin Laeufer
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-01-28
Stop padding multiply and divide ops (#2058)
Jack Koenig
2021-01-20
Add --dont-fold option to disable folding prim ops (#2040)
Schuyler Eldridge
2021-01-19
Restore scalafmt CI check (#2047)
Jack Koenig
2021-01-19
smt: run DeadCodeElimination after PropagatePresetAnnotations (#2036)
Kevin Laeufer
2020-12-15
Improve performance of LowerTypes renaming (#2024)
Jack Koenig
2020-12-02
smt: add support for uninterpreted ext modules (#1994)
Kevin Laeufer
2020-12-02
Fix subaccess (#1984)
Jiuyang Liu
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-11
smt: add support for write-first memories (#1948)
Kevin Laeufer
2020-11-10
Fix SMT Memory Bug (#1942)
Kevin Laeufer
2020-11-09
smt: ensure that all signals have a unique name (#1943)
Kevin Laeufer
2020-10-26
fix for LoweringCompilersSpec.
Jiuyang liu
2020-10-26
fix a test not detecting verilog name conflicts.
Jiuyang liu
2020-10-01
Fix "fix" for negative literals > 32 bits
Jack Koenig
2020-09-30
Add test for chaining RW-port rdata as wdata of another mem
Albert Magyar
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-14
Hit connect case in DedupModuleTests (#1716)
Schuyler Eldridge
[next]