_using.hh (12913:123e80053715) _using.hh (12921:51212996643f)
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_core::SC_CACHE_REPORT;
57using sc_core::SC_INTERRUPT;
58using sc_core::SC_STOP;
59using sc_core::SC_ABORT;
60using sc_core::sc_report_handler_proc;
61using sc_core::sc_report_handler;
62using sc_core::sc_interrupt_here;
63using sc_core::sc_stop_here;
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_core::SC_CACHE_REPORT;
57using sc_core::SC_INTERRUPT;
58using sc_core::SC_STOP;
59using sc_core::SC_ABORT;
60using sc_core::sc_report_handler_proc;
61using sc_core::sc_report_handler;
62using sc_core::sc_interrupt_here;
63using sc_core::sc_stop_here;
64using sc_core::sc_report_compose_message;
65using sc_core::sc_report_close_default_log;
64using sc_core::SC_DEFAULT_INFO_ACTIONS;
65using sc_core::SC_DEFAULT_WARNING_ACTIONS;
66using sc_core::SC_DEFAULT_ERROR_ACTIONS;
67using sc_core::SC_DEFAULT_FATAL_ACTIONS;
68
69using sc_core::sc_trace_file;
70using sc_core::sc_create_vcd_trace_file;
71using sc_core::sc_close_vcd_trace_file;

--- 28 unchanged lines hidden ---
66using sc_core::SC_DEFAULT_INFO_ACTIONS;
67using sc_core::SC_DEFAULT_WARNING_ACTIONS;
68using sc_core::SC_DEFAULT_ERROR_ACTIONS;
69using sc_core::SC_DEFAULT_FATAL_ACTIONS;
70
71using sc_core::sc_trace_file;
72using sc_core::sc_create_vcd_trace_file;
73using sc_core::sc_close_vcd_trace_file;

--- 28 unchanged lines hidden ---