summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/SIntOps.scala
AgeCommit message (Expand)Author
2023-11-23cleanupAditya Naik
2022-06-07Add single argument Bits.extract (#2566) (#2568)mergify[bot]
2022-06-03Deprecate implicit .U() and .S() syntax for literal bit extracts (backport #2...mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-10-05Deprecate auto-application of empty argument lists to parameterless functions...Jared Barocsi
2021-02-01Update reported width from div/rem to match FIRRTL results (#1748)Albert Magyar
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-06-22Use ChiselStage in TestsSchuyler Eldridge
2018-07-31Revert removal of bit extraction const prop for literals (#857)Jack Koenig
2018-01-19Fix deprecations in testsducky
2017-12-08Reject negative shift amounts; add tests (#730)Andrew Waterman
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-09-29Consolidate CompileOptions and re-enable NotStrict pending macro work.Jim Lawson
2016-09-29Massive rename of CompileOptions.Jim Lawson
2016-08-29Rename CompileOptions implicit objects.Jim Lawson
2016-08-29Pass compileOptions as an implicit Module parameter.Jim Lawson
2016-07-25Minimize differences with master.Jim Lawson
2016-07-20Distinguish between ?Int.Lit and ?Int.widthJim Lawson
2016-07-19Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3Jim Lawson
2016-07-18Update Chisel -> chisel3 references.Jim Lawson
2016-06-21New Module, IO, Input/Output wrapping.Jim Lawson
2016-01-05Scalastyle fixes - whitespace or comments only.Jim Lawson
2015-11-06added elaboration tests for remaining old Chisel3 examplesHenry Cook