Forum Discussion
Altera_Forum
Honored Contributor
16 years agoCustom Component, Write not working
Hi, I have just created a SOPC custom component with an Avalon-MM Slave template (clk, reset, write, read, readdata, writedata) with some HDL inside. My problem is that in my C application...
Altera_Forum
Honored Contributor
16 years agoI recommend using byte enables and registering each byte lane using the appropriate byte enable. When you don't include byte enables you are using Avalon-MM native addressing which is deprecated and not recommended for new components.