Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAdding a custom component
Hi all, I am new to Nios and embedded designing. I have the design files for Nios-II system built for Nios development kit 1C20. I obtained this system from Altera. I want to edit this system u...
Altera_Forum
Honored Contributor
15 years agoIf you want a counter enable signal for a counter external to your sopc, you can simply use a PIO. Then you connect the counter output to LEDs and control the PIO-output/enable from Nios or whatever you have inside the sopc.
If you want to completely integrate into sopc builder, you must create a new sopc custom component from any counter hdl code: you must add an Avalon slave interface on one side in order to control the counter and conduits on the other side for count output.