Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWhere to start with SOPC Builder custom component?
Hi everybody-
I've been searching for days and cannot find a tutorial for using SOPC builder in creating a custom component. I'd like to create a NIOS2 memory mapped peripheral with interrupt support. I'm not sure yet exactly what my interface will need to be yet but I'd like to start experimenting. Please have mercy on my newbie-ness. Is there such a tutorial? Where is it? Thanks, John Speth1 Reply
- Altera_Forum
Honored Contributor
Hi,
Altera offers some tutorials about it www.altera.com/literature/hb/qts/qts_qii54004.pdf (http://www.altera.com/literature/hb/qts/qts_qii54004.pdf) www.altera.com/literature/hb/qts/qts_qii54003.pdf (http://www.altera.com/literature/hb/qts/qts_qii54003.pdf) www.altera.com/literature/hb/qts/qts_qii54019.pdf (http://www.altera.com/literature/hb/qts/qts_qii54019.pdf) I always write my code in vhdl and the entity with some signals of the Avalon Bus, and then I insert it in the Sopc-Builder. I hope this help