mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
f264c9d5d5
LiteX code specialization/generation can be different between toolchain (For the same vendor). Add parameter to configure it from the .yml file.
18 lines
462 B
YAML
18 lines
462 B
YAML
#
|
|
# This file is part of LiteEth.
|
|
#
|
|
# Copyright (c) 2020 Florent Kermarrec <florent@enjoy-digital.fr>
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
# PHY ----------------------------------------------------------------------
|
|
phy: LiteEthPHYMII
|
|
vendor: xilinx
|
|
toolchain: vivado
|
|
# Core ---------------------------------------------------------------------
|
|
clk_freq: 100e6
|
|
core: wishbone
|
|
endianness: big
|
|
|
|
soc:
|
|
mem_map:
|
|
ethmac: 0x50000000
|