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
/
test
/
scala
/
firrtlTests
/
WidthSpec.scala
Age
Commit message (
Expand
)
Author
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-04-20
Add test cases for illegal casts to AsyncReset / Clock
Albert Magyar
2020-04-20
Remove repetitive pass lists from WidthTests
Albert Magyar
2020-03-17
[RFC] Factor out common test classes; package them (#1412)
David Biancolin
2020-02-12
Removed unused imports in src/test/ (#1381)
Jim Lawson
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-02-22
Add Width Constraints with Annotations (#956)
Albert Chen
2018-11-05
Better error message for UninferredWidth exception
Schuyler Eldridge
2018-10-31
Remove all uses of get_flip and deprecate
Jack Koenig
2018-06-11
Add utilities for UInt and SInt literals (#815)
Jack Koenig
2018-02-21
Change primop arg type (#587)
Adam Izraelevitz
2016-12-13
Add MaxWidth of 1,000,000 bits
jackkoenig
2016-11-09
Bugfix: removed recursive removal in infer widths
azidar
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-11-04
Refactor Compilers and Transforms
jackkoenig
2016-09-26
Added max width check to dshl shift amount (#318)
Adam Izraelevitz
2016-09-22
Fixed width inference for add, sub (#312)
Adam Izraelevitz