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
/
Utils.scala
Age
Commit message (
Expand
)
Author
2016-10-27
Wiring (#348)
Adam Izraelevitz
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
stuff like this mutable.LinkedHashMap needs the mutable prefix
chick
2016-09-25
implicit functions should specify return type
chick
2016-09-25
Minor fixes, typo in word
chick
2016-09-13
Fix a lurking width-inference bug; improve adjacent style (#298)
Andrew Waterman
2016-09-13
use case object for WVoid, WInvalid
Donggyu Kim
2016-09-13
use case object for Kind
Donggyu Kim
2016-09-13
remove Utils.{width_BANG, long_BANG}
Donggyu Kim
2016-09-13
remove Utils.get_type
Donggyu Kim
2016-09-13
remove Utils.{mapr, get_name} and fix spaces
Donggyu Kim
2016-09-13
clean up MemUtils
Donggyu Kim
2016-09-08
remove Utils.{AND, OR, NOT, EQV}
Donggyu Kim
2016-09-07
refactor checks
Donggyu Kim
2016-09-07
clean up miscs
Donggyu Kim
2016-09-07
clean up Utils.scala
Donggyu Kim
2016-09-07
remove Utils.ONE
Donggyu Kim
2016-09-07
remove Utils.tpe
Donggyu Kim
2016-09-07
Utils.scala: remove vars with fold
Donggyu Kim
2016-09-06
replace flatMap with foldLeft in create_exps
Donggyu Kim
2016-08-17
Change RW port names (#236)
Angie Wang
2016-08-12
Add missing case for connecting ClockType
Megan Wachs
2016-08-04
Added RemoveEmpty.scala, which removes Empty and nested Blocks (#218)
Adam Izraelevitz
2016-08-02
Change serialize to abstract method on FirrtlNode
Jack Koenig
2016-07-28
InferWidths now only fixes declaration widths
azidar
2016-07-25
Changed InferTypes to update types if UnknownType or has an UnknownWidth
azidar
2016-07-21
Added a Chirrtl check for undeclared wires, etc.
azidar
2016-07-21
Indentation support for the ANTLR parser (as discussed in #192) (#194)
Kamyar Mohajerani
2016-06-10
Change BoolType from method to val
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 - Field & Flip
Jack
2016-06-10
API Cleanup - Type
Jack
2016-06-10
API Cleanup - Port & Direction
Jack
2016-06-10
API Cleanup - Module
Jack
2016-06-01
Suppress "match may not be exhaustive" warning
Andrew Waterman
2016-05-03
Add Utils function getDeclaration
jackkoenig
2016-05-03
Move splitRef and mergeRef from LowerTypes to Utils
jackkoenig
2016-04-29
Add time function to Utils
jackkoenig
2016-04-22
Refactor LowerTypes
jackkoenig
2016-04-22
Add utility functions for coverting and computing Gender and Flip
jackkoenig
2016-04-22
Add isGround and isAggregate functions to Type Utils.
jackkoenig
2016-04-22
Add optional Info argument to FieldUtils.ToPort
jackkoenig
2016-04-16
Add Namespace for thread-safe creation of names and temporary names
jackkoenig
[next]