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
2021-02-01
Deprecate ToWorkingIR (#2028)
Schuyler Eldridge
2021-01-20
Cleanup some warnings (#2032)
Jack Koenig
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-08-12
Combined Uniquify and LowerTypes pass (#1784)
Kevin Laeufer
2020-07-20
Make InferWidths thread safe (#1775)
Schuyler Eldridge
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-03-26
Eliminate warnings on `sbt doc` and `sbt unidoc` (#1470)
Chick Markley
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2019-10-18
Upstream intervals (#870)
Adam Izraelevitz
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-08-13
Infer reset (#1068)
Jack Koenig
2019-07-08
Remove some warnings (#1118)
Leway Colin
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-02-22
Add Width Constraints with Annotations (#956)
Albert Chen
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig
2018-11-29
Replace Mappers with Foreachers in several passes (#954)
Albert Magyar
2018-10-31
Remove all uses of get_flip and deprecate
Jack Koenig
2018-07-10
InferWidths: improve performance (#846)
edwardcwang
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
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-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