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
/
scala
/
firrtl
/
passes
Age
Commit message (
Expand
)
Author
2019-09-12
update inline transform and testcases
Abert Chen
2019-08-19
Refactor exceptions to remove stack trace from user errors (#1157)
Jack Koenig
2019-08-13
Infer reset (#1068)
Jack Koenig
2019-08-09
Remove unused CheckHighFormLike.IllegalChirrtlMemException (#1151)
Albert Magyar
2019-08-07
Check mems for legal latencies; ban zero write latency. (#1147)
Albert Magyar
2019-08-07
DRY check chirrtl (#1148)
Albert Magyar
2019-08-01
Followup to PR #1142
chick
2019-07-08
Remove some warnings (#1118)
Leway Colin
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-05-29
make analog attachment order fixed with linked hash map (#1089)
harrisonliew
2019-05-04
Use UnknownKind instead misrepresented NodeKind (#1076)
Leway Colin
2019-04-25
Add ShellOption, DeletedWrapper
Schuyler Eldridge
2019-04-25
Add FirrtlStage, make Driver compatibility layer
Schuyler Eldridge
2019-04-22
Change Memory Depth to a BigInt (#1075)
Jack Koenig
2019-03-26
Convert the RemoveAccesses object into a class. (#1058)
Jim Lawson
2019-03-19
Designs with no SeqMems should produce empty MemConf strings, and this should...
John Wright
2019-03-07
Add a data structure for memory conf reading and writing (#1041)
John Wright
2019-02-28
[ExpandWhens] Don't create nodes to hold Muxes with >0 void cases (#1039)
Albert Magyar
2019-02-25
Run CheckHighForm after all non-emitter transforms in firrtl tests (#548)
Jack Koenig
2019-02-25
Detect and error on registers with flip in type (#1031)
Albert Magyar
2019-02-25
Fix almost all Scaladoc warnings
Schuyler Eldridge
2019-02-22
Add Width Constraints with Annotations (#956)
Albert Chen
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig
2019-02-11
Fix typo for -c: compiler -> circuit (#1014)
John Wright
2019-02-05
Do Shr constant propagation in Legalize
Schuyler Eldridge
2019-02-01
Mem helpers (#1010)
Albert Magyar
2019-01-23
Improve Shl codegen; eliminate Shlw WIR node (#994)
Andrew Waterman
2018-12-25
Performance fix of Uniquify for deep bundles (#980)
Adam Izraelevitz
2018-12-18
Give better error when mport references non-existant memory. (#975)
Paul Rigge
2018-11-29
Replace Mappers with Foreachers in several passes (#954)
Albert Magyar
2018-11-27
Add foreach as alternative to map (#952)
Adam Izraelevitz
2018-11-26
Make return types of util functions more specific (#949)
Albert Magyar
2018-11-07
Make ClockListAnnotation a RegisteredTransform
Schuyler Eldridge
2018-11-07
Make InlineInstances a RegisteredTransform
Schuyler Eldridge
2018-11-07
Add MemLibOptions RegisteredLibrary
Schuyler Eldridge
2018-11-07
Make ReplSeqMem mixin HasScoptOptions
Schuyler Eldridge
2018-11-07
Make InferReadWrite mixin HasScoptOptions
Schuyler Eldridge
2018-11-07
Add FirrtlOptions
Schuyler Eldridge
2018-11-05
Better error message for UninferredWidth exception
Schuyler Eldridge
2018-11-02
Fix renaming in UniquifyPorts (#930)
Albert Chen
2018-10-31
Remove all uses of get_flip and deprecate
Jack Koenig
2018-10-31
Use Vector instead of List for bulk renaming in RenameMap
Jack Koenig
2018-10-31
Speed up LowerTypes by replacing foldLeft + List appends with flatMap
Jack Koenig
2018-10-31
Speed up ExpandWhens by replacing foldLeft + List appends with flatMap
Jack Koenig
2018-10-31
Speed up ExpandConnects by replacing foldLeft + List appends with flatMap
Jack Koenig
2018-10-30
Instance Annotations (#926)
Adam Izraelevitz
2018-10-27
Revert "Instance Annotations (#865)" (#925)
Adam Izraelevitz
2018-10-24
Instance Annotations (#865)
Adam Izraelevitz
2018-10-12
Refactor VerilogRename -> RemoveKeywordCollisions
Schuyler Eldridge
2018-10-12
Verilog renaming uses "_", works on whole AST
Schuyler Eldridge
[next]