Forum Discussion
Altera_Forum
Honored Contributor
12 years agoA problem in a custom component
Hello every body; I have created a pipelined custom component that have ReadDataValid signal, I want to read from this component by its base address. Is it neccessary to make a macro that sample...
Altera_Forum
Honored Contributor
12 years agoAs long as the master connected to our component follows the Avalon specification, such as the Nios CPU, then you don't have to do anything special to handle the ReadDataValid signal. Just use the regular methods to access your component.