gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
_using.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  * Authors: Gabe Black
28  */
29 
30 #ifndef __SYSTEMC_EXT_DT_FX__USING_HH__
31 #define __SYSTEMC_EXT_DT_FX__USING_HH__
32 
33 #include "_fx.hh"
34 
35 using sc_dt::sc_fxnum;
38 using sc_dt::sc_fix;
39 using sc_dt::sc_fix_fast;
40 using sc_dt::sc_ufix;
42 using sc_dt::sc_fixed;
44 using sc_dt::sc_ufixed;
46 using sc_dt::sc_fxval;
52 using sc_dt::sc_q_mode;
53 using sc_dt::SC_RND;
54 using sc_dt::SC_RND_ZERO;
56 using sc_dt::SC_RND_INF;
57 using sc_dt::SC_RND_CONV;
58 using sc_dt::SC_TRN;
59 using sc_dt::SC_TRN_ZERO;
60 using sc_dt::sc_o_mode;
61 using sc_dt::SC_SAT;
62 using sc_dt::SC_SAT_ZERO;
63 using sc_dt::SC_SAT_SYM;
64 using sc_dt::SC_WRAP;
65 using sc_dt::SC_WRAP_SM;
66 using sc_dt::sc_switch;
67 using sc_dt::SC_OFF;
68 using sc_dt::SC_ON;
69 using sc_dt::sc_fmt;
70 using sc_dt::SC_F;
71 using sc_dt::SC_E;
73 using sc_dt::SC_NOW;
74 using sc_dt::SC_LATER;
75 
87 
88 #endif //__SYSTEMC_EXT_DT_FX__USING_HH__
const char SC_ID_WRAP_SM_NOT_DEFINED_[]
Definition: messages.cc:47
const char SC_ID_CONTEXT_BEGIN_FAILED_[]
Definition: messages.cc:45
#define sc_ufixed
const char SC_ID_INVALID_O_MODE_[]
Definition: messages.cc:43
const char SC_ID_INVALID_WL_[]
Definition: messages.cc:36
const char SC_ID_INVALID_MAX_WL_[]
Definition: messages.cc:40
const char SC_ID_CONTEXT_END_FAILED_[]
Definition: messages.cc:46
sc_context< sc_fxtype_params > sc_fxtype_context
const char SC_ID_INVALID_CTE_WL_[]
Definition: messages.cc:39
const char SC_ID_INVALID_N_BITS_[]
Definition: messages.cc:37
const char SC_ID_INVALID_FX_VALUE_[]
Definition: messages.cc:42
const char SC_ID_INVALID_DIV_WL_[]
Definition: messages.cc:38
sc_q_mode
Definition: sc_fxdefs.hh:91
sc_context_begin
Definition: sc_context.hh:118
#define sc_fxval
#define sc_fix
#define sc_ufix
const char SC_ID_OUT_OF_RANGE_[]
Definition: messages.cc:44
sc_context< sc_fxcast_switch > sc_fxcast_context
#define sc_fixed

Generated on Fri Feb 28 2020 16:27:03 for gem5 by doxygen 1.8.13