aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lt_bus.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lt_bus.cc b/src/lt_bus.cc
index 069e01f..443feb2 100644
--- a/src/lt_bus.cc
+++ b/src/lt_bus.cc
@@ -19,8 +19,8 @@ struct target : public sc_core::sc_module {
tx.is_write(), tx.is_read());
tx.set_response_status(tlm::TLM_OK_RESPONSE);
- CLOGM(YELLOW, "invalidate 0x00 - 0x10");
- p_sock->invalidate_direct_mem_ptr(0, 0x10);
+ CLOGM(YELLOW, "invalidate 0x00 - 0xff..ff");
+ p_sock->invalidate_direct_mem_ptr(0, -1ull);
}
};