URL
https://opencores.org/ocsvn/scarm/scarm/trunk
Subversion Repositories scarm
[/] [scarm/] [trunk/] [src/] [scUNDEF.cpp] - Rev 10
Go to most recent revision | Compare with Previous | Blame | View Log
// scUNDEF.cpp: implementation of the scUNDEF class. // ////////////////////////////////////////////////////////////////////// #include "scUNDEF.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// scUNDEF::scUNDEF(uint32_t i) { } scUNDEF::~scUNDEF() { } const char* scUNDEF::kind_string = "UNDEF"; const char* scUNDEF::kind() { return kind_string; } uint32_t scUNDEF::A() { return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log