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
/
ExpandWhens.scala
Age
Commit message (
Expand
)
Author
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2017-02-07
Rework Attach to work on arbitrary Analog hierarchies (#415)
Jack Koenig
2016-12-05
Bugfix: expand whens not voiding memories (#380)
Adam Izraelevitz
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-25
Spec features added: AnalogType and Attach (#295)
Adam Izraelevitz
2016-09-15
Fix non-determinism bug in ExpandWhens (#303)
Jack Koenig
2016-09-13
use BoolType for UIntType(IntWidth(1))
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
Fixed bug where nodes of Invalids where created
azidar
2016-09-08
Revert Expand Whens to process a set of connection lhs
jackkoenig
2016-09-08
memoize nodes in ExpandWhens
Donggyu Kim
2016-09-08
remove Utils.{AND, OR, NOT, EQV}
Donggyu Kim
2016-09-08
clean up ExpandWhens
Donggyu Kim
2016-09-07
remove Utils.tpe
Donggyu Kim
2016-08-04
Added RemoveEmpty.scala, which removes Empty and nested Blocks (#218)
Adam Izraelevitz
2016-07-21
Indentation support for the ANTLR parser (as discussed in #192) (#194)
Kamyar Mohajerani
2016-06-10
API Cleanup - AST
Jack
2016-06-10
API Cleanup - Statement
Jack
2016-06-10
API Cleanup - Field & Flip
Jack
2016-06-10
API Cleanup - Module
Jack
2016-05-03
Rewrite ExpandWhens to memoize complex default values
jackkoenig
2016-05-03
Change style and spacing of Expand Whens to be more idiomatic Scala
jackkoenig
2016-05-03
Move ExpandWhens to its own file
jackkoenig