summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/ChiselSpec.scala
AgeCommit message (Expand)Author
2023-11-23cleanupAditya Naik
2022-09-27Use Treadle (on pull requests only) to speed up CI (backport #2341) (#2748)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-09-05Add Definition and Instance API (#2045)Adam Izraelevitz
2021-08-12Add DataView (#1955)Jack Koenig
2021-07-01Add ChiselEnum.safe factory method and avoid warningJack Koenig
2021-06-21Bump scalatest to 3.2.9 (#1965)Jack Koenig
2021-04-29Scala 2.13 support (#1751)Jack Koenig
2021-04-27Introduce VecLiterals (#1834)Chick Markley
2021-02-09Add no-plugin-tests for testing Chisel without the compiler pluginJack Koenig
2020-11-11Ignore tests using System.setSecurityManager (#1661)Jack Koenig
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-08-13Move treadle dependency to the tests (#1554)Jack Koenig
2020-08-12Switch to HowToSerialize for Emission (#1405)Schuyler Eldridge
2020-07-30Allow a counter to be instantiated using a Scala range (#1515)Josh Bassett
2020-07-29Improved Chisel Naming via Compiler Plugins + Prefixing (#1448)Adam Izraelevitz
2020-06-22Clarify chiselTests.Utils.extractCause ScaladocSchuyler Eldridge
2020-06-22Remove Driver usage in ChiselSpecSchuyler Eldridge
2020-06-22Add containsCause exception search testing utilSchuyler Eldridge
2020-05-05Update scalatest 3.1.1 (#1430)Jim Lawson
2020-04-13Update scalatest to 3.1.0 (#1394)Jim Lawson
2020-03-11Wrap elaboration in ChiselExceptionSchuyler Eldridge
2019-09-11Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162)Jim Lawson
2019-08-27Add firrtlTests.Utils methodsSchuyler Eldridge
2019-08-12Aspect-Oriented Programming for Chisel (#1077)Adam Izraelevitz
2019-07-18Support Analog DontCare bulk-connect (#1056)Richard Lin
2019-05-20Repackagecore rebase (#1078)Jim Lawson
2018-12-19Fix width inferencing issue (#952)Jack Koenig
2018-02-28Refactor Annotations (#767)Jack Koenig
2017-05-25Support updated scalatest/scalacheck; bump sbt and Scala versions. (#605)Jim Lawson
2017-04-13Module Hierarchy Refactor (#469)Richard Lin
2017-02-28Use test_run_dir for more tests. (#534)Jim Lawson
2017-02-07Add generateFirrtl() method to ChiselSpec.scala (#423)Jim Lawson
2017-01-31Add compile [to Verilog] to ChiselRunnersJack
2016-11-14Add checks for misuse or omission of Module()Jack
2016-06-20Rename "package", "import", and explicit references to "chisel3".Jim Lawson
2016-06-08Rename Chisel -> chisel in testsducky
2016-05-04Multiple assign testerducky
2016-01-30Add BlackBox support and test, refactor execute => assertTesterPassesducky
2015-12-06Split internal and FIRRTL packagesducky
2015-11-04Supply smaller values for generatorDrivenConfig to reduce test time.Henry Cook
2015-11-04Remove Parameters library and refactor Driver.Henry Cook
2015-10-23Fix stylistic issues and document standard Chisel generatorsducky
2015-10-23Add Scalaland unit tests for Regducky
2015-10-23Whitespace scalastyle fixes for testsducky
2015-08-14more testsHenry Cook
2015-08-14Add Vec tests. Do a better job of generating widths.Henry Cook
2015-08-14added MulLookup and Tbl testsHenry Cook
2015-08-13add decoder testHenry Cook
2015-08-13Counter testsHenry Cook