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
Age
Commit message (
Expand
)
Author
2021-04-28
Update sbt to 1.3.13 (#1730)
Scala Steward
2021-04-28
Update sbt-protobuf to 0.7.0 (#2134)
Scala Steward
2021-04-28
Update sbt-ci-release to 1.5.7 (#2148)
Scala Steward
2021-04-28
Update sbt-scalafix to 0.9.27 (#2161)
Scala Steward
2021-04-28
Update antlr4, antlr4-runtime to 4.9.2 (#2137)
Scala Steward
2021-04-28
Update sbt-scoverage to 1.7.0 (#2204)
Scala Steward
2021-04-28
Update scala-parallel-collections to 1.0.2 (#2163)
Scala Steward
2021-04-28
Update scalatest to 3.2.8 (#2194)
Scala Steward
2021-04-27
Memlib Refactor (#2191)
Jiuyang Liu
2021-04-27
deprecate memlib APIs modifided in #2191. (#2199)
Jiuyang Liu
2021-04-22
Fix CheckWidths error message for uninferred width (#2196)
Fabian Schuiki
2021-04-19
Update .mergify.yml (#2181)
github-actions[bot]
2021-04-19
Hoist Transform timing to the Phase level (#2190)
Jack Koenig
2021-04-19
Simplify "update .mergify.yml" workflow (#2192)
Jack Koenig
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-15
Add Workflow to automatically update .mergify.yml (#2180)
Jack Koenig
2021-04-13
Add indent parameter to Serializer.serialize() (#2177)
Jared Barocsi
2021-04-11
smt: use existing bitWidth API (#2175)
edwardcwang
2021-04-06
Deprecate InlineCasts, add InlineAcrossCasts (#2146)
Jack Koenig
2021-04-05
Merge pull request #2111 from chipsalliance/fpga-backend
Albert Magyar
2021-04-05
Establish a fixed relative order for FPGA-backed passes + reflect in ScalaDoc
Albert Magyar
2021-04-05
Add test for SeparateWriteClocks
Albert Magyar
2021-04-05
Add --target:fpga flag to prioritize FPGA-friendly compilation
Albert Magyar
2021-04-05
Add SeparateWriteClocks to ensure one mem write per Verilog process
Albert Magyar
2021-04-05
Add tests for same-address readwrite inference
Albert Magyar
2021-04-05
Allow InferReadWrite to combine shared-address R/W ports when appropriate
Albert Magyar
2021-04-05
Add SetDefaultReadUnderWrite transform
Albert Magyar
2021-04-05
Optionally allow simple SyncReadMems to pass through VerilogMemDelays
Albert Magyar
2021-04-05
Allow direct emission of sync-read memories to Verilog
Albert Magyar
2021-04-05
Specify that SimplifyMems invalidates InferTypes
Albert Magyar
2021-04-04
Fix mill cache download (#2171)
Jiuyang Liu
2021-04-01
Add memory initialization options for synthesis (#2166)
Carlos Eduardo
2021-03-30
Fix Mill support for non-M1 Macs (#2165)
Jack Koenig
2021-03-30
Update README.md (#2164)
Jack Koenig
2021-03-30
don't use protoc-jar anymore, mill can handle it better. (#2162)
Jiuyang Liu
2021-03-29
Update protobuf-java to 3.15.6 (#2136)
Scala Steward
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-25
add scalafmt to mill (#2151)
Jiuyang Liu
2021-03-22
Fix mill compile and add to CI (#2147)
Jiuyang Liu
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
Fix the readmem statements in nested block (#2109)
Carlos Eduardo
[next]