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 ...
Altera_Forum
Honored Contributor
16 years agoHi,
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