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

Subversion Repositories scarm

[/] [scarm/] [trunk/] [src/] [scSWP.cpp] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 zhong
// scSWP.cpp: implementation of the scSWP class.
2
//
3
//////////////////////////////////////////////////////////////////////
4
 
5
#include "scSWP.h"
6
 
7
//////////////////////////////////////////////////////////////////////
8
// Construction/Destruction
9
//////////////////////////////////////////////////////////////////////
10
 
11
scSWP::scSWP(uint32_t)
12
{
13
 
14
}
15
 
16
scSWP::~scSWP()
17
{
18
 
19
}
20
const char* scSWP::kind_string="SWP";
21
const char* scSWP::kind(){
22
  return kind_string;
23
}
24
 
25
uint32_t scSWP::A()
26
{
27
  return 0;
28
}

powered by: WebSVN 2.1.0

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