TVGenerator  0.1
 All Classes Files Functions Pages
TVGenerator.cpp File Reference

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"

Detailed Description

A test vector file generator for hardware designs.

Author
Michael Muehlberghuber (mbgh,michmueh)
Date
21 August 2014
Version
0.1

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.