URL
https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 4 |
Line 1... |
Line 1... |
/**
|
/**
|
* @file
|
* @file
|
* @copyright Copyright 2016 GNSS Sensor Ltd. All right reserved.
|
* @copyright Copyright 2017 GNSS Sensor Ltd. All right reserved.
|
* @author Sergey Khabarov - sergeykhbr@gmail.com
|
* @author Sergey Khabarov - sergeykhbr@gmail.com
|
* @brief Plugin library initialization method.
|
* @brief Plugin library initialization method.
|
*/
|
*/
|
|
|
#include "cpu_riscv_func.h"
|
#include "cpu_riscv_func.h"
|
|
#include "srcproc/srcproc.h"
|
|
|
namespace debugger {
|
namespace debugger {
|
|
|
extern "C" void plugin_init(void) {
|
extern "C" void plugin_init(void) {
|
REGISTER_CLASS(CpuRiscV_Functional);
|
REGISTER_CLASS_IDX(CpuRiver_Functional, 1);
|
|
REGISTER_CLASS_IDX(RiscvSourceService, 2);
|
}
|
}
|
|
|
} // namespace debugger
|
} // namespace debugger
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.