vcd.cc (13245:c666c5d4996b) vcd.cc (13335:299a16ef8e3c)
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

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

29
30#include "systemc/utils/vcd.hh"
31
32#include <ctime>
33#include <iomanip>
34
35#include "base/bitfield.hh"
36#include "base/cprintf.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

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

29
30#include "systemc/utils/vcd.hh"
31
32#include <ctime>
33#include <iomanip>
34
35#include "base/bitfield.hh"
36#include "base/cprintf.hh"
37#include "base/logging.hh"
38#include "systemc/core/scheduler.hh"
39#include "systemc/ext/core/sc_event.hh"
40#include "systemc/ext/core/sc_main.hh"
41#include "systemc/ext/core/sc_time.hh"
42#include "systemc/ext/dt/bit/sc_bv_base.hh"
43#include "systemc/ext/dt/bit/sc_logic.hh"
44#include "systemc/ext/dt/bit/sc_lv_base.hh"
45#include "systemc/ext/dt/fx/sc_fxnum.hh"

--- 658 unchanged lines hidden ---
37#include "systemc/core/scheduler.hh"
38#include "systemc/ext/core/sc_event.hh"
39#include "systemc/ext/core/sc_main.hh"
40#include "systemc/ext/core/sc_time.hh"
41#include "systemc/ext/dt/bit/sc_bv_base.hh"
42#include "systemc/ext/dt/bit/sc_logic.hh"
43#include "systemc/ext/dt/bit/sc_lv_base.hh"
44#include "systemc/ext/dt/fx/sc_fxnum.hh"

--- 658 unchanged lines hidden ---