Altera_Forum
Honored Contributor
14 years agoVirtual JTAG: "Hub IP" register value?
Hello.
According to the virtual JTAG Megafunction guide the "Hub IP configuration register" contains the following values: Bits 7-0: SUM(m,n) Bits 18-8: ALTERA_MFG_ID = 0×6E Bits 26-19: N Bits 31-27: version However in my tests (using Quartus II 11.0 and the Cyclone II evaluation board) Bits 7-0 seem to contain the number "m" only, not "m+n". In the current project the virtual IR register (User1) is 13 bytes long (n=3, m=10) and bits 7-0 of the configuration register contain the number 10, not 13 as expected. I also tried (n=1, m=4) and (n=1, m=5); the configuration register values were 4 and 5, not 5 and 6 as expected. Is this - A bug in the virtual JTAG Hub or - a bug in the documentation or - do I do anything wrong?? Thanks. Martin