*! \ brief Archivo de cabecera de mismtest. Este programa tiene por proposito verificar que los resultados arrojados por la ejecución del testbench sean validos.
* memoryMaker
*
*
* Created by Julian Andres Guarin Reyes on 21/03/11.
* Created by Julian Andres Guarin Reyes on 21/03/11.
* Copyright 2011 __MyCompanyName__. All rights reserved.
* Copyright 2011 __MyCompanyName__. All rights reserved.
*
*
*/
*/
Line 15...
Line 14...
#define ROM_LINES 1536
#define ROM_LINES 1536
#define DEC_LINES 1537
#define DEC_LINES 1537
#define MULT_LINES 1539
#define MULT_LINES 1539
#define RESULT_LINES 1540
#define RESULT_LINES 1540
/*! Estructura para almacenar las mediciones que se hacen en la salida de la memoria, decodificador, multiplicador, restadores producto cruz y sumadores producto punto. */