diff options
Diffstat (limited to 'src/mem/bus.hh')
-rw-r--r-- | src/mem/bus.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mem/bus.hh b/src/mem/bus.hh index c9b0a76a0..a89738775 100644 --- a/src/mem/bus.hh +++ b/src/mem/bus.hh @@ -109,6 +109,9 @@ class Bus : public MemObject /** Snoop all relevant ports atomicly. */ void atomicSnoop(Packet *pkt); + /** Snoop all relevant ports functionally. */ + void functionalSnoop(Packet *pkt); + /** Call snoop on caches, be sure to set SNOOP_COMMIT bit if you want * the snoop to happen * @return True if succeds. |