2022-10-31 19:43:53 -04:00
|
|
|
#
|
|
|
|
# This file is part of LiteEth.
|
|
|
|
#
|
|
|
|
# Copyright (c) 2020 Florent Kermarrec <florent@enjoy-digital.fr>
|
|
|
|
# Copyright (c) 2022 Victor Suarez Rovere <suarezvictor@gmail.com>
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
|
|
|
|
# PHY ----------------------------------------------------------------------
|
2024-03-18 08:43:11 -04:00
|
|
|
phy : LiteEthPHYMII
|
|
|
|
vendor : xilinx
|
|
|
|
toolchain : vivado
|
|
|
|
|
2022-10-31 19:43:53 -04:00
|
|
|
# Core ---------------------------------------------------------------------
|
2024-03-18 08:43:11 -04:00
|
|
|
clk_freq : 100e6
|
|
|
|
core : axi-lite
|
|
|
|
endianness : big
|
2022-10-31 19:43:53 -04:00
|
|
|
|
2024-03-18 08:43:11 -04:00
|
|
|
# SoC ---------------------------------------------------------------------
|
2022-10-31 19:43:53 -04:00
|
|
|
soc:
|
|
|
|
mem_map:
|
|
|
|
ethmac: 0x50000000
|