Forum Discussion
SS5
Occasional Contributor
7 years agoHow to print Counter output in NIOS console ?
Hello, I have followed this topic Simulating Designs with Lower-Level Qsys Systems as example design. But i want to read the counter incremented data in NIOS console. Please suggest me , how . ...
a_x_h_75
Contributor
7 years agoYes - you can add another PIO - configured as an input - and connect your 'count'' output signal to it. You can then use an 'IORD' instruction to read the value of the port.
Cheers,
Alex