|
TVGenerator
0.1
|
A test vector file generator for hardware designs. More...
#include <string>#include <sstream>#include <fstream>#include <exception>#include <time.h>#include <math.h>#include "TVGenerator.h"#include "StdLogicVector.h"A test vector file generator for hardware designs.
This file provides the implementation of a test vector file generator for hardware designs. It is intended to create nicely formated files (incl. file headers, comments, etc.) for both stimuli and expected responses either combined in a single file or each within a single file. It uses my personal StdLogicVector class in order to represent signals/numbers of arbitrary precision.