From f2ae18f59318c59d7f46661db5d1587abdaaebf1 Mon Sep 17 00:00:00 2001 From: Elise Song <111922608+eys29@users.noreply.github.com> Date: Sun, 4 Feb 2024 07:47:32 -0500 Subject: [PATCH] Docs: multicomponent tutorial fud command fix (#1891) --- docs/lang/multi-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lang/multi-component.md b/docs/lang/multi-component.md index aae6187139..eb9c96e785 100644 --- a/docs/lang/multi-component.md +++ b/docs/lang/multi-component.md @@ -41,5 +41,5 @@ The component executes the two groups in-order. To see the output from running this component, run the command: ``` -fud e examples/futil/multi-component.futil --to vcd_json +fud e examples/futil/multi-component.futil --to vcd ```