From bfeede4c2a62382b3eec1ea90f991cc0b627f114 Mon Sep 17 00:00:00 2001 From: lmbollen Date: Tue, 17 May 2022 16:36:03 +0200 Subject: [PATCH] replaced WriteBits with Maybe LocatedBits --- bittide/src/Bittide/ScatterGather.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bittide/src/Bittide/ScatterGather.hs b/bittide/src/Bittide/ScatterGather.hs index 944caac9b..fb3a3c2fe 100644 --- a/bittide/src/Bittide/ScatterGather.hs +++ b/bittide/src/Bittide/ScatterGather.hs @@ -183,7 +183,7 @@ gatherUnit :: -- | Swap active calendar and shadow calendar. Signal dom Bool -> -- | Generic write operation writing a frame. - Signal dom (WriteBits memDepth frameWidth) -> + Signal dom (Maybe (LocatedBits memDepth frameWidth)) -> -- | Byte enable for write operation. Signal dom (ByteEnable (DivRU frameWidth 8)) -> -- | (Transmitted frame to Bittide Link, Wishbone slave-master from calendar)