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
add an import for scaladoc...?
  • Loading branch information
mwachs5 committed May 29, 2024
commit 2d703418f72a00ba3d791f41e0aac1fb1bd9b138
1 change: 1 addition & 0 deletions core/src/main/scala/chisel3/IO.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package chisel3

import chisel3.internal.{throwException, Builder}
import chisel3.probe.Probe
import chisel3.experimental.{noPrefix, requireIsChiselType, SourceInfo}
import chisel3.properties.{Class, Property}
import chisel3.reflect.DataMirror.internal.chiselTypeClone
Expand Down
Loading