systemc.h (12841:22aa7ba47bf9) systemc.h (12852:300397457d0b)
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

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

31#define __SYSTEMC_EXT_SYSTEMC_H__
32
33#include "systemc"
34
35// Collect "using" declarations for the various namespaces.
36#include "channel/_using.hh"
37#include "core/_using.hh"
38#include "dt/_using.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

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

31#define __SYSTEMC_EXT_SYSTEMC_H__
32
33#include "systemc"
34
35// Collect "using" declarations for the various namespaces.
36#include "channel/_using.hh"
37#include "core/_using.hh"
38#include "dt/_using.hh"
39#include "utils/_using.hh"
39
40// Include some system header files, and import some symbols from std into
41// the base namespace.
42#include <stdint.h>
43
44#include <cassert>
45#include <climits>
46#include <cmath>

--- 50 unchanged lines hidden ---
40
41// Include some system header files, and import some symbols from std into
42// the base namespace.
43#include <stdint.h>
44
45#include <cassert>
46#include <climits>
47#include <cmath>

--- 50 unchanged lines hidden ---