Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIf the avalon slave isn't a 32bit slave you'll have a bus width adapter that converts the 32bit cycle into (say) four 8bit ones (with the byte enable set appropriately). If you have a clock crossing bridge as well it can get very slow.
Also make sure you've compiled everything with optimisation enabled (-O2 or -O3) otherwise the code itself will get large.