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
2020-04-13
Split Checks into separate files
Albert Magyar
2020-04-06
Remove deprecated ResolveGenders and CheckGenders
Albert Magyar
2020-03-16
Check for collision of defnames with Module names
Albert Magyar
2020-03-16
Check for module name conflicts
Albert Magyar
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-03-06
Check sign of primop constants where appropriate (#1421)
Albert Magyar
2020-03-03
Fix error message for NegWidthException (#1418)
Albert Magyar
2020-01-20
clean up warnings: trim unused imports (#1315)
John Ingalls
2019-10-18
Upstream intervals (#870)
Adam Izraelevitz
2019-09-16
Deprecate Gender and add implicit Flow conversion
Schuyler Eldridge
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-08-13
Infer reset (#1068)
Jack Koenig
2019-08-09
Remove unused CheckHighFormLike.IllegalChirrtlMemException (#1151)
Albert Magyar
2019-08-07
Check mems for legal latencies; ban zero write latency. (#1147)
Albert Magyar
2019-08-07
DRY check chirrtl (#1148)
Albert Magyar
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-25
Run CheckHighForm after all non-emitter transforms in firrtl tests (#548)
Jack Koenig
2019-02-25
Detect and error on registers with flip in type (#1031)
Albert Magyar
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig
2018-11-29
Replace Mappers with Foreachers in several passes (#954)
Albert Magyar
2018-11-27
Add foreach as alternative to map (#952)
Adam Izraelevitz
2018-09-26
Enforce port uniqueness in Chirrtl/High Checks
Schuyler Eldridge
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-03-01
[name change] Use LsbLargerThanMsbException (#740)
Schuyler Eldridge
2018-02-22
Add tests for #702. Adds Utility functions. Allows clock muxing in FIRRTL, bu...
Adam Izraelevitz
2018-02-21
Change primop arg type (#587)
Adam Izraelevitz
2018-02-08
CheckHighForm should check that Bits MSB >= LSB (#738)
Schuyler Eldridge
2017-12-20
Verify shl/shr amount is > 0 (#710)
Jim Lawson
2017-09-22
Fix string lit (#663)
Jack Koenig
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
[next]