mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
7a44209f77
Also remove interrupt mapping, since it's unused without a CPU anyway.
13 lines
382 B
YAML
13 lines
382 B
YAML
# This file is Copyright (c) 2020 Florent Kermarrec <florent@enjoy-digital.fr>
|
|
# License: BSD
|
|
|
|
# PHY ----------------------------------------------------------------------
|
|
phy: LiteEthPHYMII
|
|
vendor: xilinx
|
|
# Core ---------------------------------------------------------------------
|
|
clk_freq: 100e6
|
|
core: wishbone
|
|
endianness: big
|
|
|
|
mem_map:
|
|
ethmac: 0x50000000
|