OpenFPGA/libopenfpga/libarchopenfpga/test/main.cpp

21 lines
596 B
C++
Raw Normal View History

/********************************************************************
* Unit test functions to validate the correctness of
* 1. parser of data structures
* 2. writer of data structures
*******************************************************************/
#include "circuit_library.h"
#include "check_circuit_library.h"
#include "technology_library.h"
#include "simulation_setting.h"
#include "direct_types.h"
int main(int argc, const char** argv) {
/* Parse the circuit library from an XML file */
/* Check the circuit library */
/* Output the circuit library to an XML file*/
}