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
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
Remove some printlns in tests (#2445)
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-23
fix tests that depend on Driver (#2429)
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
2021-10-28
typo: correct Error Info (#2398)
SingularityKChen
2021-10-19
Remove The WriteEmitted Phase (#2390)
David Biancolin
2021-10-18
Favor os-lib write.over in WriteEmitted (#2389)
David Biancolin
2021-10-09
Support parsing missing keywords as ids (#2381)
Jack Koenig
2021-10-04
Add test of #2379 issue, NFC
Schuyler Eldridge
2021-10-04
Hotfix for Vector Reg Init LegalizeConnects Bug
Schuyler Eldridge
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-09-14
Fix multi-protobuf test when run multiple times (#2357)
Jack Koenig
2021-09-13
Bump Scala to 2.12.14 and 2.13.6 (#2356)
Jack Koenig
2021-09-11
Remove BlackBoxSourceHelper from ReplaceMemTransform (#2355)
Jack Koenig
2021-09-10
MemConf: Do not add another new line when serializing (#2354)
Megan Wachs
2021-09-08
smt: make SMT + TransitionSystem lib public (#2350)
Kevin Laeufer
2021-09-08
smt: refactor SMT expression library (#2347)
Kevin Laeufer
2021-09-08
Multi protobuf module emission and consumption (#2344)
Jared Barocsi
2021-08-30
[smt] treat stop with non-zero ret like an assertion (#2338)
Kevin Laeufer
2021-08-26
Fix dshl zero-width shift behavior (#2339)
Schuyler Eldridge
[next]