From: Florent Kermarrec Date: Thu, 12 Apr 2018 15:23:46 +0000 (+0200) Subject: soc_core: uncomment uart interrupt deletion X-Git-Tag: 24jan2021_ls180~1716 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43f8c230a7971b87e9f0a3a2a4acd434a986db63;p=litex.git soc_core: uncomment uart interrupt deletion --- diff --git a/litex/soc/integration/soc_core.py b/litex/soc/integration/soc_core.py index 5198e5c9..5ef85397 100644 --- a/litex/soc/integration/soc_core.py +++ b/litex/soc/integration/soc_core.py @@ -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: