Forum Discussion
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...
Altera_Forum
Honored Contributor
14 years agoYou're using VHDL syntax. Use Verilog syntax:
assign bypass_reg = tdi;
Cheers, Dave