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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [common/] [coreservices/] [itap.h] - Diff between revs 2 and 4

Show entire file | Details | Blame | View Log

Rev 2 Rev 4
Line 1... Line 1...
/**
/**
 * @file
 * @file
 * @copyright  Copyright 2016 GNSS Sensor Ltd. All right reserved.
 * @copyright  Copyright 2017 GNSS Sensor Ltd. All right reserved.
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
 * @brief      General interface of the hardware access.
 * @brief      General interface of the hardware access.
 */
 */
 
 
#ifndef __DEBUGGER_ITAP_H__
#ifndef __DEBUGGER_COMMON_CORESERVICES_ITAP_H__
#define __DEBUGGER_ITAP_H__
#define __DEBUGGER_COMMON_CORESERVICES_ITAP_H__
 
 
#include "iface.h"
 
#include "attribute.h"
 
#include <inttypes.h>
#include <inttypes.h>
 
#include <iface.h>
 
#include <attribute.h>
 
 
namespace debugger {
namespace debugger {
 
 
static const char *const IFACE_TAP = "ITap";
static const char *const IFACE_TAP = "ITap";
 
 
Line 37... Line 37...
    virtual int write(uint64_t addr, int bytes, uint8_t *ibuf) =0;
    virtual int write(uint64_t addr, int bytes, uint8_t *ibuf) =0;
};
};
 
 
}  // namespace debugger
}  // namespace debugger
 
 
#endif  // __DEBUGGER_ITAP_H__
#endif  // __DEBUGGER_COMMON_CORESERVICES_ITAP_H__
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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