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
/
UIntOps.scala
Age
Commit message (
Expand
)
Author
2023-11-23
cleanup
Aditya Naik
2022-06-07
Add single argument Bits.extract (#2566) (#2568)
mergify[bot]
2022-06-03
Deprecate implicit .U() and .S() syntax for literal bit extracts (backport #2...
mergify[bot]
2022-03-04
Issue errors on out-of-range extracts when width is known (#2428) (#2429)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-10-05
Circular-shift (rotate) operations for UInt (#1140)
Kamyar Mohajerani
2021-02-01
Update reported width from div/rem to match FIRRTL results (#1748)
Albert Magyar
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-06-22
Use ChiselStage in Tests
Schuyler Eldridge
2020-04-13
Update scalatest to 3.1.0 (#1394)
Jim Lawson
2018-12-04
Add asBool, deprecate toBool
Jack Koenig
2018-12-04
Add asBools, deprecate toBools
Jack Koenig
2018-12-04
Make toBools support chained apply
Jack Koenig
2018-07-31
Revert removal of bit extraction const prop for literals (#857)
Jack Koenig
2018-02-20
Make Bundle abstract (#774)
Jack Koenig
2017-12-08
Reject negative shift amounts; add tests (#730)
Andrew Waterman
2017-02-24
Fix mismatch between Chisel and Firrtl on UInt -& UInt
Jack Koenig
2016-11-21
Restyle a lot of test code, mainly with regex
ducky
2016-09-29
Consolidate CompileOptions and re-enable NotStrict pending macro work.
Jim Lawson
2016-09-29
Massive rename of CompileOptions.
Jim Lawson
2016-08-29
Rename CompileOptions implicit objects.
Jim Lawson
2016-08-29
Pass compileOptions as an implicit Module parameter.
Jim Lawson
2016-07-25
Minimize differences with master.
Jim Lawson
2016-07-20
More literal/width rangling.
Jim Lawson
2016-07-20
Distinguish between ?Int.Lit and ?Int.width
Jim Lawson
2016-07-19
Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3
Jim Lawson
2016-07-18
Update Chisel -> chisel3 references.
Jim Lawson
2016-06-21
Most of the remaining tests with Module, IO wrapping.
Jim Lawson
2016-01-06
Don't silence legitimate warnings - these println()s should be controlled by ...
Jim Lawson
2016-01-05
Scalastyle fixes - whitespace or comments only.
Jim Lawson
2015-11-06
added elaboration tests for remaining old Chisel3 examples
Henry Cook