OpenCores
URL https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [cpu_fnc_plugin/] [plugin_init.cpp] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 sergeykhbr
/**
2
 * @file
3
 * @copyright  Copyright 2017 GNSS Sensor Ltd. All right reserved.
4
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
5
 * @brief      Plugin library initialization method.
6
 */
7
 
8
#include "cpu_riscv_func.h"
9
#include "srcproc/srcproc.h"
10
 
11
namespace debugger {
12
 
13
extern "C" void plugin_init(void) {
14
    REGISTER_CLASS_IDX(CpuRiver_Functional, 1);
15
    REGISTER_CLASS_IDX(RiscvSourceService, 2);
16
}
17
 
18
}  // namespace debugger

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.