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
Age
Commit message (
Expand
)
Author
2024-06-05
Delete CheckScalaVersion
sfc-scala3
Aditya Naik
2024-05-29
Make it publishable
Aditya Naik
2024-05-29
Add Scala3 support
Aditya Naik
2023-03-20
Make return value of Serializer.lazily lazy (#2627)
HEAD
master
1.6.x
Jack Koenig
2023-03-15
Update serialization to firrtl-spec 1.2.0 (#2615)
Jack Koenig
2023-02-03
Fix invalid references generated by VerilogMemDelays (#2588)
Alan L
2023-01-25
Serializer: only serialize smem RUW if non-default (#2597)
Kevin Laeufer
2023-01-25
[smem] fix read-under-write serialization (#2595)
Kevin Laeufer
2022-12-15
0-bit literals (#2544)
Kevin Laeufer
2022-09-22
Fix serialization of whens with empty blocks (#2560)
Jack Koenig
2022-09-19
Add Serializer.lazily for buffered serialization (#2554)
Jack Koenig
2022-09-13
Make the Parser handle errors more gracefully (#2549)
Jack Koenig
2022-09-12
Handle new keyword version as an identifier (#2550)
Jack Koenig
2022-08-26
FIRRTL version support (#2543)
Zachary Yedidia
2022-08-03
smt: make SMTExprMap object public (#2534)
Kevin Laeufer
2022-04-21
Fix optimization of register with reset but invalid connection (#2520)
Jack Koenig
2022-04-21
Update json4s-native to 4.0.5 (#2519)
Lucheng Zhang
2022-04-11
Fix incorrect deprecation warning for TargetDirAnnotation (#2511)
Jack Koenig
2022-04-07
Make MemConf's MemPort serialization deterministic (#2508)
Chick Markley
2022-04-05
Use circuit name hashCode for circuit anno hashCode (#2504)
Jack Koenig
2022-03-25
Fix anno deserialization when class field is not first (#2501)
Fabian Schuiki
2022-03-02
Fold VerilogModulusCleanup into LegalizeVerilog (#2485)
Jack Koenig
2022-01-27
Fix faulty MemorySynthInit behavior (#2468)
John's Brew
2022-01-25
emission-options flags swapped (#2472)
Andrea Nardi
2022-01-19
preset: make PropagatePreset play nice with verification statements (#2453)
Kevin Laeufer
2022-01-17
[smt] correct comparison for out-of-bounds memory access check (#2463)
Kevin Laeufer
2022-01-06
Add FileInfo to asyncResetAlwaysBlocks (#2451)
sinofp
2021-12-27
disable random should not contain useInitAsPreset. (#2449)
Jiuyang Liu
2021-12-21
Remove some warnings (#2448)
Jack Koenig
2021-12-21
smt: deal correctly with negative SInt literals (#2447)
Kevin Laeufer
2021-12-18
Fix width of signed addition when input to mux (#2440)
Jack Koenig
2021-12-17
smt: correctly serialize array index on read (#2446)
Kevin Laeufer
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-12-01
Use ANTLR Listener to save memory during parsing
Jack Koenig
2021-12-01
Handle references better in ANTLR Parser
Jack Koenig
2021-11-30
[deprecation clean up] remove trait firrtl.util.BackendCompilationUtilities (...
Jiuyang Liu
2021-11-29
[deprecation clean up] remove firrtl.ExecutionOptionsManager (#2422)
Jiuyang Liu
2021-11-23
Enable memory initialization in synthesis for FPGA targets (#2430)
Carlos Eduardo
2021-11-23
[deprecation clean up] Remove firrtl.Driver (#2419)
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-22
remove firrtl.FIRRTLException (#2421)
Jiuyang Liu
2021-11-22
[deprecation clean up] remove deprecated API in firrtl.Utils (#2420)
Jiuyang Liu
2021-11-19
Disable random init (#2396)
Jiuyang Liu
2021-11-12
Let firrtl based applications run despite loading unknown annotations (#2387)
Chick Markley
2021-11-10
smt: fix handling of div primitive in formal backend (#2409)
Kevin Laeufer
2021-11-04
BlackBoxSourceHelper: ensure trailing newline in .f file (#2405)
Kevin Laeufer
[next]