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

Subversion Repositories scarm

[/] [scarm/] [trunk/] [src/] [scSWP.cpp] - Rev 10

Go to most recent revision | Compare with Previous | Blame | View Log

// scSWP.cpp: implementation of the scSWP class.
//
//////////////////////////////////////////////////////////////////////
 
#include "scSWP.h"
 
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
 
scSWP::scSWP(uint32_t)
{
 
}
 
scSWP::~scSWP()
{
 
}
const char* scSWP::kind_string="SWP";
const char* scSWP::kind(){
  return kind_string;
}
 
uint32_t scSWP::A()
{
  return 0;
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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