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
/
chiselFrontend
/
src
/
main
/
scala
/
chisel3
/
core
/
Module.scala
Age
Commit message (
Expand
)
Author
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-05-13
RawModule with no reset should be able to use withClock method. (#1065)
Chick Markley
2019-04-15
Style nitpick (#1068)
edwardcwang
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2019-01-22
Add Rocket Chip-style clonemodule as CloneModuleAsRecord to experimental (#943)
Albert Magyar
2019-01-11
Move nameRecursively into Builder so it can be used elsewhere
Andrew Waterman
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-09-07
Put do_* methods in SourceInfoTransformMacro group
Schuyler Eldridge
2018-06-29
Catch returns from within when blocks and provide an error message (#842)
Jack Koenig
2018-06-20
Programmatic Port Creation (#833)
Jack Koenig
2018-04-22
Add Module.currentModule for getting a reference to the current Module (#810)
Jack Koenig
2018-02-28
Refactor Annotations (#767)
Jack Koenig
2018-02-08
Make uncloneable IO deprecated instead of error, improve error handling (#771)
Richard Lin
2018-02-07
Cloning IO with compatibility 🦆 (#754)
Richard Lin
2017-12-20
Add compileOptions to Module.apply, use for invalidating submod ports (#747)
Jack Koenig
2017-08-17
Make Reset a trait (#672)
Jack Koenig
2017-08-11
Rename userDir->specifiedDir (#671)
Richard Lin
2017-08-08
Give default direction to children of Vecs in compatibility code
Jack Koenig
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-05-03
Clear clock and reset scope for RawModule (#607)
Richard Lin
2017-04-13
Module Hierarchy Refactor (#469)
Richard Lin
2017-04-02
Make Module instantiations draw clock from Builder instead of parent (#568)
Jack Koenig
2017-02-16
Add support for clock and reset scoping (#509)
Jack Koenig
2017-02-08
Add counter for depth of when scope
Jack Koenig
2017-01-31
Make Module and Bundle properly use empty namespaces
Jack
2017-01-27
Clean names of private vals in Modules
jackkoenig
2017-01-20
Add Record as new superclass of Bundle (#366)
Jack Koenig
2016-12-07
Support for creating chisel annotations that are consumed by firrtl (#393)
Chick Markley
2016-11-21
Remove deduplication from Chisel (#347)
Donggyu
2016-11-18
Add support for parameterized BlackBoxes
jackkoenig
2016-11-14
Add checks for misuse or omission of Module()
Jack
2016-11-02
Changed T to _T for generated names (#349)
Adam Izraelevitz
2016-10-27
Refactor and fix field reflection (#342)
Andrew Waterman
2016-10-04
Add CompileOptions implicits to all Module constructors - fix #310. (#311)
Jim Lawson
2016-09-29
Manual dead code elimination.
Jim Lawson
2016-09-29
Consolidate CompileOptions and re-enable NotStrict pending macro work.
Jim Lawson
2016-09-29
Massive rename of CompileOptions.
Jim Lawson
2016-09-23
Merge branch 'master' into gsdt
Jim Lawson
2016-09-21
Make implicit clock name consistent (#288)
Andrew Waterman
2016-08-30
Merge branch 'master' into gsdt
Jim Lawson
2016-08-29
Rename CompileOptions implicit objects.
Jim Lawson
2016-08-29
Pass compileOptions as an implicit Module parameter.
Jim Lawson
2016-08-29
Rename individual compile options.
Jim Lawson
2016-08-24
Per Chisel meeting.
chick
2016-08-21
provides signal name methods for firrtl annotation and chisel testers
Donggyu Kim
2016-08-19
Simplify autioIOWrap code in computePorts().
Jim Lawson
2016-08-18
Use isFirrtlFlipped() to determine port direction.
Jim Lawson
2016-08-17
Reduce rocket-chip elaboration errors.
Jim Lawson
[next]