enjoy-digital / litedram

Small footprint and configurable DRAM core
Other
375 stars 120 forks source link

Fix UpConverter reversed write mask #247

Closed andrewb1999 closed 3 years ago

andrewb1999 commented 3 years ago

This pull request reverses the write mask bits in the UpConverter when reverse is set to True. Without this change wdata_converter.source.we & wdata_sel will result in a bad write mask as wdata_converter.source.we is reversed correctly but wdata_sel is not.

Signed-off-by: Andrew Butt andrewb1999@gmail.com

enjoy-digital commented 3 years ago

Thanks @andrewb1999 for catching it, this is merged.