SystemC Library API Reference Manual
Reference documentation for the Simics SystemC Library.
 
Loading...
Searching...
No Matches
io_memory.h
Go to the documentation of this file.
1// -*- mode: C++; c-file-style: "virtutech-c++" -*-
2
3/*
4 © 2013 Intel Corporation
5
6 This software and the related documents are Intel copyrighted materials, and
7 your use of them is governed by the express license under which they were
8 provided to you ("License"). Unless the License provides otherwise, you may
9 not use, modify, copy, publish, distribute, disclose or transmit this software
10 or the related documents without Intel's prior written permission.
11
12 This software and the related documents are provided as is, with no express or
13 implied warranties, other than those that are expressly stated in the License.
14*/
15
16#ifndef SIMICS_SYSTEMC_SIMICS2TLM_IO_MEMORY_H
17#define SIMICS_SYSTEMC_SIMICS2TLM_IO_MEMORY_H
18
22
23namespace simics {
24namespace systemc {
25namespace simics2tlm {
26
27#define DEPRECATED_FUNC(f) _deprecated_ ## f
28
43 public MultiGasketOwner {
44 public:
46 set_type();
47 }
48 int DEPRECATED_FUNC(map)(addr_space_t memory_or_io, map_info_t info) {
49 return 0; // short circuit deprecated functionality
50 }
51 exception_type_t operation(generic_transaction_t *mem_op,
52 const types::map_info_t &info);
53
54 private:
56};
57
58#undef DEPRECATED_FUNC
59
60} // namespace simics2tlm
61} // namespace systemc
62} // namespace simics
63
64#endif
void set_type()
Definition: class_type.h:53
Simics io_memory interface.
Definition: io_memory_interface.h:27
A memory manager that implements the tlm::tlm_mm_interface providing a pool of transaction objects.
Definition: transaction_pool.h:34
Class that implements the Simics io_memory interface and translates it into a TLM transaction.
Definition: io_memory.h:43
IoMemory()
Definition: io_memory.h:45
int DEPRECATED_FUNC() map(addr_space_t memory_or_io, map_info_t info)
Definition: io_memory.h:48
exception_type_t operation(generic_transaction_t *mem_op, const types::map_info_t &info)
Container class for multiple GasketOwners, each given a unique ID.
Definition: multi_gasket_owner.h:39
Definition: pci_bus_interface.h:24
#define DEPRECATED_FUNC(f)
Definition: pci_device_simics_adapter.h:33
Reduced, stand-alone, version of the Simics map_info_t struct.
Definition: map_info.h:25