HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
generic_tb.cpp File Reference
#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>
Include dependency graph for generic_tb.cpp:

Go to the source code of this file.

Functions

double sc_time_stamp ()
 
int main (int argc, char **argv)
 

Variables

TESTB< Vcounter > * tb
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 21 of file generic_tb.cpp.

References tb.

◆ sc_time_stamp()

double sc_time_stamp ( )

Definition at line 16 of file generic_tb.cpp.

References tb.

Variable Documentation

◆ tb

TESTB<Vcounter>* tb

Definition at line 14 of file generic_tb.cpp.

Referenced by main(), and sc_time_stamp().