Forum Discussion
Altera_Forum
Honored Contributor
15 years agoConfigure custom component with Nios?
Hello, I started writing my own custom components for the SOPC builder. But I didn't understand yet, how I can configure my own component via Nios. I still worked with generic parameters, but n...
Altera_Forum
Honored Contributor
15 years agoOk thanks, but how is the general usage of storing configuration registers in own components? Do you use signals which are set and read by the process waiting for 'read' and 'write' control signals? Or how do you realize this storing of data?
In my case I want to store some variables which control the behavior of my own component... Thanks!