summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/When.scala
AgeCommit message (Expand)Author
2022-01-10Apply scalafmtJack Koenig
2021-01-19Add when.cond for getting the current when condition (#1694)Jack Koenig
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-06-22Use ChiselStage in TestsSchuyler Eldridge
2019-05-20Repackagecore rebase (#1078)Jim Lawson
2018-06-29Catch returns from within when blocks and provide an error message (#842)Jack Koenig
2017-12-20Add compileOptions to Module.apply, use for invalidating submod ports (#747)Jack Koenig
2017-10-26Invalidateapi (#645)Adam Izraelevitz
2017-08-17Use firrtl elses in elsewhen/otherwise case emission (#510)Albert Magyar
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-09-01Move connection implicits from Module constructor to connection methods.Jim Lawson
2016-07-25Minimize differences with master.Jim Lawson
2016-07-20More literal/width rangling.Jim Lawson
2016-07-20Distinguish between ?Int.Lit and ?Int.widthJim Lawson
2016-07-18Update Chisel -> chisel3 references.Jim Lawson
2016-01-30Add BlackBox support and test, refactor execute => assertTesterPassesducky
2016-01-16Add When test and fix when / elsewhen / otherwise behaviorducky