target: basys3: Remove redundand sdcard additions

This commit is contained in:
Robert Szczepanski 2022-06-27 13:58:08 +02:00
parent f8ac2acffc
commit 46ddc36b3c
1 changed files with 0 additions and 4 deletions

View File

@ -82,10 +82,6 @@ def main():
**soc_core_argdict(args)
)
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:
soc.add_spi_sdcard()
if args.with_sdcard: