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
/
coreMacros
/
src
/
main
/
scala
Age
Commit message (
Expand
)
Author
2020-03-25
Rename subprojects to more canonical names
Jack Koenig
2020-03-23
Add NoChiselNamePrefix to ignore instances in @chiselName (#1383)
Jack Koenig
2020-02-03
Add read-under-write parameter to SyncReadMem (#1183)
Albert Magyar
2019-11-15
Enable @chiselName on non-module classes (#1209)
John's Brew
2019-10-18
Interval Data Type Support for Chisel (#1210)
Chick Markley
2019-09-16
Da steve101 tree reduce (#485)
Jack Koenig
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-05-13
Fix miscellaneous Scaladoc warnings
Schuyler Eldridge
2019-03-25
Allow naming annotation to work outside builder context (#1051)
Richard Lin
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2018-12-04
Add asBools, deprecate toBools
Jack Koenig
2018-09-07
Add SourceInfoDoc trait w/ ScalaDoc group
Schuyler Eldridge
2018-02-23
Add companion objects to macro classes (#787)
Jack Koenig
2018-01-23
Runtime API deprecation warnings (#761)
Richard Lin
2017-12-20
Add compileOptions to Module.apply, use for invalidating submod ports (#747)
Jack Koenig
2017-12-19
Add source info / compile options transforms to Mem accessors (#744)
Richard Lin
2017-04-26
Dropimportnotstrict492 - More updates to get things through rocket-chip. (#592)
Jim Lawson
2017-04-25
Remove explicit import of NotStrict - fixes #492 (#494)
Jim Lawson
2017-03-13
Revert "Change Vec creation to check if gen is lit (and hence needs t… (#530)
Jim Lawson
2017-03-08
Deprecate old Reg with nulls constructor (#455)
Richard Lin
2017-02-15
Implement asTypeOf, refactor internal APIs (#450)
Richard Lin
2017-02-07
Name all the things
ducky
2017-02-03
Added vec IO tests for #104 (#480)
Jim Lawson
2017-01-25
Better name propagation by macros (#327)
Richard Lin
2016-11-21
Address review comments
ducky
2016-11-21
Add bounds generation to range macro transform
ducky
2016-11-21
first attack on creating a range api for chisel3
chick
2016-11-21
Better testing, better parsing
ducky
2016-11-21
Range macro initial impl
ducky
2016-10-28
Plug holes where defaultCompileOptions leaked in
Andrew Waterman
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-20
Rename chisel3 package.
Jim Lawson
2016-06-08
Rename packages to lowercase chisel, add compatibility layer
ducky
2016-05-20
Implementation of source locators
ducky