From 6403a0d5d15ea3b0b4bc3d667523960aa5d0c10c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 19 Jun 2018 13:52:05 +0800 Subject: [PATCH] sayma_amc: update without-sawg description --- artiq/gateware/targets/sayma_amc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/gateware/targets/sayma_amc.py b/artiq/gateware/targets/sayma_amc.py index 76993f28c..f6e622f2f 100755 --- a/artiq/gateware/targets/sayma_amc.py +++ b/artiq/gateware/targets/sayma_amc.py @@ -494,7 +494,7 @@ def main(): parser.add_argument("--without-sawg", default=False, action="store_true", help="Remove SAWG RTIO channels feeding the JESD links (speeds up " - "compilation time). Replaces them with fixed sawtooth generators.") + "compilation time). Replaces them with fixed pattern generators.") args = parser.parse_args() variant = args.variant.lower()