enjoy-digital / litesata

Small footprint and configurable SATA core
Other
119 stars 33 forks source link

Understand why set_reset_less can't be used in streams. #23

Open enjoy-digital opened 3 years ago

enjoy-digital commented 3 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.