_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

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

56using sc_dt::sc_logic;
57using sc_dt::sc_numrep;
58using sc_dt::sc_signed;
59using sc_dt::sc_uint;
60using sc_dt::sc_uint_base;
61using sc_dt::sc_unsigned;
62using sc_dt::uint64;
63
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

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

56using sc_dt::sc_logic;
57using sc_dt::sc_numrep;
58using sc_dt::sc_signed;
59using sc_dt::sc_uint;
60using sc_dt::sc_uint_base;
61using sc_dt::sc_unsigned;
62using sc_dt::uint64;
63
64using sc_core::SC_ID_INIT_FAILED_;
65using sc_core::SC_ID_ASSIGNMENT_FAILED_;
66using sc_core::SC_ID_OPERATION_FAILED_;
67using sc_core::SC_ID_CONVERSION_FAILED_;
68
64#endif //__SYSTEMC_EXT_DT_INT__USING_HH__
69#endif //__SYSTEMC_EXT_DT_INT__USING_HH__