Skip to content

Commit 280905d

Browse files
authored
Adjust BiSignalDefault doc to clarify affects simulation only (#2720)
1 parent c97194e commit 280905d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clash-prelude/src/Clash/Signal/BiSignal.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ import GHC.TypeLits (KnownNat, Nat)
136136
import GHC.Stack (HasCallStack)
137137
import Data.Reflection (Given (..))
138138

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.
139+
-- | Used to specify the /default/ behavior of a \"BiSignal\" in Haskell simulation, i.e.
140+
-- what value is read when no value is being written to it.
141141
data BiSignalDefault
142142
= PullUp
143143
-- ^ __inout__ port behaves as if connected to a pull-up resistor

0 commit comments

Comments
 (0)