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
/
CheckWidths.scala
Age
Commit message (
Expand
)
Author
2022-12-15
0-bit literals (#2544)
Kevin Laeufer
2021-04-22
Fix CheckWidths error message for uninferred width (#2196)
Fabian Schuiki
2021-02-01
Deprecate ToWorkingIR (#2028)
Schuyler Eldridge
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-07-28
Fix incorrect error message (#1795)
Andrew Waterman
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
2020-06-03
Use recursive-then-iterative approach for check_width_e
Albert Magyar
2020-04-22
s/dependents/optionalPrerequisiteOf/
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-04-20
Avoid using infix for mutable append in CheckWidths
Albert Magyar
2020-04-20
Ensure arguments to asClock / asAsyncReset are single-bit
Albert Magyar
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-01-15
improve the tail ir usability. (#1241)
Sequencer
2019-10-18
Upstream intervals (#870)
Adam Izraelevitz
2019-08-13
Infer reset (#1068)
Jack Koenig
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig
2018-11-27
Add foreach as alternative to map (#952)
Adam Izraelevitz
2018-11-05
Better error message for UninferredWidth exception
Schuyler Eldridge
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-02-21
Change primop arg type (#587)
Adam Izraelevitz
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
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-03-09
Sint tests and change in serialization (#456)
Adam Izraelevitz
2017-02-07
Rework Attach to work on arbitrary Analog hierarchies (#415)
Jack Koenig
2016-12-13
Add MaxWidth of 1,000,000 bits
jackkoenig
2016-12-13
Move CheckWidths to its own file
jackkoenig