soc_core: uncomment uart interrupt deletion
This commit is contained in:
parent
d7c7474670
commit
43f8c230a7
|
@ -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 New Issue