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
/
Module.scala
Age
Commit message (
Expand
)
Author
2024-08-02
Update Module.scala
Aditya Naik
2024-07-24
Working on Module.scala
Aditya Naik
2024-07-24
Update Builder.scala
Aditya Naik
2024-06-05
Readd ports that were deleted for testing
Aditya Naik
2024-06-03
Get core to compile
Aditya Naik
2024-05-31
Remove sourceinfo, compileoptions and other fixes
Aditya Naik
2024-05-29
i got 99 errors but "firrtl not found" aint one
Aditya Naik
2024-05-03
Get cleanup to compile
Aditya Naik
2022-12-08
Replay changes on 3.5.x (#2865)
mergify[bot]
2022-11-10
Add unit tests and fix for #2794 , add unit tests for #2773 (backport #2792)...
mergify[bot]
2022-11-10
Unify Chisel2 and chisel3 directionality (backport #2634) (#2837)
mergify[bot]
2022-11-08
Improve Record.bind and Detect Records with unstable elements (backport #2829...
mergify[bot]
2022-06-16
Define leading '_' as API for creating temporaries (backport #2580) (#2581)
mergify[bot]
2022-06-13
Add ImplicitInvalidate, to help migrate the explicitInvalidate compiler optio...
mergify[bot]
2022-06-08
Added migration for inferModuleReset (#2571) (#2573)
mergify[bot]
2022-05-27
Make ExtModule port naming consistent with Module (#2548) (#2549)
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-01-10
Apply scalafmt
Jack Koenig
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-25
Bugfix: fix isACloneOf (#2205)
Adam Izraelevitz
2021-10-05
Deprecate auto-application of empty argument lists to parameterless functions...
Jared Barocsi
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
2021-08-12
Add DataView (#1955)
Jack Koenig
2021-06-29
Change behavior of aop.Select to not include CloneModuleAsRecord
Jack Koenig
2021-06-29
Restore aop.Select behavior for CloneModuleAsRecord
Jack Koenig
2021-06-28
Set refs for ModuleClone and ClonePorts in less hacky way
Jack Koenig
2021-06-28
Fix CloneModuleAsRecord support for .toTarget
Jack Koenig
2021-04-29
Scala 2.13 support (#1751)
Jack Koenig
2021-02-26
Expose AnnotationSeq to Module. (#1731)
Jiuyang Liu
2021-02-09
Make it possible to GC Data instances
Jack Koenig
2021-01-21
Remove val io
Jack Koenig
2021-01-21
Deprecate override_clock and override_reset in Module
Jack Koenig
2021-01-21
Rename MultiIOModule to Module
Jack Koenig
2020-10-26
Bugfix - module name collision for injecting aspect (#1635)
Adam Izraelevitz
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-07-31
Check whether signals escape their when scopes (#1518)
Albert Magyar
2020-07-29
Improved Chisel Naming via Compiler Plugins + Prefixing (#1448)
Adam Izraelevitz
2020-07-21
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-03-25
Rename subprojects to more canonical names
Jack Koenig