index
:
chiselX
abstract-module
master
scala3-main-test
scala3-support
scala3-support-chisel6
Chisel with SFC compatibility
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
scala
/
chiselTests
/
Module.scala
Age
Commit message (
Expand
)
Author
2021-02-26
Expose AnnotationSeq to Module. (#1731)
Jiuyang Liu
2021-01-21
Rename MultiIOModule to Module
Jack Koenig
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-07-21
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-06-22
Use ChiselStage in Tests
Schuyler Eldridge
2019-11-02
Tests for anonymous/class-in-module desiredName
Schuyler Eldridge
2019-09-11
Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162)
Jim Lawson
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2019-02-19
Mainline Chisel multi-clock functionality (#1013)
edwardcwang
2018-10-25
Check BaseModule.name for NullPointerException
Schuyler Eldridge
2018-10-25
Make BaseModule.name lazy
Schuyler Eldridge
2018-10-03
Add DataMirror.modulePorts (#901)
Richard Lin
2018-04-22
Add Module.currentModule for getting a reference to the current Module (#810)
Jack Koenig
2017-10-05
the cloneType and chiselCloneType hot mess 🔥 (#653)
Richard Lin
2017-08-17
More of the bindings refactor (#635)
Richard Lin
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2016-11-21
Restyle a lot of test code, mainly with regex
ducky
2016-11-14
Add checks for misuse or omission of Module()
Jack
2016-09-29
Massive rename of CompileOptions.
Jim Lawson
2016-08-29
Rename CompileOptions implicit objects.
Jim Lawson
2016-08-29
Pass compileOptions as an implicit Module parameter.
Jim Lawson
2016-07-25
Minimize differences with master.
Jim Lawson
2016-07-21
Introduce chiselCloneType to distinguish from cloneType.
Jim Lawson
2016-07-20
Distinguish between ?Int.Lit and ?Int.width
Jim Lawson
2016-07-20
Compile ok.
Jim Lawson
2016-07-19
Incorporate connection logic.
Jim Lawson
2016-07-19
Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3
Jim Lawson
2016-07-18
Update Chisel -> chisel3 references.
Jim Lawson
2016-06-21
New Module, IO, Input/Output wrapping.
Jim Lawson
2016-04-26
Replace deprecated usage in tests. Issue #149
Jim Lawson
2016-01-05
Scalastyle fixes - whitespace or comments only.
Jim Lawson
2015-11-06
added elaboration tests for remaining old Chisel3 examples
Henry Cook