summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/BlackBox.scala
AgeCommit message (Expand)Author
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