enjoy-digital / litesata

Small footprint and configurable SATA core
Other
130 stars 34 forks source link

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

Open enjoy-digital opened 4 years ago

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