Altera_Forum
Honored Contributor
8 years agoconnecting 32 bit data to 128 bit data with avalon
I think it maybe a silly problem but I can't get it work. I want to connect my master with 32 bit datawidth to a ddr controller with 128 datawidth using qsys. But when I simulate it in modelsim, it shows that waitrequest is always assigned by interconnect component, while ddr controller doesn't assign waitrequest.
I set my master address unit as symbol(8 bit), with 4 width byteenable, my slave address unit as word, with 16 width byteenable. Can anyone help me?