URL
https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk
Subversion Repositories riscv_vhdl
[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [cpu_sysc_plugin/] [plugin_init.cpp] - Rev 2
Go to most recent revision | Compare with Previous | Blame | View Log
/** * @file * @copyright Copyright 2016 GNSS Sensor Ltd. All right reserved. * @author Sergey Khabarov - sergeykhbr@gmail.com * @brief Plugin library initialization method. */ #include "cpu_riscv_rtl.h" namespace debugger { extern "C" void plugin_init(void) { REGISTER_CLASS(CpuRiscV_RTL); } } // namespace debugger
Go to most recent revision | Compare with Previous | Blame | View Log