From: Luke Kenneth Casson Leighton Date: Fri, 8 Apr 2022 20:10:19 +0000 (+0100) Subject: syntax error X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=8c449e2782facaa874b7820627565a1edb4111da syntax error --- 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