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

Subversion Repositories ht_tunnel

[/] [ht_tunnel/] [trunk/] [bench/] [vc_ht_tunnel_l1_tb/] [main_synth.cpp] - Rev 21

Go to most recent revision | Compare with Previous | Blame | View Log

//main.cpp for vc_ht_tunnel_l1 testbench
 
/*==========================================================================
  HyperTransport Tunnel IP Core Source Code
 
  Copyright (C) 2005 by École Polytechnique de Montréal, All rights 
  reserved.
 
  No part of this file may be duplicated, revised, translated, localized or
  modified in any manner or compiled, synthetized, linked or uploaded or
  downloaded to or from any computer system without the prior written 
  consent of École Polytechnique de Montréal.
 
==========================================================================*/
 
 
#ifdef MTI_SYSTEMC
//For ModelSim simulation, top simulation must be contained within
//a module instanciated in a .h
#include "main_synth.h"
//Directive to mark the top level of the simulated design
SC_MODULE_EXPORT(top);
 
//MTI_SYSTEMC does not work on all version of ModelSim, this is a fallback
#elif MTI2_SYSTEMC
 
//For ModelSim simulation, top simulation must be contained within
//a module instanciated in a .h
#include "main_synth.h"
//Directive to mark the top level of the simulated design
SC_MODULE_EXPORT(top);
 
#endif
 
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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