From c4f96318eca83dc03ff1aced6a5229fcc2c81239 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 28 May 2020 15:31:33 +0200 Subject: [PATCH] targets/nexys4ddr: fix sdcard assert. --- litex/boards/targets/nexys4ddr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/boards/targets/nexys4ddr.py b/litex/boards/targets/nexys4ddr.py index 161c11f2b..30174113b 100755 --- a/litex/boards/targets/nexys4ddr.py +++ b/litex/boards/targets/nexys4ddr.py @@ -104,7 +104,7 @@ def main(): soc = BaseSoC(sys_clk_freq=int(float(args.sys_clk_freq)), with_ethernet=args.with_ethernet, **soc_sdram_argdict(args)) - assert not (args.with_spi_sdcard and args.with_spi_sdcard) + assert not (args.with_spi_sdcard and args.with_sdcard) if args.with_spi_sdcard: soc.add_spi_sdcard() if args.with_sdcard: