HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
testbench.h File Reference
#include <stdint.h>
#include <stdio.h>
#include <verilated_vcd_c.h>
#include <fstream>
#include <iostream>
#include <string>
Include dependency graph for testbench.h:

Go to the source code of this file.

Classes

class  TESTB< VA >
 

Macros

#define TBASSERT(TB, A)
 

Macro Definition Documentation

◆ TBASSERT

#define TBASSERT (   TB,
  A 
)
Value:
do { \
if (!(A)) { \
(TB).closetrace(); \
} \
assert(A); \
} while (0);
std::vector< u8 > A

Definition at line 53 of file testbench.h.