2020-08-23 10:06:55 -04:00
|
|
|
#
|
|
|
|
# This file is part of LiteEth.
|
|
|
|
#
|
|
|
|
# Copyright (c) 2020 Florent Kermarrec <florent@enjoy-digital.fr>
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
2020-02-11 18:18:22 -05:00
|
|
|
|
2024-03-18 08:43:11 -04:00
|
|
|
# PHY --------------------------------------------------------------------------
|
|
|
|
phy : LiteEthPHYMII
|
|
|
|
vendor : xilinx
|
|
|
|
toolchain : vivado
|
2020-02-12 09:10:59 -05:00
|
|
|
|
2024-03-18 08:43:11 -04:00
|
|
|
# Core -------------------------------------------------------------------------
|
|
|
|
clk_freq : 100e6
|
|
|
|
core : wishbone
|
|
|
|
endianness : big
|
|
|
|
|
|
|
|
# SoC --------------------------------------------------------------------------
|
2020-03-17 13:52:44 -04:00
|
|
|
soc:
|
|
|
|
mem_map:
|
|
|
|
ethmac: 0x50000000
|