enjoy-digital / litedram

Small footprint and configurable DRAM core
Other
365 stars 115 forks source link

litedram/phy/lpddr*: fix use of invalid escape sequence #352

Closed maribu closed 3 months ago

maribu commented 5 months ago

This fixes multiple instances of:

litedram/phy/lpddr4/commands.py:209 litedram-2023.12/litedram/phy/lpddr4/commands.py:209: DeprecationWarning: invalid escape sequence '\d' "BA(\d+)": lambda i: self.dfi.bank[i],

enjoy-digital commented 3 months ago

Thanks @maribu, this is merged.