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 agoWhat Daixiwne said is correct, instead of worrying about the master that will be connected to the slave, ensure that you follow the Avalon-MM specification when designing the slave. The idea behind the spec is that you don't have to worry about the connectivity between the master and slave, if you design towards the spec then the tools or IP on the other side will take care of the rest.