soc_core: uncomment uart interrupt deletion
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 12 Apr 2018 15:23:46 +0000 (17:23 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 12 Apr 2018 15:23:46 +0000 (17:23 +0200)
litex/soc/integration/soc_core.py

index 5198e5c9a47c524e6770aaf8ca1a57dd46e800c2..5ef85397ef1099723a7eef7f3d64224137228d45 100644 (file)
@@ -146,8 +146,8 @@ class SoCCore(Module):
             else:
                 self.submodules.uart_phy = uart.RS232PHY(platform.request(uart_name), clk_freq, uart_baudrate)
                 self.submodules.uart = uart.UART(self.uart_phy)
-        #else:
-        #    del self.soc_interrupt_map["uart"]
+        else:
+            del self.soc_interrupt_map["uart"]
 
         if ident:
             if ident_version: