Importing IP into SPOC builder

Thread Starter

koundinya

Joined Apr 9, 2013
9
I have written a simple counter program to glow the LED's to familiarize myself with SOPC builder.
I imported my IP into the component editor, added the HDL file and have to connect signals in my design to an interface and signal type.
My signals are
1. Clk (input)
2.reset (input)
3.Display (output)

So i connected my clk to a clock_sink.
But none of the other interfaces and signal types available seem to match my requirement, because I'm driving reset externally using a switch. And outputs are connected to LED's. I tried using conduit interface and export the signals but that does not work.
Help needed.
Thank you.
 
Top