Altera_Forum
Honored Contributor
17 years agoWriting software for interaction with custom IP
Hi people,
How do I go about programming an SoPC using Nios II IDE? I know this is a very vague question, but i'll try to be more precise. I have an architecture that requires start, clock and reset signals..it outputs a 16 digit binary number and a done signal after certain clock cycles, which varies every time (the no. of clock cycles and output). I've added this as a component in the SoPC, which consists of required peripherals and components including a 16 bit pio for displaying it onto an led. My component's signals are interfaced to the avalon bus. Now, how do I go about interacting with my component using the IDE? I have to provide it with a start signal and read the data as and when it becomes available, and then display it on the led of DE1 board. I tried going through all the software development tutorials but i couldn't find this part of the interaction scenario. Thank you!