_fx.hh revision 12853:e23d6f09069a
17008SN/A/*
27008SN/A * Copyright 2018 Google, Inc.
37008SN/A *
47008SN/A * Redistribution and use in source and binary forms, with or without
57008SN/A * modification, are permitted provided that the following conditions are
67008SN/A * met: redistributions of source code must retain the above copyright
77008SN/A * notice, this list of conditions and the following disclaimer;
87008SN/A * redistributions in binary form must reproduce the above copyright
97008SN/A * notice, this list of conditions and the following disclaimer in the
107008SN/A * documentation and/or other materials provided with the distribution;
117008SN/A * neither the name of the copyright holders nor the names of its
127008SN/A * contributors may be used to endorse or promote products derived from
137008SN/A * this software without specific prior written permission.
147008SN/A *
157008SN/A * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
167008SN/A * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
177008SN/A * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
187008SN/A * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
197008SN/A * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
207008SN/A * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
217008SN/A * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
227008SN/A * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
237008SN/A * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
247008SN/A * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
257008SN/A * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
267008SN/A *
277008SN/A * Authors: Gabe Black
286145SN/A */
2910441Snilay@cs.wisc.edu
3010441Snilay@cs.wisc.edu#ifndef __SYSTEMC_EXT_CORE_DT_FX__FX_HH__
316145SN/A#define __SYSTEMC_EXT_CORE_DT_FX__FX_HH__
3210301Snilay@cs.wisc.edu
3310970Sdavid.hashe@amd.com#include "sc_context.hh"
346145SN/A#include "sc_fix.hh"
356145SN/A#include "sc_fixed.hh"
366145SN/A#include "sc_fxcast_switch.hh"
377039SN/A#include "sc_fxdefs.hh"
387039SN/A#include "sc_fxnum.hh"
397039SN/A#include "sc_fxnum_observer.hh"
4010970Sdavid.hashe@amd.com#include "sc_fxtype_params.hh"
4110970Sdavid.hashe@amd.com#include "sc_fxval.hh"
427039SN/A#include "sc_fxval_observer.hh"
436145SN/A#include "sc_ufix.hh"
4411061Snilay@cs.wisc.edu#include "sc_ufixed.hh"
4511061Snilay@cs.wisc.edu#include "scfx_ieee.hh"
466145SN/A#include "scfx_mant.hh"
476145SN/A#include "scfx_other_defs.hh"
4810441Snilay@cs.wisc.edu#include "scfx_params.hh"
49#include "scfx_pow10.hh"
50#include "scfx_rep.hh"
51#include "scfx_utils.hh"
52
53#endif  //__SYSTEMC_EXT_CORE_DT_FX__FX_HH__
54