cambridgehackers / connectal

Connectal is a framework for software-driven hardware development.
MIT License
159 stars 46 forks source link

Fix version MIG controller, add minimal ddr example #148

Closed threonorm closed 6 years ago

threonorm commented 6 years ago

The previous ddr3 example is using ConnectalMem and is a bit complicated (4 clock domain crossing instead of 2). This one is simpler.

I also updated the version of the MIG controller to work with vivado 2016.4

jameyhicks commented 6 years ago

Thank you for the simplified version of the DDR3 code.