enjoy-digital / litedram

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

Only update UpConverter sel when input valid #250

Closed andrewb1999 closed 3 years ago

andrewb1999 commented 3 years ago

In the case where the input port valid signal goes low while the UpConverter is in the FILL stage, sel would continue to update. This would cause the fsm to prematurely leave the FILL stage.

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

enjoy-digital commented 3 years ago

Thanks for catching this @andrewb1999, this is merged.