summaryrefslogtreecommitdiff
path: root/util/tlm/examples/slave_port/sc_target.hh
diff options
context:
space:
mode:
Diffstat (limited to 'util/tlm/examples/slave_port/sc_target.hh')
-rw-r--r--util/tlm/examples/slave_port/sc_target.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/tlm/examples/slave_port/sc_target.hh b/util/tlm/examples/slave_port/sc_target.hh
index 7a2d075d9..a10fb492d 100644
--- a/util/tlm/examples/slave_port/sc_target.hh
+++ b/util/tlm/examples/slave_port/sc_target.hh
@@ -91,6 +91,9 @@ struct Target: sc_module
/** Method process that runs on target_done_event */
void execute_transaction_process();
+ /** Helping function that checks if a requested address is with range */
+ void check_address(unsigned long long int addr);
+
/** Helping Variables **/
unsigned long long int size;
unsigned offset;