sayma_amc: clarify --with-sawg help

This commit is contained in:
Robert Jördens 2018-01-17 12:10:30 +01:00
parent f54b27b79c
commit ed3e3b2791
1 changed files with 3 additions and 1 deletions

View File

@ -258,7 +258,9 @@ def main():
help="CSV file listing remote CSRs on RTM (default: %(default)s)")
parser.add_argument("--with-sawg",
default=False, action="store_true",
help="add JESD204B and SAWG channels (default: %(default)s)")
help="Add SAWG RTIO channels feeding the JESD links. If not "
"specified, fixed sawtooth generators are used. "
"(default: %(default)s)")
args = parser.parse_args()
soc = Standalone(with_sawg=args.with_sawg, **soc_sdram_argdict(args))