We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BiSignalDefault
1 parent c97194e commit 280905dCopy full SHA for 280905d
clash-prelude/src/Clash/Signal/BiSignal.hs
@@ -136,8 +136,8 @@ import GHC.TypeLits (KnownNat, Nat)
136
import GHC.Stack (HasCallStack)
137
import Data.Reflection (Given (..))
138
139
--- | Used to specify the /default/ behavior of a \"BiSignal\", i.e. what value is
140
--- read when no value is being written to it.
+-- | Used to specify the /default/ behavior of a \"BiSignal\" in Haskell simulation, i.e.
+-- what value is read when no value is being written to it.
141
data BiSignalDefault
142
= PullUp
143
-- ^ __inout__ port behaves as if connected to a pull-up resistor
0 commit comments