mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc_core: uncomment uart interrupt deletion
This commit is contained in:
parent
d7c7474670
commit
43f8c230a7
1 changed files with 2 additions and 2 deletions
|
@ -146,8 +146,8 @@ class SoCCore(Module):
|
||||||
else:
|
else:
|
||||||
self.submodules.uart_phy = uart.RS232PHY(platform.request(uart_name), clk_freq, uart_baudrate)
|
self.submodules.uart_phy = uart.RS232PHY(platform.request(uart_name), clk_freq, uart_baudrate)
|
||||||
self.submodules.uart = uart.UART(self.uart_phy)
|
self.submodules.uart = uart.UART(self.uart_phy)
|
||||||
#else:
|
else:
|
||||||
# del self.soc_interrupt_map["uart"]
|
del self.soc_interrupt_map["uart"]
|
||||||
|
|
||||||
if ident:
|
if ident:
|
||||||
if ident_version:
|
if ident_version:
|
||||||
|
|
Loading…
Reference in a new issue