|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include "Vcounter.h"#include "testbench.h"#include "verilated.h"#include "verilated_vcd_c.h"#include <ctype.h>#include <fstream>#include <iostream>#include <stdio.h>#include <stdlib.h>#include <string>#include <unistd.h>
Go to the source code of this file.
Functions | |
| double | sc_time_stamp () |
| int | main (int argc, char **argv) |
Variables | |
| TESTB< Vcounter > * | tb |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 21 of file generic_tb.cpp.
References tb.
| double sc_time_stamp | ( | ) |
Definition at line 16 of file generic_tb.cpp.
References tb.
| TESTB<Vcounter>* tb |
Definition at line 14 of file generic_tb.cpp.
Referenced by main(), and sc_time_stamp().