#include <cstdlib>#include "systemc"#include "tlm.h"#include "utils.h"#include "config.h"#include "manager_interface.h"#include "reconfigurable_zone.h"#include "fpga.h"Go to the source code of this file.
Classes | |
| struct | transaction_packet_t |
| struct | initiator_packet_t |
| struct | target_packet_t |
| struct | trace_packet_t< Ni, No > |
| class | trace_packet_testbench_t< Ni, No > |
| class | trace_packet_testbench_t< 0, No > |
| class | trace_packet_testbench_t< Ni, 0 > |
| class | trace_packet_testbench_t< 0, 0 > |
| struct | trace_packet_manager_t |
Functions | |
| template<int Ni, int No> | |
| void | sc_trace (sc_trace_file *tf, const trace_packet_t< Ni, No > &packet, const string &NAME) |
| template<int Ni, int No> | |
| void | sc_trace (sc_trace_file *tf, const trace_packet_testbench_t< Ni, No > &packet, const string &NAME) |
| template<int Ni> | |
| void | sc_trace (sc_trace_file *tf, const trace_packet_testbench_t< Ni, 0 > &packet, const string &NAME) |
| template<int No> | |
| void | sc_trace (sc_trace_file *tf, const trace_packet_testbench_t< 0, No > &packet, const string &NAME) |
| void | sc_trace (sc_trace_file *tf, const trace_packet_testbench_t< 0, 0 > &packet, const string &NAME) |
| void | sc_trace (sc_trace_file *tf, const trace_packet_manager_t &packet, const string &NAME) |
| void | sc_trace (sc_trace_file *tf, const initiator_packet_t &packet, const string &NAME) |
| void | sc_trace (sc_trace_file *tf, const target_packet_t &packet, const string &NAME) |
| void | sc_trace (sc_trace_file *tf, const transaction_packet_t &packet, const string &NAME) |
| sc_dt::uint64 | tlm_phase_to_ascii (tlm_phase phase) |
UNS - CNRS Copyright 2012 All Rights Reserved.
These computer program listings and specifications, herein, are the property of Université de Nice Sophia-Antipolis (UNS) and Centre National de la Recherche Scientifique (CNRS), and shall not be reproduced or copied or used in whole or in part as the basis for manufacture or sale of items without written permission. For a license agreement, please contact: contact@sattse.com
Some functions and structures used for VCD tracing
1.8.7