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
/
InferWidths.scala
Age
Commit message (
Expand
)
Author
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-02-06
Fix stack overflow from massive MaxWidth chains during width inference (#407)
Jack Koenig
2016-11-10
Added additional optimizations
azidar
2016-11-09
Added optimizations to for better width inference
azidar
2016-11-09
Bugfix: removed recursive removal in infer widths
azidar
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
Fix Anonymous function convertible to a method value
chick
2016-09-13
type aliases
Donggyu Kim
2016-09-13
remove Utils.{width_BANG, long_BANG}
Donggyu Kim
2016-09-08
refactor InferWidths
Donggyu Kim
2016-09-07
put InferWidths in a seperate file and fix spaces
Donggyu Kim