soc/integration/builder: avoid try/except on LiteDRAM import, just check if SoC has...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 31 Dec 2019 08:58:26 +0000 (09:58 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 31 Dec 2019 08:58:26 +0000 (09:58 +0100)
commit6b91e8827c62a78d555d50e932de657e74e8fb1a
treef2e501172c061b808ea97e2a6704e72e05b466dc
parent2157d0f3328071459c78351266f2eb56b0849990
soc/integration/builder: avoid try/except on LiteDRAM import, just check if SoC has an sdram and do the import if so
litex/soc/integration/builder.py