From 8c449e2782facaa874b7820627565a1edb4111da Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 8 Apr 2022 21:10:19 +0100 Subject: [PATCH] syntax error --- src/soc/bus/syscon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/bus/syscon.py b/src/soc/bus/syscon.py index 1f657523..b5826565 100644 --- a/src/soc/bus/syscon.py +++ b/src/soc/bus/syscon.py @@ -87,7 +87,7 @@ class MicrowattSYSCON(Peripheral, Elaboratable): # Reg Info, defines what peripherals and characteristics are present comb += self._reg_info_r.r_data[0].eq(self.has_uart) # has UART0 - comb += self._reg_info_r.r_data[1].eq(has_dram # has DDR DRAM + comb += self._reg_info_r.r_data[1].eq(has_dram) # has DDR DRAM comb += self._reg_info_r.r_data[3].eq(has_spi) # has SPI Flash comb += self._reg_info_r.r_data[5].eq(1) # Large SYSCON -- 2.30.2