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
2020-07-14
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-07-14
Fix parsing of info on multi-line registers (#1735)
Jack Koenig
2020-07-10
Remove Left Over References to Gender in Code (#1752)
Kevin Laeufer
2020-07-08
dedup: use structural sha256 hash instead of agnostify and serialize (#1731)
Kevin Laeufer
2020-07-08
ir: add faster serializer (#1694)
Kevin Laeufer
2020-07-07
verification: emit mesage as Verilog comment (#1712)
Kevin Laeufer
2020-07-01
Fix unchecked type in ManipulateNames (#1726)
Schuyler Eldridge
2020-06-26
Enable ConvertAsserts in default Verilog compiler
Albert Magyar
2020-06-26
Add test for ConvertAsserts
Albert Magyar
2020-06-26
Add ConvertAsserts transform to map asserts to Verilog-friendly nodes
Albert Magyar
2020-06-25
Batch renames in LowerTypes (#1718)
Schuyler Eldridge
2020-06-25
Add --change-name-case <lower|upper> option
Schuyler Eldridge
2020-06-25
Test both LowerCaseNames and UpperCaseNames
Schuyler Eldridge
2020-06-25
Add LetterCaseTransforms
Schuyler Eldridge
2020-06-25
Add a second instance to Verilog keyword test
Schuyler Eldridge
2020-06-25
Test ManipulateNamesAllowlistResultAnnotation
Schuyler Eldridge
2020-06-25
Test ManipulateNamesSpec
Schuyler Eldridge
2020-06-25
Add ManipulateNamesAllowlistResultAnnotation
Schuyler Eldridge
2020-06-25
Refactor RemoveKeywordCollisions->ManipulateNames
Schuyler Eldridge
2020-06-24
verification: clarify the meaning of verification statement in warning messag...
Kevin Laeufer
2020-06-23
Don't Dedup modules if it would change semantics (#1713)
Jack Koenig
2020-06-23
Basic model checking API (#1653)
Tom Alcorn
2020-06-23
Add support for ValidIf to ProtoBuf [de]serialization
Jack Koenig
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
2020-06-22
Deprecate PreservesAll
Schuyler Eldridge
2020-06-22
Set prerequisite of -X high to MinimalHighForm (#1704)
Schuyler Eldridge
2020-06-22
Support Memory Initialization for Simulation and FPGA Flows (#1645)
Kevin Laeufer
2020-06-22
recore of Attributes (#1643)
Jiuyang Liu
2020-06-19
RemoveIntervals: invalidate InferTypes and ResolveKinds (#1689)
Albert Chen
2020-06-12
delete usages of toSet for determinism (#1686)
Albert Chen
2020-06-11
Compiler: demote compile time to info instead of error (#1685)
Kevin Laeufer
2020-06-10
Build ArrayBuffers in Block.mapStmt (#1669)
Jack Koenig
2020-06-09
Speed up ExpandWhens for very large designs (#1666)
Jack Koenig
2020-06-04
Add test case for retype-based component renaming in DedupModules
Albert Magyar
2020-06-04
Add unit test for Utils.expandRef
Albert Magyar
2020-06-04
Make Utils.expandRef properly return intermediate expressions
Albert Magyar
2020-06-03
Use recursive-then-iterative approach for check_width_e
Albert Magyar
2020-06-03
Revert: Generalize keyword collision to name manipulation, Add {Lower,Upper}C...
Schuyler Eldridge
2020-06-03
Add mapString method to ir.Port (#1655)
Schuyler Eldridge
2020-06-03
Scaladoc updates (#1656)
Schuyler Eldridge
2020-06-02
Update tutorial to reflect IR/WIR forms being merged
Albert Magyar
2020-06-02
Add extra convenience factories for regular IR nodes
Albert Magyar
2020-06-02
Fix performance pathology in DedupModules (#1654)
Jack Koenig
2020-05-28
Implement InstanceTarget Behavior for Dedup + EliminateTargetPaths (#1539)
Albert Chen
2020-05-26
Make WrappedTransform work with --class-log-level (#1640)
Schuyler Eldridge
2020-05-26
Cleanup unused imports (no-warning docs req from CI)
Albert Magyar
2020-05-26
Remove trivially dead code from now-redundant WIR/IR match patterns
Albert Magyar
2020-05-26
[API change] Absorb repetitive WIR nodes into IR
Albert Magyar
2020-05-22
Do not throw NonFatal exceptions in annotation logging
Jack Koenig
2020-05-22
DRY out transform running and annotation remapping
Jack Koenig
[next]