Forum Discussion
Altera_Forum
Honored Contributor
18 years agoProblem PIO
Hello to all, I'm new in FPGA and I have a Cyclone II and I made a design with a Nios II. I just want to drive a component (LM629) and I have to send et receive data. I created a tri sta...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Those functions are only for Avalon interfaces. Conduits, by their nature, are interfaces that don't conform to a standard supported in Qsys, like Avalon. If you want to use those functions, you have to implement Avalon interfaces on your custom component. --- Quote End --- But I implemented Avalon interface for my component. When I created my component in Qsys, the Avalon interface actually appeared automatically and I just added the three conduits to it.