summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/BlackBox.scala
AgeCommit message (Expand)Author
2023-11-23cleanupAditya Naik
2022-04-25Fix error message for BlackBox without val io <: Record (#2504) (#2505)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-01-21Remove val ioJack Koenig
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-06-29- A few final fixes after the rebasechick
2020-06-29This adds a mechanism for the unittests to be run with the TreadleBackendchick
2020-06-22Use ChiselStage in TestsSchuyler Eldridge
2019-05-20Repackagecore rebase (#1078)Jim Lawson
2018-10-03Add DataMirror.modulePorts (#901)Richard Lin
2017-07-28Black box top-level IO fix (#655)Richard Lin
2017-06-26Directions internals mega-refactor (#617)Richard Lin
2017-05-11Scope resources - move them down into chisel3 directory - fixes #549 (#610)Jim Lawson
2017-03-08Avoid log2Up in testsAndrew Waterman
2017-01-20Mark Annotation and FixedPoint as experimental (#444)Chick Markley
2016-11-21Deboilerplate the implicit conversions, add support for long.Uducky
2016-11-21Convert rest of testsducky
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-11-18Add support for parameterized BlackBoxesjackkoenig
2016-09-29Consolidate CompileOptions and re-enable NotStrict pending macro work.Jim Lawson
2016-09-29Massive rename of CompileOptions.Jim Lawson
2016-09-01Move connection implicits from Module constructor to connection methods.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-21Most of the remaining tests with Module, IO wrapping.Jim Lawson
2016-05-04Rewrite BlackBox IO contract, replace _clock|_resetStephen Twigg
2016-01-30Add BlackBox support and test, refactor execute => assertTesterPassesducky