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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [socsim_plugin/] [boardsim.h] - Blame information for rev 2

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sergeykhbr
/**
2
 * @file
3
 * @copyright  Copyright 2016 GNSS Sensor Ltd. All right reserved.
4
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
5
 * @brief      Simulator of the Hardware interface.
6
 */
7
 
8
#ifndef __DEBUGGER_BOARDSIM_H__
9
#define __DEBUGGER_BOARDSIM_H__
10
 
11
#include "iclass.h"
12
#include "iservice.h"
13
#include "iboardsim.h"
14
 
15
namespace debugger {
16
 
17
class BoardSim : public IService,
18
                 public IBoardSim {
19
public:
20
    BoardSim(const char *name);
21
 
22
    /** IService interface */
23
    virtual void postinitService();
24
 
25
    /** @name IBoardSim interface */
26
    virtual void getInfo(AttributeType *attr) {}
27
 
28
private:
29
};
30
 
31
DECLARE_CLASS(BoardSim)
32
 
33
}  // namespace debugger
34
 
35
#endif  // __DEBUGGER_BOARDSIM_H__

powered by: WebSVN 2.1.0

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