enjoy-digital / litedram

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

init: Cast DDR4 RCD fine_speed to int #222

Closed daveshah1 closed 3 years ago

daveshah1 commented 3 years ago

Fixes TypeError: unsupported operand type(s) for |: 'int' and 'float' for some clock frequencies.

enjoy-digital commented 3 years ago

Thanks.