Skip to content

Commit 1489edf

Browse files
committed
Decrease S/G buffer sizes
1 parent 2f9d893 commit 1489edf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bittide-instances/src/Bittide/Instances/Hitl/SoftUgnDemo

bittide-instances/src/Bittide/Instances/Hitl/SoftUgnDemo/Core.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ core (refClk, refRst) (bitClk, bitRst, bitEna) rxClocks rxResets =
203203

204204
-- Start ringbuffers
205205
let
206-
bufferDepth = SNat @4000
206+
bufferDepth = SNat @128
207207
rxPrim ena = blockRamU bitClk bitRst ena NoClearOnReset bufferDepth
208208
txPrim ena = withClockResetEnable bitClk bitRst ena blockRamByteAddressableU
209209

0 commit comments

Comments
 (0)