summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/CompatibilitySpec.scala
AgeCommit message (Expand)Author
2022-10-23Don't invalidate ExtModule ports in an explicitInvalidate = true context (bac...mergify[bot]
2022-01-20Fix Compatibility Module io wrapping (#2355) (#2358)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-11-14add tests.Jiuyang Liu
2021-10-05Fix naming of unwrapped val io in Chisel.Modules (#2150)Jack Koenig
2021-10-05Remove all Bundle cloneTypes and chiselRuntimeDeprecate its use (#2052)Megan Wachs
2021-02-09Make it possible to GC Data instancesJack Koenig
2021-02-03Remove Deprecated APIs (#1730)Jiuyang Liu
2021-01-21Remove val ioJack Koenig
2020-10-30Fix bug where refs may not get set for Records (#1645)Jack Koenig
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-07-31Check whether signals escape their when scopes (#1518)Albert Magyar
2020-07-21Delete outdated scalastyle configuration comments from sourceAlbert Magyar
2020-06-22Use ChiselStage in TestsSchuyler Eldridge
2020-04-13Update scalatest to 3.1.0 (#1394)Jim Lawson
2020-03-24Propagate user compile options for Chisel.Module (#1387)Jack Koenig
2019-12-06Revert "Compat compile options macro (#1253)" (#1268)Jack Koenig
2019-11-29Compat compile options macro (#1253)Jack Koenig
2019-09-13Fix Queue.apply for size 0 in chisel3._ code (#1177)Jack Koenig
2019-07-31Add SInt deprecated compatibility testsSchuyler Eldridge
2019-07-31Add UInt deprecated compatibility testsSchuyler Eldridge
2019-07-31Add Bits deprecated compatibility testsSchuyler Eldridge
2019-07-31Add VecLike deprecated compatibility testsSchuyler Eldridge
2019-07-31Add Wire deprecated compatibility testsSchuyler Eldridge
2019-07-31Add Data deprecated compatibility testsSchuyler Eldridge
2019-07-31Add debug deprecated compatibility testsSchuyler Eldridge
2019-07-31Add Mem/SeqMem deprecated compatibility testsSchuyler Eldridge
2019-07-31Add LFSR16 deprecated compatibility testsSchuyler Eldridge
2019-07-31Add Queue deprecated compatibility testsSchuyler Eldridge
2019-07-31Add Enum deprecated compatibility testsSchuyler Eldridge
2019-07-31Add BitPat deprecated compatibility testsSchuyler Eldridge
2019-07-31Fixup and enable Dummy CompatibilitySpec testSchuyler Eldridge
2019-05-20Repackagecore rebase (#1078)Jim Lawson
2019-03-18Split #974 into two PRs - scalastyle updates (#1037)Jim Lawson
2018-07-19Add support for Input() and Output() (available in Chisel2 since ucb-bar/chis...Jim Lawson
2018-07-10Fix use of read-only refs on rhs of connect in compatibility mode (#854)Jack Koenig
2018-02-20Make Bundle abstract (#774)Jack Koenig
2017-08-17Make Reset a trait (#672)Jack Koenig
2017-08-15Make .dir give correct direction for Module io in compatibilityJack Koenig
2017-08-08Give default direction to children of Vecs in compatibility codeJack Koenig
2017-08-07Don't assign default direction to Analog in Chisel._Jack Koenig