Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNew component in SOPC builder
Hi, I am trying to make a basic up/down counter as a component in SOPC builder. An 'en' signal will tell the counter whether to count up or down. I was planning to give this en through NIOS II....
Altera_Forum
Honored Contributor
16 years agoyour component has no Avalon MM-Slave interface
no address, chipselect ... so your component can't be assigned a base adress as it uses no address. maybe you should start with this documentation to understand how to setup your own ip as an sopc builder component avalon interface specification (http://www.altera.com/literature/manual/mnl_avalon_spec.pdf)