Merge pull request #404 from antmicro/basys3-fix

target: basys3: Remove redundant sdcard additions
This commit is contained in:
enjoy-digital 2022-06-27 18:14:09 +02:00 committed by GitHub
commit 5bd2c1e7b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -82,10 +82,6 @@ def main():
**soc_core_argdict(args) **soc_core_argdict(args)
) )
soc.platform.add_extension(digilent_basys3._sdcard_pmod_io) soc.platform.add_extension(digilent_basys3._sdcard_pmod_io)
if args.with_spi_sdcard:
soc.add_spi_sdcard()
if args.with_sdcard:
soc.add_sdcard()
if args.with_spi_sdcard: if args.with_spi_sdcard:
soc.add_spi_sdcard() soc.add_spi_sdcard()
if args.with_sdcard: if args.with_sdcard: