URL
https://opencores.org/ocsvn/scarm/scarm/trunk
Subversion Repositories scarm
[/] [scarm/] [trunk/] [src/] [sc_cp_if.cpp] - Rev 10
Go to most recent revision | Compare with Previous | Blame | View Log
// sc_cp_if.cpp: implementation of the sc_cp_if class. /* ------------------- begin : Oct 2 2002 copyright : (C) 2002 UESTC author : Zhong Tao email : zhong@opencores.org ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #include "sc_cp_if.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// sc_cp_if::sc_cp_if() { } sc_cp_if::~sc_cp_if() { }
Go to most recent revision | Compare with Previous | Blame | View Log