head	1.1;
branch	1.1.1;
access;
symbols
	ver0_1:1.1.1.1
	release_0_1:1.1.1;
locks; strict;
comment	@// @;


1.1
date	2002.09.05.11.31.08;	author zhong;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.09.05.11.31.08;	author zhong;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@// sc_mem_if.cpp: implementation of the sc_mem_if class.
//
//////////////////////////////////////////////////////////////////////

#include "sc_mem_if.h"

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

sc_mem_if::sc_mem_if()
{

}

sc_mem_if::~sc_mem_if()
{

}

uint32_t sc_mem_if::read_mem(uint32_t addr)
{
   uint32_t d=0;
   cout<<"pls design channel "<<endl;
   return d;
}

bool sc_mem_if::write_mem(uint32_t addr,uint32_t data)
{
	cout<<"pls design channel "<<endl;
	return true;

}
@


1.1.1.1
log
@v0_1
@
text
@@
