sc_event_queue.hh (13258:91b819262b87) sc_event_queue.hh (13272:cb5ddeab3a04)
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

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

33#include <queue>
34
35#include "../core/sc_event.hh"
36#include "../core/sc_interface.hh"
37#include "../core/sc_module.hh" // for sc_gen_unique_name
38#include "../core/sc_module_name.hh"
39#include "../core/sc_port.hh"
40#include "../core/sc_time.hh"
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

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

33#include <queue>
34
35#include "../core/sc_event.hh"
36#include "../core/sc_interface.hh"
37#include "../core/sc_module.hh" // for sc_gen_unique_name
38#include "../core/sc_module_name.hh"
39#include "../core/sc_port.hh"
40#include "../core/sc_time.hh"
41#include "warn_unimpl.hh"
42
43namespace sc_core
44{
45
46class sc_event;
47
48class sc_event_queue_if : public virtual sc_interface
49{

--- 38 unchanged lines hidden ---
41
42namespace sc_core
43{
44
45class sc_event;
46
47class sc_event_queue_if : public virtual sc_interface
48{

--- 38 unchanged lines hidden ---