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
2020-07-20
Make InferWidths thread safe (#1775)
Schuyler Eldridge
2020-07-17
Propagate source locators to register update always blocks (#1743)
Jack Koenig
2020-07-10
Remove Left Over References to Gender in Code (#1752)
Kevin Laeufer
2020-06-25
Batch renames in LowerTypes (#1718)
Schuyler Eldridge
2020-06-23
Basic model checking API (#1653)
Tom Alcorn
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
2020-06-22
Support Memory Initialization for Simulation and FPGA Flows (#1645)
Kevin Laeufer
2020-06-19
RemoveIntervals: invalidate InferTypes and ResolveKinds (#1689)
Albert Chen
2020-06-09
Speed up ExpandWhens for very large designs (#1666)
Jack Koenig
2020-06-03
Use recursive-then-iterative approach for check_width_e
Albert Magyar
2020-05-26
Cleanup unused imports (no-warning docs req from CI)
Albert Magyar
2020-05-26
[API change] Absorb repetitive WIR nodes into IR
Albert Magyar
2020-05-14
Make find_port return Unit and use Foreachers in ResolveKinds
Albert Magyar
2020-05-14
Eliminate unnecessary traversals in ResolveKinds
Jack Koenig
2020-05-14
Use HashMap instead of LinkedHashMap in ResolveKinds
Jack Koenig
2020-05-13
Remove a redundant Expression traversal in InferTypes
Jack Koenig
2020-05-13
Use HashMap instead of LinkedHashMap in InferTypes
Jack Koenig
2020-05-08
Don't check Types of Expressions in CheckHighFormLike
Jack Koenig
2020-05-08
Lazily generate more detailed error messages in CheckHighFormLike
Jack Koenig
2020-05-01
Add missing invalidations to some transforms (#1541)
Schuyler Eldridge
2020-04-27
Fix remaining 'removed in 1.3' deprecations (#1542)
Albert Magyar
2020-04-22
s/dependents/optionalPrerequisiteOf/
Schuyler Eldridge
2020-04-22
Avoid repeated set construction in WiringTransform invalidates
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-04-20
Avoid using infix for mutable append in CheckWidths
Albert Magyar
2020-04-20
Ensure arguments to asClock / asAsyncReset are single-bit
Albert Magyar
2020-04-13
Ensure PadWidths is run in mverilog compiler
Albert Magyar
2020-04-13
Split Checks into separate files
Albert Magyar
2020-04-13
Split Resolves into separate files
Albert Magyar
2020-04-10
Split Passes.scala into separate files (#1496)
Adam Izraelevitz
2020-04-07
Fix dynamic SubAccess of zero-length vectors (#1450)
Albert Magyar
2020-04-06
Remove deprecated ResolveGenders and CheckGenders
Albert Magyar
2020-04-06
Avoid using deprecated 'Gender' objects
Albert Magyar
2020-03-26
Eliminate warnings on `sbt doc` and `sbt unidoc` (#1470)
Chick Markley
2020-03-16
Check for collision of defnames with Module names
Albert Magyar
2020-03-16
Check for module name conflicts
Albert Magyar
2020-03-13
Make InlineInstances invalidate ResolveKinds
Jack Koenig
2020-03-12
Avoid generating out-of-bounds indices in ReplaceAccesses
Albert Magyar
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-03-11
Remove dead passes.DeadCodeElimination code (#1440)
Albert Magyar
2020-03-06
Check sign of primop constants where appropriate (#1421)
Albert Magyar
2020-03-03
Fix error message for NegWidthException (#1418)
Albert Magyar
2020-02-18
Revert "Repl seq mem renaming (#1286)" (#1399)
Jack Koenig
2020-02-18
Remove last connect semantics from reset inference (#1396)
Jack Koenig
2020-02-12
Repl seq mem renaming (#1286)
Jack Koenig
2020-02-12
Support MemConfs with very deep memories (#1367)
Jerry Zhao
2020-02-06
[Behavior change] Andr of zero-width wire now returns UIntLiteral(1)
Albert Magyar
2020-01-20
clean up warnings: trim unused imports (#1315)
John Ingalls
2020-01-15
improve the tail ir usability. (#1241)
Sequencer
2019-11-19
Error when blackboxing memories with unsupported masking (#1238)
Abraham Gonzalez
[next]