Altera_Forum
Honored Contributor
20 years agoTightlycoupled instr memories and JTAG debug
Hi all,
Just a silly question: I am designing a multiprocessor system, and I would like to use only tightly coupled memories on one cpu. I added a CPU, with a tightly coupled instruction master (i0), 2 tightly coupled data master (s0 and s1), and a data master. Then I have a dual port onchip rom, connected to i0 and s0 Then I have an onchip ram connected to s1 Then I get the following warning: "Break location slave cpu_2/jtag_debug_module is not mastered by an instruction master of cpu_2" The problem I think is that there is no instruction cache, that implies that there is not an avalon instruction master that can be connected to the jtag module. If I add an instruction master (adding e.g. 512 bytes of instruction cache), the warning goes away. Question: Is that warning a problem? bye PJ