From a7e46bb25c211d4556637f02d4ed3e6587a9d7b9 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 10 May 2019 12:43:23 +0200 Subject: [PATCH] example/litedram_gen: reserve_nmi_interrupt no longer exists --- examples/litedram_gen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/litedram_gen.py b/examples/litedram_gen.py index 4e2bf5a..bb68fb2 100755 --- a/examples/litedram_gen.py +++ b/examples/litedram_gen.py @@ -197,7 +197,6 @@ class LiteDRAMCore(SoCSDRAM): SoCSDRAM.__init__(self, platform, sys_clk_freq, cpu_type=core_config["cpu"], l2_size=16*core_config["sdram_module_nb"], - reserve_nmi_interrupt=False, **kwargs) # crg