_using.hh (12853:e23d6f09069a) _using.hh (13325:86323e6cc8ec)
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

--- 59 unchanged lines hidden (view full) ---

68using sc_dt::SC_ON;
69using sc_dt::sc_fmt;
70using sc_dt::SC_F;
71using sc_dt::SC_E;
72using sc_dt::sc_context_begin;
73using sc_dt::SC_NOW;
74using sc_dt::SC_LATER;
75
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

--- 59 unchanged lines hidden (view full) ---

68using sc_dt::SC_ON;
69using sc_dt::sc_fmt;
70using sc_dt::SC_F;
71using sc_dt::SC_E;
72using sc_dt::sc_context_begin;
73using sc_dt::SC_NOW;
74using sc_dt::SC_LATER;
75
76using sc_core::SC_ID_INVALID_WL_;
77using sc_core::SC_ID_INVALID_N_BITS_;
78using sc_core::SC_ID_INVALID_DIV_WL_;
79using sc_core::SC_ID_INVALID_CTE_WL_;
80using sc_core::SC_ID_INVALID_MAX_WL_;
81using sc_core::SC_ID_INVALID_FX_VALUE_;
82using sc_core::SC_ID_INVALID_O_MODE_;
83using sc_core::SC_ID_OUT_OF_RANGE_;
84using sc_core::SC_ID_CONTEXT_BEGIN_FAILED_;
85using sc_core::SC_ID_CONTEXT_END_FAILED_;
86using sc_core::SC_ID_WRAP_SM_NOT_DEFINED_;
87
76#endif //__SYSTEMC_EXT_DT_FX__USING_HH__
88#endif //__SYSTEMC_EXT_DT_FX__USING_HH__