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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [socsim_plugin/] [boardsim.h] - Rev 4

Compare with Previous | Blame | View Log

/**
 * @file
 * @copyright  Copyright 2016 GNSS Sensor Ltd. All right reserved.
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
 * @brief      Simulator of the Hardware interface.
 */
 
#ifndef __DEBUGGER_BOARDSIM_H__
#define __DEBUGGER_BOARDSIM_H__
 
#include "iclass.h"
#include "iservice.h"
#include "iboardsim.h"
 
namespace debugger {
 
class BoardSim : public IService, 
                 public IBoardSim {
public:
    BoardSim(const char *name);
 
    /** IService interface */
    virtual void postinitService();
 
    /** @name IBoardSim interface */
    virtual void getInfo(AttributeType *attr) {}
 
private:
};
 
DECLARE_CLASS(BoardSim)
 
}  // namespace debugger
 
#endif  // __DEBUGGER_BOARDSIM_H__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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