112853Sgabeblack@google.com/*
212853Sgabeblack@google.com * Copyright 2018 Google, Inc.
312853Sgabeblack@google.com *
412853Sgabeblack@google.com * Redistribution and use in source and binary forms, with or without
512853Sgabeblack@google.com * modification, are permitted provided that the following conditions are
612853Sgabeblack@google.com * met: redistributions of source code must retain the above copyright
712853Sgabeblack@google.com * notice, this list of conditions and the following disclaimer;
812853Sgabeblack@google.com * redistributions in binary form must reproduce the above copyright
912853Sgabeblack@google.com * notice, this list of conditions and the following disclaimer in the
1012853Sgabeblack@google.com * documentation and/or other materials provided with the distribution;
1112853Sgabeblack@google.com * neither the name of the copyright holders nor the names of its
1212853Sgabeblack@google.com * contributors may be used to endorse or promote products derived from
1312853Sgabeblack@google.com * this software without specific prior written permission.
1412853Sgabeblack@google.com *
1512853Sgabeblack@google.com * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1612853Sgabeblack@google.com * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1712853Sgabeblack@google.com * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1812853Sgabeblack@google.com * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1912853Sgabeblack@google.com * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2012853Sgabeblack@google.com * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2112853Sgabeblack@google.com * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2212853Sgabeblack@google.com * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2312853Sgabeblack@google.com * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2412853Sgabeblack@google.com * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2512853Sgabeblack@google.com * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2612853Sgabeblack@google.com *
2712853Sgabeblack@google.com * Authors: Gabe Black
2812853Sgabeblack@google.com */
2912853Sgabeblack@google.com
3012853Sgabeblack@google.com#ifndef __SYSTEMC_EXT_DT_FX__USING_HH__
3112853Sgabeblack@google.com#define __SYSTEMC_EXT_DT_FX__USING_HH__
3212853Sgabeblack@google.com
3312853Sgabeblack@google.com#include "_fx.hh"
3412853Sgabeblack@google.com
3512853Sgabeblack@google.comusing sc_dt::sc_fxnum;
3612853Sgabeblack@google.comusing sc_dt::sc_fxnum_bitref;
3712853Sgabeblack@google.comusing sc_dt::sc_fxnum_fast;
3812853Sgabeblack@google.comusing sc_dt::sc_fix;
3912853Sgabeblack@google.comusing sc_dt::sc_fix_fast;
4012853Sgabeblack@google.comusing sc_dt::sc_ufix;
4112853Sgabeblack@google.comusing sc_dt::sc_ufix_fast;
4212853Sgabeblack@google.comusing sc_dt::sc_fixed;
4312853Sgabeblack@google.comusing sc_dt::sc_fixed_fast;
4412853Sgabeblack@google.comusing sc_dt::sc_ufixed;
4512853Sgabeblack@google.comusing sc_dt::sc_ufixed_fast;
4612853Sgabeblack@google.comusing sc_dt::sc_fxval;
4712853Sgabeblack@google.comusing sc_dt::sc_fxval_fast;
4812853Sgabeblack@google.comusing sc_dt::sc_fxcast_switch;
4912853Sgabeblack@google.comusing sc_dt::sc_fxcast_context;
5012853Sgabeblack@google.comusing sc_dt::sc_fxtype_params;
5112853Sgabeblack@google.comusing sc_dt::sc_fxtype_context;
5212853Sgabeblack@google.comusing sc_dt::sc_q_mode;
5312853Sgabeblack@google.comusing sc_dt::SC_RND;
5412853Sgabeblack@google.comusing sc_dt::SC_RND_ZERO;
5512853Sgabeblack@google.comusing sc_dt::SC_RND_MIN_INF;
5612853Sgabeblack@google.comusing sc_dt::SC_RND_INF;
5712853Sgabeblack@google.comusing sc_dt::SC_RND_CONV;
5812853Sgabeblack@google.comusing sc_dt::SC_TRN;
5912853Sgabeblack@google.comusing sc_dt::SC_TRN_ZERO;
6012853Sgabeblack@google.comusing sc_dt::sc_o_mode;
6112853Sgabeblack@google.comusing sc_dt::SC_SAT;
6212853Sgabeblack@google.comusing sc_dt::SC_SAT_ZERO;
6312853Sgabeblack@google.comusing sc_dt::SC_SAT_SYM;
6412853Sgabeblack@google.comusing sc_dt::SC_WRAP;
6512853Sgabeblack@google.comusing sc_dt::SC_WRAP_SM;
6612853Sgabeblack@google.comusing sc_dt::sc_switch;
6712853Sgabeblack@google.comusing sc_dt::SC_OFF;
6812853Sgabeblack@google.comusing sc_dt::SC_ON;
6912853Sgabeblack@google.comusing sc_dt::sc_fmt;
7012853Sgabeblack@google.comusing sc_dt::SC_F;
7112853Sgabeblack@google.comusing sc_dt::SC_E;
7212853Sgabeblack@google.comusing sc_dt::sc_context_begin;
7312853Sgabeblack@google.comusing sc_dt::SC_NOW;
7412853Sgabeblack@google.comusing sc_dt::SC_LATER;
7512853Sgabeblack@google.com
7613325Sgabeblack@google.comusing sc_core::SC_ID_INVALID_WL_;
7713325Sgabeblack@google.comusing sc_core::SC_ID_INVALID_N_BITS_;
7813325Sgabeblack@google.comusing sc_core::SC_ID_INVALID_DIV_WL_;
7913325Sgabeblack@google.comusing sc_core::SC_ID_INVALID_CTE_WL_;
8013325Sgabeblack@google.comusing sc_core::SC_ID_INVALID_MAX_WL_;
8113325Sgabeblack@google.comusing sc_core::SC_ID_INVALID_FX_VALUE_;
8213325Sgabeblack@google.comusing sc_core::SC_ID_INVALID_O_MODE_;
8313325Sgabeblack@google.comusing sc_core::SC_ID_OUT_OF_RANGE_;
8413325Sgabeblack@google.comusing sc_core::SC_ID_CONTEXT_BEGIN_FAILED_;
8513325Sgabeblack@google.comusing sc_core::SC_ID_CONTEXT_END_FAILED_;
8613325Sgabeblack@google.comusing sc_core::SC_ID_WRAP_SM_NOT_DEFINED_;
8713325Sgabeblack@google.com
8812853Sgabeblack@google.com#endif  //__SYSTEMC_EXT_DT_FX__USING_HH__
89