_using.hh (12940:f191f383f3bf) _using.hh (12943:12c1004709d4)
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

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

46using sc_core::sc_get_top_level_events;
47using sc_core::sc_find_event;
48
49using sc_core::sc_export_base;
50using sc_core::sc_export;
51
52using sc_core::sc_interface;
53
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

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

46using sc_core::sc_get_top_level_events;
47using sc_core::sc_find_event;
48
49using sc_core::sc_export_base;
50using sc_core::sc_export;
51
52using sc_core::sc_interface;
53
54using sc_core::sc_thread_handle;
55using sc_core::sc_join;
56
54using sc_core::sc_argc;
55using sc_core::sc_argv;
56using sc_core::sc_starvation_policy;
57using sc_core::SC_RUN_TO_TIME;
58using sc_core::SC_EXIT_ON_STARVATION;
59using sc_core::sc_start;
60using sc_core::sc_pause;
61using sc_core::sc_set_stop_mode;

--- 99 unchanged lines hidden ---
57using sc_core::sc_argc;
58using sc_core::sc_argv;
59using sc_core::sc_starvation_policy;
60using sc_core::SC_RUN_TO_TIME;
61using sc_core::SC_EXIT_ON_STARVATION;
62using sc_core::sc_start;
63using sc_core::sc_pause;
64using sc_core::sc_set_stop_mode;

--- 99 unchanged lines hidden ---