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
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
2016-08-16
Provide public SignalID trait to be used to conjure up a signal identifier.
Jim Lawson
2016-08-11
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-08-09
Support Module name overrides with "override def desiredName"
Andrew Waterman
2016-07-27
Additional compatibility code.
Jim Lawson
2016-07-25
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-07-20
Generate better names for nodes (#190)
Jack Koenig
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-07-18
Rename "Chisel" to "chisel3" (only git mv).
Jim Lawson
2016-07-01
Reflectively name Module fields declared in superclasses
Andrew Waterman
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-20
Rename chisel3 package.
Jim Lawson