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
Age
Commit message (
Expand
)
Author
2021-07-25
Add typedef in DependencyManager.
Jiuyang Liu
2021-07-14
Fix memory annotation deduplication (#2286)
Jared Barocsi
2021-07-11
Rm java.io in WriteEmitted (#2275)
sinofp
2021-07-11
Deprecate BlackBoxResourceAnno (#2262)
Schuyler Eldridge
2021-07-07
Replace hard coded line separators with system specific ones (#2281)
Boyang Han
2021-06-25
Correct a typo in src/main/scala/firrtl/WIR.scala (#2283)
Felix Yan
2021-06-22
Fix VerilogMemDelays use before declaration (#2278)
Jack Koenig
2021-06-18
Fix MultiInfo parser + serialization bug (#2265)
Jared Barocsi
2021-06-17
smt: include firrtl statement names in SMT and btor2 output (#2270)
Kevin Laeufer
2021-06-17
Add --start-from option (#2273)
Schuyler Eldridge
2021-06-17
Add Protocol Buffer emission (#2271)
Schuyler Eldridge
2021-06-15
make PresetRegAnnotation public (#2254)
Kevin Laeufer
2021-06-14
Add -X mhigh compiler for minimal high form (#2268)
Schuyler Eldridge
2021-06-08
Prepend target dir to default dedup report dir
sinofp
2021-06-08
Rm java.io in MustDedup
sinofp
2021-06-05
Add deprecation annotation in FileUtils
sinofp
2021-06-04
Rm java.io in FileUtils
sinofp
2021-06-03
Replace mem macros renaming (#2243)
Albert Chen
2021-05-22
Rewrite vlsi_mem_gen into a Firrtl Transform (#2202)
sinofp
2021-05-21
Optimize Annotation.getTargets (#2244)
Jack Koenig
2021-05-21
Fix renaming of local targets in InlineInstances (#2238)
Albert Chen
2021-05-21
Annotation: override getTargets for SingleTargetAnnotation (#2241)
Kevin Laeufer
2021-05-21
WiringTransform: cannot run after RemoveWires (#2240)
Kevin Laeufer
2021-05-18
Improve performance of RenameMap in LowerTypes (#2233)
Jack Koenig
2021-05-17
Use os-lib to rewrite Z3ModelChecker (#2223)
Jiuyang Liu
2021-05-14
Add JsonProtocol.serializeRecover (#2227)
Jack Koenig
2021-05-13
Implement MFC-style source locator compression (#2212)
Jared Barocsi
2021-05-04
Make MustDeduplicateAnnotation deletable (#2215)
Jack Koenig
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
Hoist Transform timing to the Phase level (#2190)
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-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
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-01
Add memory initialization options for synthesis (#2166)
Carlos Eduardo
2021-03-29
Fix RemoveAccesses, delete CSESubAccesses (#2157)
Jack Koenig
[next]