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

Subversion Repositories cpu8080

[/] [cpu8080/] [trunk/] [project/] [isim/] [work/] [common/] [common.h] - Blame information for rev 33

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 11 samiam9512
////////////////////////////////////////////////////////////////////////////////
2
//   ____  ____   
3
//  /   /\/   /  
4
// /___/  \  /   
5
// \   \   \/  
6
//  \   \        Copyright (c) 2003-2004 Xilinx, Inc.
7
//  /   /        All Right Reserved. 
8
// /---/   /\     
9
// \   \  /  \  
10
//  \___\/\___\
11
////////////////////////////////////////////////////////////////////////////////
12
 
13
#ifndef H_Work_common_H
14
#define H_Work_common_H
15
 
16
#ifdef __MINGW32__
17
#include "xsimMinGW.h"
18
#else
19
#include "xsim.h"
20
#endif
21
 
22
 
23
#include "ieee/numeric_std/numeric_std.h"
24
#include "ieee/std_logic_1164/std_logic_1164.h"
25
 
26
class Work_common: public HSim__s6 {
27
public:
28
HSim__s4 Ea;
29
HSim__s4 Ec;
30
HSim__s4 Ee;
31
HSim__s4 Eg;
32
HSim__s4 Ei;
33
HSim__s4 Ek;
34
/* subprogram name boolean2stdlogic */
35
char Gu(const char Eq);
36
/* subprogram name log2 */
37
int GB(const int Ey);
38
 
39
public:
40
 
41
public:
42
  Work_common(const HSimString &name);
43
  ~Work_common();
44
};
45
 
46
extern Work_common *WorkCommon;
47
 
48
#endif

powered by: WebSVN 2.1.0

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