Forum Discussion
Altera_Forum
Honored Contributor
12 years agoadder in Qsys
Hello All, I am very new to this Qsys environment. I developed a adder circuit and would like to develop it as a component in the Qsys environment. I created a new component, entered my verilog...
Altera_Forum
Honored Contributor
12 years agoWhere is the component supposed to be connected?
If the adder i/o data serves a component with an Avalon ST interface, you indeed use avalon ST source/sink. On the other hand, if you want to access it from Nios, you usually create a custom instruction or a MM slave interface. In any case, the interface behaviour is defined by verilog code: you can't simply assign signals in Qsys; if that interface is actually not implemented in the design you'll get errors.