Forum Discussion
Altera_Forum
Honored Contributor
14 years agoQSYS and JTAG Debugger
I have a design I've built in QSYS using a 16-bit bus. I'd like to include the JTAG to Avalon Master in my design so that I can do a quick system-level check using TCL commands before handing it off ...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- That's puzzling, b/c QSYS gives the following error message "Signal master[8] and signal avalon_slave_0[16] must have the same symbol width" --- Quote End --- That sounds like a how many bits per byte issue. Look in the _hw.tcl file for your component and see if you have a 16-bit symbol size, rather than 8-bit symbol size. --- Quote Start --- I guess I could make the system 32-bit, but I'd prefer to figure out what's going on here. I thought that the bus width was automatically handled under QSYS. I'm just using QSYS to connect the bus fabric and for the JTAG debug capability. The FPGA attaches externally to a separate DSP. --- Quote End --- The JTAG-to-Avalon-MM master, and SignaTap II are very useful for debugging problems, so its definitely worth figuring out what is wrong. Cheers, Dave