mirror of https://github.com/m-labs/artiq.git
sayma_amc: clarify --with-sawg help
This commit is contained in:
parent
f54b27b79c
commit
ed3e3b2791
|
@ -258,7 +258,9 @@ def main():
|
||||||
help="CSV file listing remote CSRs on RTM (default: %(default)s)")
|
help="CSV file listing remote CSRs on RTM (default: %(default)s)")
|
||||||
parser.add_argument("--with-sawg",
|
parser.add_argument("--with-sawg",
|
||||||
default=False, action="store_true",
|
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()
|
args = parser.parse_args()
|
||||||
|
|
||||||
soc = Standalone(with_sawg=args.with_sawg, **soc_sdram_argdict(args))
|
soc = Standalone(with_sawg=args.with_sawg, **soc_sdram_argdict(args))
|
||||||
|
|
Loading…
Reference in New Issue