From f453a2bdce3223a932985b4a8457ac0017bf85a4 Mon Sep 17 00:00:00 2001 From: Minseong Jang Date: Wed, 20 Nov 2024 13:39:53 +0000 Subject: [PATCH] Add forward reference for `VrH` --- doc/docs/tutorial/custom_fifo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs/tutorial/custom_fifo.md b/doc/docs/tutorial/custom_fifo.md index 17fb956..48444eb 100644 --- a/doc/docs/tutorial/custom_fifo.md +++ b/doc/docs/tutorial/custom_fifo.md @@ -41,7 +41,7 @@ The `masked_merge` combinator performs the following operation (`U` is a bitv -- It takes N valid-ready interfaces (`Vr

` = `I`). +- It takes N valid-ready interfaces (`Vr

` = `I`, `VrH` is defined in [here](../lang/interface.md#vrh)). - It returns a valid-ready hazard interface (`I), U>>`). + The `U<{ clog2(N) }>` in the payload indicates the index of selected ingress interface. + The `U` in the resolver indicates the mask bits for the selection.