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
2017-02-23
move more general utils out of memutils, mov WIR helpers to WIR.scala and upd...
Angie
2017-02-07
Rework Attach to work on arbitrary Analog hierarchies (#415)
Jack Koenig
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-25
Spec features added: AnalogType and Attach (#295)
Adam Izraelevitz
2016-09-23
use .head instead of (0)
chick
2016-09-14
fix spaces in WIR.scala
Donggyu Kim
2016-09-13
use case object for WVoid, WInvalid
Donggyu Kim
2016-09-13
use case object for Kind
Donggyu Kim
2016-09-12
Rework map functions as class methods
jackkoenig
2016-09-07
clean up WIR.scala
Donggyu Kim
2016-09-06
optimize equals of WrappedExpression & WrappedType
Donggyu Kim
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