m-labs / migen

A Python toolbox for building complex digital hardware
https://m-labs.hk/migen
Other
1.18k stars 211 forks source link

support asymmetric dual-port memories #61

Open sbourdeauducq opened 7 years ago

sbourdeauducq commented 7 years ago

Dual-port block RAMs in some FPGAs can have ports with different sizes. This feature cannot currently be used with Migen.

whitequark commented 5 years ago

See also https://github.com/YosysHQ/yosys/issues/1134.