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 ago>> IOWR(ENABLE_BASE, 0, 0x0);
This is DISABLING the counter, not enabling it. Your verilog code has an active LOW reset in the counter module.
Cheers,
Alex