Haron123

Results 2 issues of Haron123

Hello ## How i found the Issue ### Target File (Snippet) ```python # Uart self.add_uart("serial0", "uart0", baudrate=9600) ``` ### C++ Driver (Snippet) ```C++ UserSerial::UserSerial() { serial0_ev_pending_write(serial0_ev_pending_read()); serial0_ev_enable_write(UART_EV_TX | UART_EV_RX); }...

The issue is found in the documentation of the I2CMaster within the litex/soc/cores/bitbang.py file, at [line 44](https://github.com/enjoy-digital/litex/blob/master/litex/soc/cores/bitbang.py#L17). ``description="Output Enable - if 0, both the SCL and SDA output drivers are...