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

Subversion Repositories ht_tunnel

[/] [ht_tunnel/] [tags/] [START/] [bench/] [vc_ht_tunnel_l1_tb/] [main_synth.cpp] - Blame information for rev 2

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

Line No. Rev Author Line
1 2 acastong
//main.cpp for vc_ht_tunnel_l1 testbench
2
 
3
/*==========================================================================
4
  HyperTransport Tunnel IP Core Source Code
5
 
6
  Copyright (C) 2005 by École Polytechnique de Montréal, All rights
7
  reserved.
8
 
9
  No part of this file may be duplicated, revised, translated, localized or
10
  modified in any manner or compiled, synthetized, linked or uploaded or
11
  downloaded to or from any computer system without the prior written
12
  consent of École Polytechnique de Montréal.
13
 
14
==========================================================================*/
15
 
16
 
17
#ifdef MTI_SYSTEMC
18
//For ModelSim simulation, top simulation must be contained within
19
//a module instanciated in a .h
20
#include "main_synth.h"
21
//Directive to mark the top level of the simulated design
22
SC_MODULE_EXPORT(top);
23
 
24
//MTI_SYSTEMC does not work on all version of ModelSim, this is a fallback
25
#elif MTI2_SYSTEMC
26
 
27
//For ModelSim simulation, top simulation must be contained within
28
//a module instanciated in a .h
29
#include "main_synth.h"
30
//Directive to mark the top level of the simulated design
31
SC_MODULE_EXPORT(top);
32
 
33
#endif
34
 

powered by: WebSVN 2.1.0

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