summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/Module.scala
AgeCommit message (Expand)Author
2019-02-19Mainline Chisel multi-clock functionality (#1013)edwardcwang
2018-10-25Check BaseModule.name for NullPointerExceptionSchuyler Eldridge
2018-10-25Make BaseModule.name lazySchuyler Eldridge
2018-10-03Add DataMirror.modulePorts (#901)Richard Lin
2018-04-22Add Module.currentModule for getting a reference to the current Module (#810)Jack Koenig
2017-10-05the cloneType and chiselCloneType hot mess 🔥 (#653)Richard Lin
2017-08-17More of the bindings refactor (#635)Richard Lin
2017-06-26Directions internals mega-refactor (#617)Richard Lin
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-11-14Add checks for misuse or omission of Module()Jack
2016-09-29Massive rename of CompileOptions.Jim Lawson
2016-08-29Rename CompileOptions implicit objects.Jim Lawson
2016-08-29Pass compileOptions as an implicit Module parameter.Jim Lawson
2016-07-25Minimize differences with master.Jim Lawson
2016-07-21Introduce chiselCloneType to distinguish from cloneType.Jim Lawson
2016-07-20Distinguish between ?Int.Lit and ?Int.widthJim Lawson
2016-07-20Compile ok.Jim Lawson
2016-07-19Incorporate connection logic.Jim Lawson
2016-07-19Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3Jim Lawson
2016-07-18Update Chisel -> chisel3 references.Jim Lawson
2016-06-21New Module, IO, Input/Output wrapping.Jim Lawson
2016-04-26Replace deprecated usage in tests. Issue #149Jim Lawson
2016-01-05Scalastyle fixes - whitespace or comments only.Jim Lawson
2015-11-06added elaboration tests for remaining old Chisel3 examplesHenry Cook