Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FixedIO__Modules with various kinds of probe ports #4105

Merged
merged 13 commits into from
May 30, 2024
Prev Previous commit
Next Next commit
update scaladoc for FlatIO for probe types
  • Loading branch information
mwachs5 committed May 29, 2024
commit 369a100b2e07d88c56d509901c54bd0a5f465649
2 changes: 1 addition & 1 deletion core/src/main/scala/chisel3/IO.scala
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ object IO {

/** The same as [[IO]] except there is no prefix when given a [[Record]] or
* [[Bundle]]. For [[Element]] ([[UInt]], etc.) or [[Vec]] types, this is
* the same as [[IO]].
* the same as [[IO]]. It is also the same as [[IO]] for [[Probe]] types.
*
* @example {{{
* class MyBundle extends Bundle {
Expand Down
Loading