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-08-21
Deprecate Uniquify and move its useful utilities (#1856)
Jack Koenig
2020-08-21
Fix Uniquify bug and improve ReplaceSeqMems transforms (#1855)
Jack Koenig
2020-08-14
Apply scalafmt again
Jack Koenig
2020-08-14
All of src/ formatted with scalafmt
chick
2020-08-13
Deprecate support for Scala 2.11 (#1842)
Jack Koenig
2020-08-13
Remove LegacyAnnotation and [most] MoultingYaml (#1833)
Jack Koenig
2020-08-12
Combined Uniquify and LowerTypes pass (#1784)
Kevin Laeufer
2020-08-07
ExpandWhens: VerificationStatements should be part of the simlist (#1829)
Kevin Laeufer
2020-08-05
Deprecate InstanceGraph (#1800)
Kevin Laeufer
2020-08-01
Error on ExtModules w/ same defname, diff. ports (#1734)
Schuyler Eldridge
2020-07-30
ir: use Serializer.serialize where possible (#1809)
Kevin Laeufer
2020-07-29
[2.13] use scala.collection.Seq instead of mutable.Seq
Kevin Laeufer
2020-07-29
[2.13] replace `= Unit` with `= ()`
Kevin Laeufer
2020-07-29
MemConf: build list of tuples and turn it into a map at the end
Kevin Laeufer
2020-07-29
[2.13] convert toSeq and toMap where necessary to compile
Kevin Laeufer
2020-07-29
WiringTransform: fix non-determinism (#1799)
Kevin Laeufer
2020-07-29
InferTypes: fix bugs with unknown widths on ports and memories (#1769)
Kevin Laeufer
2020-07-28
Fix incorrect error message (#1795)
Andrew Waterman
2020-07-27
Add adapter to make current CHIRRTL mport scoping legal
Albert Magyar
2020-07-27
Honor block scoping of Conditionally in CheckHighForm
Albert Magyar
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
[prev]
[next]