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
/
WIR.scala
Age
Commit message (
Expand
)
Author
2016-08-02
Change serialize to abstract method on FirrtlNode
Jack Koenig
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 - Type
Jack
2016-05-10
Added pad widths to eliminate all implicit width extending
Adam Izraelevitz
2016-05-03
Move splitRef and mergeRef from LowerTypes to Utils
jackkoenig
2016-05-03
Add HasInfo trait to IR, IsDeclaration mixes in HasInfo
jackkoenig
2016-04-21
Add Expression.tpe accessor
Andrew Waterman
2016-04-09
Fix bundle type equality
Adam Izraelevitz
2016-02-25
Separate serialize functions into separate file
jackkoenig
2016-02-25
Remove FlagUtils and related unused debug printing
jackkoenig
2016-02-09
Added license to FIRRTL files
azidar
2016-02-09
CHIRRTL passes work, parser is updated
azidar
2016-02-09
Added chirrtl passes, need to update parser
azidar
2016-02-09
More bug fixes
azidar
2016-02-09
Added constprop,v-wrap,v-rename. All set to attempt like->like comparison of ...
azidar
2016-02-09
Added Lower Types.
azidar
2016-02-09
Added Expand Whens pass
azidar
2016-02-09
Added expand connect. Resolve now includes to working ir
azidar
2016-02-09
WIP. Finished to working ir, resolve kinds, and infer types
azidar
2016-02-09
WIP. Got to-working-ir working
azidar