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
/
Passes.scala
Age
Commit message (
Expand
)
Author
2017-05-11
Refactor WIR WSub{Field,Index,Access} - rename exp -> expr #521 (#586)
Jim Lawson
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2017-02-14
Add support for Analog types in partial connect (#435)
Jack Koenig
2017-02-07
Rework Attach to work on arbitrary Analog hierarchies (#415)
Jack Koenig
2017-01-27
Fix signed types (#422)
Angie Wang
2016-11-21
Bugfix: exponential runtime of pull muxes (#379)
Adam Izraelevitz
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-10-17
Add fixed point type (#322)
Adam Izraelevitz
2016-10-11
Scala style cleanup take 5 (#324)
Chick Markley
2016-09-27
remove unnecessary parentheses
chick
2016-09-25
Spec features added: AnalogType and Attach (#295)
Adam Izraelevitz
2016-09-25
remove unnecessary blocks
chick
2016-09-23
Use parens on Unit methods
chick
2016-09-23
use .head instead of (0)
chick
2016-09-13
use BoolType for UIntType(IntWidth(1))
Donggyu Kim
2016-09-13
use case object for Kind
Donggyu Kim
2016-09-13
clean up Passes.scala
Donggyu Kim
2016-09-12
Add legalization of pad operation on literals.
Jack
2016-09-12
Legalize bit select. Run Legalize after PadWidths.
Jack
2016-09-12
Change Legalize Connect to respect SInt
Jack
2016-09-12
Change Legalize Shift Right to respect SInt
jackkoenig
2016-09-08
split Passes.scala into multiple files(InferTypes.scala, Resolves.scala, Remo...
Donggyu Kim
2016-09-07
put InferWidths in a seperate file and fix spaces
Donggyu Kim
2016-09-07
clean up PullMuxes & ExpandConnects
Donggyu Kim
2016-09-07
remove Utils.ONE
Donggyu Kim
2016-09-07
remove Utils.tpe
Donggyu Kim
2016-09-06
replace flatMap with foldLeft in create_exps
Donggyu Kim
2016-08-17
Change RW port names (#236)
Angie Wang
2016-08-09
fix read port enables in RemoveCHIRRTL
Donggyu Kim
2016-08-04
Bugfix: recursing stmts to remove unknown widths
azidar
2016-08-02
Merge pull request #215 from ucb-bar/new-serialize
Adam Izraelevitz
2016-08-02
Merge pull request #203 from ucb-bar/fix_mem_infer
Adam Izraelevitz
2016-08-02
Change serialize to abstract method on FirrtlNode
Jack Koenig
2016-08-01
Refactor RemoveAccesses and fix bug #210.
azidar
2016-07-28
InferWidths now only fixes declaration widths
azidar
2016-07-27
fix read port enables in RemoveCHIRRTL
Donggyu Kim
2016-07-21
Indentation support for the ANTLR parser (as discussed in #192) (#194)
Kamyar Mohajerani
2016-06-10
API Cleanup - AST
Jack
2016-06-10
API Cleanup - PrimOp & PrimOps
Jack
2016-06-10
API Cleanup - Expression
Jack
2016-06-10
API Cleanup - Statement
Jack
2016-06-10
API Cleanup - Width
Jack
2016-06-10
API Cleanup - Field & Flip
Jack
2016-06-10
API Cleanup - Type
Jack
2016-06-10
API Cleanup - Port & Direction
Jack
2016-06-10
API Cleanup - Module
Jack
2016-06-08
Fix for bug introduced in #174
azidar
2016-06-06
Fix bug in FIRRTL width inference, refactor associated functions
Stephen Twigg
2016-05-24
Added Errors class and fixed tests.
azidar
2016-05-12
Restructured Compiler to use Transforms. Added an InlineInstance pass.
Adam Izraelevitz
[next]