URL
https://opencores.org/ocsvn/scarm/scarm/trunk
Subversion Repositories scarm
[/] [scarm/] [trunk/] [src/] [sc_cp_ch.cpp] - Rev 8
Compare with Previous | Blame | View Log
// sc_cp_ch.cpp: implementation of the sc_cp_ch class. // ////////////////////////////////////////////////////////////////////// #include "sc_cp_ch.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// sc_cp_ch::sc_cp_ch(sc_module_name name_):sc_module(name_) { } sc_cp_ch::~sc_cp_ch() { }