sc_report.hh (12997:cfc14d8f4725) sc_report.hh (13128:60311a75e876)
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

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

28 */
29
30#ifndef __SYSTEMC_EXT_UTIL_SC_REPORT_HH__
31#define __SYSTEMC_EXT_UTIL_SC_REPORT_HH__
32
33#include <exception>
34#include <string>
35
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

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

28 */
29
30#ifndef __SYSTEMC_EXT_UTIL_SC_REPORT_HH__
31#define __SYSTEMC_EXT_UTIL_SC_REPORT_HH__
32
33#include <exception>
34#include <string>
35
36#include "systemc/ext/core/sc_time.hh"
36#include "../core/sc_time.hh"
37
38namespace sc_core
39{
40
41enum sc_severity
42{
43 SC_INFO = 0,
44 SC_WARNING,

--- 77 unchanged lines hidden ---
37
38namespace sc_core
39{
40
41enum sc_severity
42{
43 SC_INFO = 0,
44 SC_WARNING,

--- 77 unchanged lines hidden ---