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
/
InferTypes.scala
Age
Commit message (
Expand
)
Author
2021-02-01
Deprecate ToWorkingIR (#2028)
Schuyler Eldridge
2020-11-10
Refactor emiter (#1879)
Jiuyang Liu
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-07-29
InferTypes: fix bugs with unknown widths on ports and memories (#1769)
Kevin Laeufer
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
2020-05-13
Remove a redundant Expression traversal in InferTypes
Jack Koenig
2020-05-13
Use HashMap instead of LinkedHashMap in InferTypes
Jack Koenig
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2019-10-18
Upstream intervals (#870)
Adam Izraelevitz
2019-07-08
Remove some warnings (#1118)
Leway Colin
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
2016-11-05
Fix CHIRRTL bugs (#355)
Donggyu
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-10-11
Scala style cleanup take 5 (#324)
Chick Markley
2016-09-27
remove unnecessary parentheses
chick
2016-09-13
remove Utils.get_type
Donggyu Kim
2016-09-13
use MemPortUtils.memType for DefMemory
Donggyu Kim
2016-09-08
refactor InferTypes
Donggyu Kim
2016-09-08
split Passes.scala into multiple files(InferTypes.scala, Resolves.scala, Remo...
Donggyu Kim