index
:
chiselX
abstract-module
master
scala3-main-test
scala3-support
scala3-support-chisel6
Chisel with SFC compatibility
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
scala
/
chiselTests
/
FixedPointSpec.scala
Age
Commit message (
Expand
)
Author
2023-11-23
cleanup
Aditya Naik
2022-01-10
Apply scalafmt
Jack Koenig
2021-10-07
Fixed bug with unary minus on FixedPoint and Interval (#2154)
Chick Markley
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-07-21
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-06-22
Use ChiselStage in Tests
Schuyler Eldridge
2020-04-13
Update scalatest to 3.1.0 (#1394)
Jim Lawson
2019-12-18
- New trait HasBinaryPoint which provides literal values as double and big de...
chick
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2018-07-31
Revert removal of bit extraction const prop for literals (#857)
Jack Koenig
2017-12-08
Reject negative shift amounts; add tests (#730)
Andrew Waterman
2017-10-26
Invalidateapi (#645)
Adam Izraelevitz
2017-04-26
Deprecate fromBits and clock/reset constructors (#583)
Richard Lin
2017-03-28
Creating FixedPoint literals was throwing away width when specifically provided.
chick
2017-03-24
Fixed fix, allow Mux of different binary points and widths (#559)
Richard Lin
2017-02-22
Bugfix #513. Fix BPSet width inference in Chisel3 (#523)
Adam Izraelevitz
2017-02-15
Fixed point factory stuff (#505)
Chick Markley
2017-02-07
Fix up Absolute value #abs (#491)
Chick Markley
2017-01-20
Mark Annotation and FixedPoint as experimental (#444)
Chick Markley
2017-01-13
Make fromBits work with types other than UInt (#424)
grebe
2016-12-13
Fix test.
Paul Rigge
2016-12-13
Checkpoint
Paul Rigge
2016-12-13
Add a test for fromBits on fixed point numbers.
Paul Rigge
2016-10-25
FixedPoint number support for chisel3 (#328)
Chick Markley