Forum Discussion
Altera_Forum
Honored Contributor
12 years agocounter design using sopc builder
Hi, I had created a new component counter and also its slave interface by writing the hdl code and then included as a component using new component wizard in sopc builder.I then exported the output e...
Altera_Forum
Honored Contributor
12 years agoI don't understand what you did. Did you create a component with an avalon interface, or did you connect it to a PIO?
#define IORD_LED_DATA(LED_DATA_BASE,OFFSET)This is a reading macro, so you are just reading 4 different registers in the LED component, but not doing anything with the values read. What do you want to do exactly?