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-08-28
Add test for InlineBooleanExpressions add-not example
Albert Magyar
2020-08-28
Restrict boolean inlining to avoid context-sensitive width bugs
Albert Magyar
2020-08-28
Add custom transforms 'upstream' of emitter annotation in equiv tests
Albert Magyar
2020-08-28
FlattenSpec: flattening a module with no instaces should be a no-op (#1868)
Kevin Laeufer
2020-08-28
Deprecate CompilerAnnotation (#1870)
Schuyler Eldridge
2020-08-26
smt: ignore clock signals when converting to transition system (#1866)
Kevin Laeufer
2020-08-26
Scalafmt check all (#1867)
Kevin Laeufer
2020-08-26
Emit parentheses in Verilog for nested unary ops (#1865)
Jack Koenig
2020-08-25
Inline Boolean Expressions (#1817)
Albert Chen
2020-08-24
Make ir.Serializer support custom FirrtlNodes (#1857)
Jack Koenig
2020-08-22
Async reset tieoff bug (#1854)
David Biancolin
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-14
Tell Scalafmt to ignore large literal collections
Jack Koenig
2020-08-15
experimental SMTLib and btor2 emitter (#1826)
Kevin Laeufer
2020-08-14
tests: Decrease Dependency on Deprecated APIs (#1839)
Kevin Laeufer
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-13
Cleanup Named Targets (#1311)
Schuyler Eldridge
2020-08-12
Combined Uniquify and LowerTypes pass (#1784)
Kevin Laeufer
2020-08-12
Strip dependencies from BlackBoxSourceHelper (#1840)
Schuyler Eldridge
2020-08-11
File Serialization of Annotations (#1277)
Schuyler Eldridge
2020-08-11
stage: allow a RunFirrtlTransformAnnotation(_:Emitter) annotation to be used ...
Kevin Laeufer
2020-08-10
scalatest: upgrade to 3.2.1 (#1831)
Kevin Laeufer
2020-08-07
ExpandWhens: VerificationStatements should be part of the simlist (#1829)
Kevin Laeufer
2020-08-06
Add deprecations for more firrtl.Compiler methods (#1791)
Schuyler Eldridge
2020-08-05
ir: add UseSerializer mixin trait (#1824)
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-31
Avoid repeated inlining in FlattenRegUpdate (#1727)
Jack Koenig
2020-07-31
CircuitGraph: remove fields from public API (#1813)
Kevin Laeufer
2020-07-31
[WIP] Implement CircuitGraph and IRLookup to firrtl.analyses (#1603)
Jiuyang Liu
2020-07-30
ir: use Serializer.serialize where possible (#1809)
Kevin Laeufer
2020-07-29
ManipulateNames: use composition instead of extending HashMap
Kevin Laeufer
2020-07-29
[2.13] fix legacy procedure syntax
Kevin Laeufer
2020-07-29
[2.13] use scala.collection.Seq instead of mutable.Seq
Kevin Laeufer
2020-07-29
PropagatePreset: use partition function to find other annotations
Kevin Laeufer
2020-07-29
[2.13] toSeq, Unit -> (), and postfix fixes
Kevin Laeufer
2020-07-29
[2.13] Range.Double -> Range.BigDecimal
Kevin Laeufer
2020-07-29
[2.13] EmissionOptionMap now uses a HashMap instead of extending it
Kevin Laeufer
2020-07-29
[2.13] replace `= Unit` with `= ()`
Kevin Laeufer
2020-07-29
Compiler: clarify package of DedupModules
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
[2.13] explicitly use a parallel vector
Kevin Laeufer
2020-07-29
WiringTransform: fix non-determinism (#1799)
Kevin Laeufer
2020-07-29
RemoveWires: improve dependencies and declare ResolveKinds as an invalidation...
Kevin Laeufer
2020-07-29
InferTypes: fix bugs with unknown widths on ports and memories (#1769)
Kevin Laeufer
[next]