Forum Discussion
Altera_Forum
Honored Contributor
17 years agoAltera Avalon Bus Slave interface
Hello! Simple question and straightforward: I'm building a custom IP core and want to connect it to avalon bus. This (slave) component accepts both read and write data (a master can bot...
Altera_Forum
Honored Contributor
17 years agoBest practice is to use separate buses for logic that is internal to the FPGA as it only uses routing resources and no extra logic.
Any tristate buffers internal to the FPGA don't actually exist as tristate buffers and are synthesized into multiplexers. Good luck with designing your IP!