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