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-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-19
Remove The WriteEmitted Phase (#2390)
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-09-29
TopWiring: filter out unnamed declarations when building source lists (#2376)
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-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: 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
2021-08-21
Add BufferedCustomFileEmission (#2334)
Jack Koenig
2021-08-20
Fix Serializer for single indented DefModule emission (#2332)
Jack Koenig
2021-08-10
[smt] make SMTLib + Btor2 emitters public objects (#2326)
Kevin Laeufer
2021-08-10
[smt] PropagatePresetAnnotations is now a real prereq (#2325)
Kevin Laeufer
2021-08-02
remove LoweringCompilersSpec (#2310)
Kevin Laeufer
2021-08-02
add emitter for optimized low firrtl (#2304)
Kevin Laeufer
2021-07-29
Dedup attribute annos (#2297)
Jared Barocsi
2021-07-27
ir: make HashCode.toHashString public (#2302)
Kevin Laeufer
2021-07-14
Fix memory annotation deduplication (#2286)
Jared Barocsi
2021-07-07
Replace hard coded line separators with system specific ones (#2281)
Boyang Han
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-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-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-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
[next]