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
/
core
/
src
/
main
/
scala
/
chisel3
/
experimental
/
hierarchy
Age
Commit message (
Expand
)
Author
2022-10-07
Make nested IsInstantiables with Data in them work (#2761) (#2766)
mergify[bot]
2022-08-13
Add option to treat warnings as errors (backport #2676) (#2677)
mergify[bot]
2022-06-22
Pass optional name in ImportDefinitionAnno (#2592) (#2594)
mergify[bot]
2022-06-16
Define leading '_' as API for creating temporaries (backport #2580) (#2581)
mergify[bot]
2022-06-06
Add --warn:reflective-naming (backport #2561) (#2565)
mergify[bot]
2022-05-12
Support separately elaborating definition and instance in ChiselStage (backpo...
mergify[bot]
2022-04-12
Enhance views to [sometimes] support dynamic indexing and implement FlatIO (b...
mergify[bot]
2022-03-09
Support BlackBoxes in D/I (#2438) (#2442)
mergify[bot]
2022-02-11
Hierarchy API: make Mems lookupable (#2404) (#2410)
mergify[bot]
2022-02-10
Make Tuple2 Lookupable (#2372) (#2406)
mergify[bot]
2022-02-01
Improve error reporting (backport #2376) (#2379)
mergify[bot]
2022-01-11
Lookupable: add Either version (#2335)
Megan Wachs
2022-01-10
Apply scalafmt
Jack Koenig
2022-01-07
Add a Select.ios that works with Definition/Instance, fix isA behavior (#2315)
Megan Wachs
2021-12-01
Bugfix - definition name index skipping with D/I (#2249)
Aditya Naik
2021-10-29
Exposing more APIs from D/I internals (#2220)
Adam Izraelevitz
2021-10-27
Add Select APIs for Hierarchy package (#2210)
Adam Izraelevitz
2021-10-27
Add java reflection to hierarchy (#2209)
Adam Izraelevitz
2021-10-25
Bugfix: fix isACloneOf (#2205)
Adam Izraelevitz
2021-10-25
Add Hierarchy trait (#2204)
Adam Izraelevitz
2021-09-08
Restore return type of BaseModule.toTarget to ModuleTarget (#2117)
Jack Koenig
2021-09-05
Add Definition and Instance API (#2045)
Adam Izraelevitz