Altera_Forum
Honored Contributor
14 years agoError with Virtual JTAG
Hi everyone, I created a Virtual JTAG in MegaWizard Plug-In Manager and its instant below: module counter (clock, my_counter);
input clock;
output my_counter;
reg my_counter;
always...