-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel_mkBoxMullerTb.h
More file actions
57 lines (47 loc) · 1.27 KB
/
model_mkBoxMullerTb.h
File metadata and controls
57 lines (47 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*
* Generated by Bluespec Compiler, version 2014.07.A (build 34078, 2014-07-30)
*
* On Tue May 8 22:17:45 -03 2018
*
*/
/* Generation options: keep-fires */
#ifndef __model_mkBoxMullerTb_h__
#define __model_mkBoxMullerTb_h__
#include "bluesim_types.h"
#include "bs_module.h"
#include "bluesim_primitives.h"
#include "bs_vcd.h"
#include "bs_model.h"
#include "mkBoxMullerTb.h"
/* Class declaration for a model of mkBoxMullerTb */
class MODEL_mkBoxMullerTb : public Model {
/* Top-level module instance */
private:
MOD_mkBoxMullerTb *mkBoxMullerTb_instance;
/* Handle to the simulation kernel */
private:
tSimStateHdl sim_hdl;
/* Constructor */
public:
MODEL_mkBoxMullerTb();
/* Functions required by the kernel */
public:
void create_model(tSimStateHdl simHdl, bool master);
void destroy_model();
void reset_model(bool asserted);
void get_version(unsigned int *year,
unsigned int *month,
char const **annotation,
char const **build);
time_t get_creation_time();
void * get_instance();
void dump_state();
void dump_VCD_defs();
void dump_VCD(tVCDDumpType dt);
tUInt64 skip_license_check();
};
/* Function for creating a new model */
extern "C" {
void * new_MODEL_mkBoxMullerTb();
}
#endif /* ifndef __model_mkBoxMullerTb_h__ */