liteeth/examples/wishbone_mii.yml

12 lines
379 B
YAML
Raw Normal View History

# This file is Copyright (c) 2020 Florent Kermarrec <florent@enjoy-digital.fr>
# License: BSD
{
2020-02-12 05:23:33 -05:00
# PHY ----------------------------------------------------------------------
"phy": "LiteEthPHYMII",
"vendor": "xilinx",
2020-02-12 05:23:33 -05:00
# Core ---------------------------------------------------------------------
"core": "wishbone",
"endianness": "big",
}