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-11-05
Better error message for UninferredWidth exception
Schuyler Eldridge
2018-11-02
Fix renaming in UniquifyPorts (#930)
Albert Chen
2018-10-31
Remove all uses of get_flip and deprecate
Jack Koenig
2018-10-31
Use Vector instead of List for bulk renaming in RenameMap
Jack Koenig
2018-10-31
Speed up LowerTypes by replacing foldLeft + List appends with flatMap
Jack Koenig
2018-10-31
Speed up ExpandWhens by replacing foldLeft + List appends with flatMap
Jack Koenig
2018-10-31
Speed up ExpandConnects by replacing foldLeft + List appends with flatMap
Jack Koenig
2018-10-30
Instance Annotations (#926)
Adam Izraelevitz
2018-10-27
Revert "Instance Annotations (#865)" (#925)
Adam Izraelevitz
2018-10-24
Instance Annotations (#865)
Adam Izraelevitz
2018-10-12
Refactor VerilogRename -> RemoveKeywordCollisions
Schuyler Eldridge
2018-10-12
Verilog renaming uses "_", works on whole AST
Schuyler Eldridge
2018-10-03
Inlining uses "_", respects namespaces
Schuyler Eldridge
2018-10-03
Make some Uniquify methods private [firrtl]
Schuyler Eldridge
2018-09-26
Enforce port uniqueness in Chirrtl/High Checks
Schuyler Eldridge
2018-08-23
Fix NoDedupMem to be cognizant of Module scope (#876)
Jack Koenig
2018-07-20
Constant prop add (#849)
albertchen-sifive
2018-07-10
Fix bug in zero-width renaming (#845)
Jack Koenig
2018-07-10
InferWidths: improve performance (#846)
edwardcwang
2018-07-03
Improve code generation for smem wmode and [w]mask ports (#834)
Andrew Waterman
2018-07-02
Make ZeroWidth properly rename removed empty aggregates (#839)
Jack Koenig
2018-06-11
Add utilities for UInt and SInt literals (#815)
Jack Koenig
2018-06-06
ConstProp attached wires if there is also a port (#818)
Jack Koenig
2018-05-30
Makes ExpandWhens preserve connect Infos
chick
2018-05-21
Fix more problems with zero width things. (#779)
grebe
2018-05-15
Replace truncating add and sub with addw/subw (#800)
Jack Koenig
2018-05-02
Deprecate old WiringUtils methods/classes (#801)
Schuyler Eldridge
2018-04-26
Fix bug in VerilogMemDelays (#795)
Jack Koenig
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
[next]