Re: about ahb decoder
Long time since i did any work with AHB but I do remember a few things. Lets see, you need some way of deciding which slave to select right ? that's what is done by the ahb decoder , the slave is dumb and starts acting when decoder says it is for it. In your logic the slave will now have to be intelligent enough to understand if it is meant for it which goes aganist the spec you will have difficulty if you plan to integrate any 3rd party ip on to your bus. Good luck.