Forum Discussion
Altera_Forum
Honored Contributor
17 years agoConverting Quartus 6.0 component to 7.2+
Hello: In Quartus 6.0sp1, I created a relatively simple Avalon Master interface for an external processor. Using Component Editor to create the new component, I added an Interface (Avalon Mast...
Altera_Forum
Honored Contributor
17 years agoOkay. Well you really have two options.
1 - You write HDL code that does the conversion from the Avalon to whatever bus structure your external processor uses. Then yes you use a conduit to export whatever signals you need. 2 - You don't provide HDL code. Create an Avalon Memory-Mapped master port and the signals will be automatically be exported for you. This is the same as in 6.0. If your component is not HDL-based, all signals will be exported. Jake