From: Florent Kermarrec Date: Sat, 11 Jul 2020 19:30:19 +0000 (+0200) Subject: build/lattice/trellis: fix spimode typo. X-Git-Tag: 24jan2021_ls180~85 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae3c78f6d16dcbb6250ea61acaddd1a4c1f876e1;p=litex.git build/lattice/trellis: fix spimode typo. --- diff --git a/litex/build/lattice/trellis.py b/litex/build/lattice/trellis.py index ee84a534..df7559f2 100644 --- a/litex/build/lattice/trellis.py +++ b/litex/build/lattice/trellis.py @@ -262,6 +262,6 @@ def trellis_argdict(args): "timingstrict": args.nextpnr_timingstrict, "ignoreloops": args.nextpnr_ignoreloops, "bootaddr": args.ecppack_bootaddr, - "spimode": args.ecppack_spimdoe, + "spimode": args.ecppack_spimode, "seed": args.nextpnr_seed, }