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
2018-03-28
Replace unconnected registers with 0 in Constant Propagation (#776)
Jack Koenig
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-03-26
Make WiringTransform remove its used annotations (#774)
Schuyler Eldridge
2018-03-21
GroupModule Transform (#766)
Adam Izraelevitz
2018-03-19
Masks for zero-width fields of mems should be width zero. (#763)
grebe
2018-03-02
Reduce Statement nesting in Wiring Pass (#751)
Jack Koenig
2018-03-01
[name change] Use LsbLargerThanMsbException (#740)
Schuyler Eldridge
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2018-02-22
Add tests for #702. Adds Utility functions. Allows clock muxing in FIRRTL, bu...
Adam Izraelevitz
2018-02-21
Change primop arg type (#587)
Adam Izraelevitz
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2018-02-08
CheckHighForm should check that Bits MSB >= LSB (#738)
Schuyler Eldridge
2018-02-05
Added comments to ExpandWhens (#716)
Adam Izraelevitz
2018-01-15
WiringTransform Refactor (#648)
Schuyler Eldridge
2017-12-27
Removed top preamble (#640)
Adam Izraelevitz
2017-12-22
API change: out-of-bounds vec accesses now invalid, not first element (#685)
Adam Izraelevitz
2017-12-20
Verify shl/shr amount is > 0 (#710)
Jim Lawson
2017-12-20
Make submodule inputs void in ExpandWhens (#706)
Jack Koenig
2017-09-30
Make ReplaceAccesses optimize multi-dimensional accesses (#665)
Albert Magyar
2017-09-30
Fixed zero width cat but (#651)
Adam Izraelevitz
2017-09-22
Fix string lit (#663)
Jack Koenig
2017-06-29
Connect registers with no connections to zero
Jack Koenig
2017-06-28
Promote ConstProp to a transform
Jack Koenig
2017-06-26
Add support for wires in ConstProp
Jack Koenig
2017-06-26
Speed up ConstProp by doing ConstProp before recording node
Jack Koenig
2017-06-13
Replace IsInvalids on LowForm with connection to zero
Jack Koenig
2017-06-13
Canonicalize spacing in RemoveValidIf
Jack Koenig
2017-06-13
Make ExpandWhens delete 'is invalid' for attached Analog components
Jack Koenig
2017-06-12
Move CheckCombLoops from passes/ to transforms/
Jack Koenig
2017-06-12
Change CheckCombLoops to a Transform
Jack Koenig
2017-05-27
Prep for Scala 2.12 (#557)
Jim Lawson
2017-05-25
Fix performance bug in ZeroWidth (#594)
Jack Koenig
2017-05-12
Bugfix: renaming instance ports was broken. (#588)
Adam Izraelevitz
2017-05-12
Fix pad, second try (#465)
Adam Izraelevitz
2017-05-11
Refactor WIR WSub{Field,Index,Access} - rename exp -> expr #521 (#586)
Jim Lawson
2017-05-10
Update rename2 (#478)
Adam Izraelevitz
2017-05-03
Add checks on register clock and reset types (#33) (#553)
Albert Magyar
2017-04-13
Speed up CSE by doing CSE on node expression before recording the node (#543)
Jack Koenig
2017-04-04
DecorateMems should not delete annoations (#523)
Colin Schmidt
2017-04-03
Find a single cycle from potentially many in a combinational SCC
Albert Magyar
2017-03-29
Fix bug where zero width expressions in nodes wouldn't get zeroed (#514)
Jack Koenig
2017-03-23
Add pass to detect combinational loops
Albert Magyar
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2017-03-22
Fixed zero width perf bug #502
Adam Izraelevitz
2017-03-22
Fix unapply of pin
Adam Izraelevitz
2017-03-22
Bugfix: apply/unapply of PinAnnotation broken
azidar
2017-03-09
make sure infer-rw works for exclusive when statements (#481)
Donggyu
2017-03-09
Sint tests and change in serialization (#456)
Adam Izraelevitz
2017-03-06
Zero width (#402)
Adam Izraelevitz
2017-03-06
Addresses #459. Rewords transform annotations API.
Adam Izraelevitz
[prev]
[next]