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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [libdbg64g/] [services/] [exec/] [cmd/] [cmd_write.h] - Rev 3

Compare with Previous | Blame | View Log

/**
 * @file
 * @copyright  Copyright 2016 GNSS Sensor Ltd. All right reserved.
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
 * @brief      Write memory.
 */
 
#ifndef __DEBUGGER_CMD_WRITE_H__
#define __DEBUGGER_CMD_WRITE_H__
 
#include "api_core.h"
#include "coreservices/icommand.h"
 
namespace debugger {
 
class CmdWrite : public ICommand  {
public:
    explicit CmdWrite(ITap *tap, ISocInfo *info);
 
    /** ICommand */
    virtual bool isValid(AttributeType *args);
    virtual void exec(AttributeType *args, AttributeType *res);
 
private:
    AttributeType wrData_;
};
 
}  // namespace debugger
 
#endif  // __DEBUGGER_CMD_WRITE_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.