OpenCores
URL https://opencores.org/ocsvn/raytrac/raytrac/trunk

Subversion Repositories raytrac

[/] [raytrac/] [trunk/] [tb/] [msimtest.h] - Diff between revs 64 and 67

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 64 Rev 67
Line 1... Line 1...
/*
/*! \file msimtest.h
 *  msimtest.h
 *! \ 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. */
 
 
typedef struct altrom {
typedef struct altrom {
        long long int rom[ROM_SLOTS];
        long long int rom[ROM_SLOTS];
        long long int dec[DEC_SLOTS];
        long long int dec[DEC_SLOTS];
        long long int mul[MUL_SLOTS];
        long long int mul[MUL_SLOTS];
        long long int res[RESULT_SLOTS];
        long long int res[RESULT_SLOTS];

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.