From 150d46edef6535bbbd9f0a7b4953bd6de8e50f1c Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 27 Feb 2023 12:07:48 +0100 Subject: [PATCH] examples/arty: Fix typos in instructions. --- examples/arty.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/arty.py b/examples/arty.py index cf40b6c..246e063 100755 --- a/examples/arty.py +++ b/examples/arty.py @@ -8,8 +8,8 @@ # Use: # ./arty.py --build --load -# lxserver --udp (for LiteScope over UDP) -# litescope_cli: will trigget an immediate capture! +# litex_server --udp (for LiteScope over UDP) +# litescope_cli: will trigger an immediate capture! # litescope_cli --help: list the available trigger option. # litescope_cli --list: list the signals that can be used as triggers. # litescope_cli -v main_count 128: trigger on count value == 128.