PLB slaves

Can we have 2 separate plb slaves in one IP ? I am trying to fit 2 slaves in one peripheral . I am not using IPIF . I have using different address spaces for the 2 slaves.The process goes on fine but NGDbuild gives me a problem. It gives me some errors saying that some signals like SL_wrdack , has multiple drivers. I have changed the mpd file and added 2 slaves separately

I added the following line in the mpd file and then separately used two set of interface signals to connect them. ## Bus Interfaces BUS_INTERFACE BUS = SPLB, BUS_STD = PLB, BUS_TYPE = SLAVE BUS_INTERFACE BUS = MPLB, BUS_STD = PLB, BUS_TYPE = MASTER BUS_INTERFACE BUS = SPLB, BUS_STD = PLB, BUS_TYPE = SLAVE Is it possible to do that ? Has anybody tried it 2 slaves in one peripheral.?

Thanks, Nitesh

Reply to
Nitesh
Loading thread data ...

Yes you can have multiple bus interfaces in one peripheral, I have done it. The problem with the example above is that both slaves have the same name because "BUS = SPLB" is used twice. Give them different names both where the bus is defined, and every where the name is used.

Regards,

John McCaskill.

Reply to
John McCaskill

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.