Don't propagate snoops across bridges. Wouldn't work anyway.
--HG-- extra : convert_revision : af29fc7d0c134f5e89dd2e814c819151350fcb38
This commit is contained in:
parent
07f091d6ed
commit
5e59739416
1 changed files with 2 additions and 0 deletions
|
@ -360,6 +360,8 @@ Bridge::BridgePort::getDeviceAddressRanges(AddrRangeList &resp,
|
|||
bool &snoop)
|
||||
{
|
||||
otherPort->getPeerAddressRanges(resp, snoop);
|
||||
// we don't allow snooping across bridges
|
||||
snoop = false;
|
||||
}
|
||||
|
||||
BEGIN_DECLARE_SIM_OBJECT_PARAMS(Bridge)
|
||||
|
|
Loading…
Reference in a new issue