Altera_Forum
Honored Contributor
20 years agoOverlapping tightly coupled memories?
Hi all,
I'm designing a multiprocessor system. In that system, there is a cpu with 1 instruction (i1) and 2 data (s1 and s2) tyghtly coupled masters. These masters are connected to an onchip rom (i1 and s1), and to an onchip ram (s2). Then, there is an instruction master that is used to connect to the jtag module (see my previous post about a warning if I remove that master), and a data master that is connected to some peripherals and to a shared data memory. SOPCBuilder do not give any warning in the bottom part of the window. Then, when generating, I got this warnings: <div class='quotetop'>QUOTE </div> --- Quote Start --- # 2005.05.23 19:47:18 (*) Master tightly_coupled_data_master_0 address range (0x830000, 0x83ffff) overlaps with master data_master address range (0x0, 0x2103fff) # 2005.05.23 19:47:18 (*) Master tightly_coupled_data_master_1 address range (0x820000, 0x82ffff) overlaps with master data_master address range (0x0, 0x2103fff) # 2005.05.23 19:47:18 (*) Master data_master address range (0x0, 0x2103fff) overlaps with master tightly_coupled_data_master_0 address range (0x830000, 0x83ffff) # 2005.05.23 19:47:18 (*) Master data_master address range (0x0, 0x2103fff) overlaps with master tightly_coupled_data_master_1 address range (0x820000, 0x82ffff) # 2005.05.23 19:47:18 (*) Generating non-optimal tightly-coupled master logic due to overlap[/b] --- Quote End --- What does it means and what should I do to avoid them? Thanks for everything, PJ