URL
https://opencores.org/ocsvn/thor/thor/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 30 |
Rev 32 |
Line 1... |
Line 1... |
#pragma once
|
#pragma once
|
#include "clsSystem.h"
|
|
|
extern class clsSystem;
|
|
|
class clsCPU
|
class clsCPU
|
{
|
{
|
public:
|
public:
|
bool irq;
|
bool irq;
|
unsigned __int16 vecno;
|
unsigned __int16 vecno;
|
unsigned __int64 pcs[40];
|
unsigned __int64 pcs[40];
|
clsSystem *system1;
|
clsSystem *system1;
|
public:
|
public:
|
|
bool isRunning;
|
|
unsigned int sub_depth;
|
virtual void Reset() {};
|
virtual void Reset() {};
|
virtual void Step() {};
|
virtual void Step() {};
|
};
|
};
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.