gem5 v24.0.0.0
Loading...
Searching...
No Matches
messages.hh
Go to the documentation of this file.
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright
9 * notice, this list of conditions and the following disclaimer in the
10 * documentation and/or other materials provided with the distribution;
11 * neither the name of the copyright holders nor the names of its
12 * contributors may be used to endorse or promote products derived from
13 * this software without specific prior written permission.
14 *
15 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
18 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
19 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
21 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */
27
28#ifndef __SYSTEMC_EXT_CHANNEL_MESSAGES_HH__
29#define __SYSTEMC_EXT_CHANNEL_MESSAGES_HH__
30
31namespace sc_core
32{
33
34extern const char SC_ID_PORT_OUTSIDE_MODULE_[];
35extern const char SC_ID_CLOCK_PERIOD_ZERO_[];
36extern const char SC_ID_CLOCK_HIGH_TIME_ZERO_[];
37extern const char SC_ID_CLOCK_LOW_TIME_ZERO_[];
38extern const char SC_ID_MORE_THAN_ONE_FIFO_READER_[];
39extern const char SC_ID_MORE_THAN_ONE_FIFO_WRITER_[];
40extern const char SC_ID_INVALID_FIFO_SIZE_[];
41extern const char SC_ID_BIND_IF_TO_PORT_[];
42extern const char SC_ID_BIND_PORT_TO_PORT_[];
43extern const char SC_ID_COMPLETE_BINDING_[];
44extern const char SC_ID_INSERT_PORT_[];
45extern const char SC_ID_REMOVE_PORT_[];
46extern const char SC_ID_GET_IF_[];
47extern const char SC_ID_INSERT_PRIM_CHANNEL_[];
48extern const char SC_ID_REMOVE_PRIM_CHANNEL_[];
49extern const char SC_ID_MORE_THAN_ONE_SIGNAL_DRIVER_[];
50extern const char SC_ID_NO_DEFAULT_EVENT_[];
51extern const char SC_ID_RESOLVED_PORT_NOT_BOUND_[];
52extern const char SC_ID_FIND_EVENT_[];
53extern const char SC_ID_INVALID_SEMAPHORE_VALUE_[];
54extern const char SC_ID_SC_EXPORT_HAS_NO_INTERFACE_[];
55extern const char SC_ID_INSERT_EXPORT_[];
56extern const char SC_ID_EXPORT_OUTSIDE_MODULE_[];
57extern const char SC_ID_SC_EXPORT_NOT_REGISTERED_[];
58extern const char SC_ID_SC_EXPORT_NOT_BOUND_AFTER_CONSTRUCTION_[];
59extern const char SC_ID_ATTEMPT_TO_WRITE_TO_CLOCK_[];
60extern const char SC_ID_SC_EXPORT_ALREADY_BOUND_[];
61extern const char SC_ID_OPERATION_ON_NON_SPECIALIZED_SIGNAL_[];
62extern const char SC_ID_ATTEMPT_TO_BIND_CLOCK_TO_OUTPUT_[];
63extern const char SC_ID_NO_ASYNC_UPDATE_[];
64
65} // namespace sc_core
66
67#endif // __SYSTEMC_EXT_CHANNEL_MESSAGES_HH__

Generated on Tue Jun 18 2024 16:24:06 for gem5 by doxygen 1.11.0