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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [examples/] [common/] [maps/] [map_ethmac.h] - Rev 5

Compare with Previous | Blame | View Log

/******************************************************************************
 * @file
 * @copyright Copyright 2015 GNSS Sensor Ltd. All right reserved.
 * @author    Sergey Khabarov - sergeykhbr@gmail.com
 * @brief     Ethernet MAC memory map.
******************************************************************************/
#ifndef __MAP_ETHERNET_H__
#define __MAP_ETHERNET_H__
 
#include <inttypes.h>
 
typedef struct eth_map {
    volatile uint32_t control;        
    volatile uint32_t status;        
    volatile uint64_t esa;
    //volatile uint32_t esa_msb;        
    volatile uint32_t mdio;        
    volatile uint32_t tx_desc_p;        
    volatile uint32_t rx_desc_p;        
    volatile uint32_t edclip;
} eth_map;
 
#endif  // __MAP_ETHERNET_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.