Open enjoy-digital opened 4 years ago
To get back LiteSATA working, we had to remove reset_less property of payload on LiteX's streams: https://github.com/enjoy-digital/litex/blob/master/litex/soc/interconnect/stream.py#L73 Understand why and revert the workaround in LiteX.
reset_less
payload
To get back LiteSATA working, we had to remove
reset_less
property ofpayload
on LiteX's streams: https://github.com/enjoy-digital/litex/blob/master/litex/soc/interconnect/stream.py#L73 Understand why and revert the workaround in LiteX.