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
/
Checks.scala
Age
Commit message (
Expand
)
Author
2017-05-11
Refactor WIR WSub{Field,Index,Access} - rename exp -> expr #521 (#586)
Jim Lawson
2017-05-03
Add checks on register clock and reset types (#33) (#553)
Albert Magyar
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
2016-12-13
Move CheckWidths to its own file
jackkoenig
2016-12-07
Bugfix: add Neg to high form check (#384)
Adam Izraelevitz
2016-12-05
Add check for muxing between clocks (#360)
Jack Koenig
2016-11-09
Added optimizations to for better width inference
azidar
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-11-01
Fix Match Error in Check Types on Partial Connect (#359)
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-26
Added max width check to dshl shift amount (#318)
Adam Izraelevitz
2016-09-25
Spec features added: AnalogType and Attach (#295)
Adam Izraelevitz
2016-09-25
remove unnecessary blocks
chick
2016-09-25
Use empty-parens as appropriate for f: => Unit calls
chick
2016-09-23
use .count instead of filter and size
chick
2016-09-13
use case object for Kind (#267)
Donggyu
2016-09-13
type aliases
Donggyu Kim
2016-09-13
remove Utils.{width_BANG, long_BANG}
Donggyu Kim
2016-09-07
refactor checks
Donggyu Kim
2016-09-07
clean up Utils.scala
Donggyu Kim
2016-09-07
remove Utils.tpe
Donggyu Kim
2016-08-18
Remove redundant test and errors.append() in check_types_e(). (#243)
Jim Lawson
2016-08-04
Addd check: bits, tail, head arg width
azidar
2016-08-02
Change serialize to abstract method on FirrtlNode
Jack Koenig
2016-08-02
Fix use of global state in instance loop checking
jackkoenig
2016-07-27
Merge pull request #198 from ucb-bar/add-chirrtl-check
Adam Izraelevitz
2016-07-25
Detects and flags cyclic module loops
chick
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-07-04
printf: support '%c' for printing characters
Wesley W. Terpstra
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-07
Merge pull request #153 from ucb-bar/update-check-high-form
Adam Izraelevitz
2016-06-07
Fix non-thread safe Serialize by splitting it into class and object
Jack Koenig
2016-05-24
Remove prefix checking from Check High Form
jackkoenig
2016-05-24
Added Errors class and fixed tests.
azidar
2016-05-24
add better type mismatch error message
Colin Schmidt
2016-05-11
Remove trait StanzaPass and related dead code
jackkoenig
2016-05-03
Move Check Initialization to its own file
jackkoenig
[next]