examples/.ymls: add separators
This commit is contained in:
parent
ddcbc33e63
commit
358bc23cd4
|
@ -2,8 +2,10 @@
|
||||||
# License: BSD
|
# License: BSD
|
||||||
|
|
||||||
{
|
{
|
||||||
|
# PHY ----------------------------------------------------------------------
|
||||||
"phy": "LiteEthS7PHYRGMII",
|
"phy": "LiteEthS7PHYRGMII",
|
||||||
"vendor": "xilinx",
|
"vendor": "xilinx",
|
||||||
|
# Core ---------------------------------------------------------------------
|
||||||
"core": "udp",
|
"core": "udp",
|
||||||
"mac_address": 0x10e2d5000000,
|
"mac_address": 0x10e2d5000000,
|
||||||
"ip_address": "192.168.1.50",
|
"ip_address": "192.168.1.50",
|
||||||
|
|
|
@ -2,8 +2,10 @@
|
||||||
# License: BSD
|
# License: BSD
|
||||||
|
|
||||||
{
|
{
|
||||||
|
# PHY ----------------------------------------------------------------------
|
||||||
"phy": "LiteEthPHYMII",
|
"phy": "LiteEthPHYMII",
|
||||||
"vendor": "xilinx",
|
"vendor": "xilinx",
|
||||||
|
# Core ---------------------------------------------------------------------
|
||||||
"core": "wishbone",
|
"core": "wishbone",
|
||||||
"endianness": "big",
|
"endianness": "big",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue