URL
https://opencores.org/ocsvn/zipcpu/zipcpu/trunk
[/] [zipcpu/] [trunk/] [bench/] [cpp/] [memsim.h] - Diff between revs 69 and 197
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 69 |
Rev 197 |
Line 44... |
Line 44... |
public:
|
public:
|
typedef unsigned int BUSW;
|
typedef unsigned int BUSW;
|
typedef unsigned char uchar;
|
typedef unsigned char uchar;
|
|
|
BUSW *m_mem, m_len, m_mask;
|
BUSW *m_mem, m_len, m_mask;
|
|
int m_nxt_ack;
|
|
BUSW m_nxt_data;
|
|
|
|
|
MEMSIM(const unsigned int nwords);
|
MEMSIM(const unsigned int nwords);
|
~MEMSIM(void);
|
~MEMSIM(void);
|
void load(const char *fname);
|
void load(const char *fname);
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.