2016-02-10 04:27:11 -05:00
|
|
|
cores:
|
|
|
|
rm -rf cores
|
|
|
|
mkdir cores
|
|
|
|
|
|
|
|
python3 core.py --phy MII --core mac
|
2016-02-10 04:50:38 -05:00
|
|
|
cp liteeth/gateware/liteeth.v cores/liteeth_mac_mii.v
|
2016-02-10 04:27:11 -05:00
|
|
|
python3 core.py --phy GMII --core mac
|
2016-02-10 04:50:38 -05:00
|
|
|
cp liteeth/gateware/liteeth.v cores/liteeth_mac_gmii.v
|
2016-02-10 04:27:11 -05:00
|
|
|
python3 core.py --phy RGMII --core mac
|
2016-02-10 04:50:38 -05:00
|
|
|
cp liteeth/gateware/liteeth.v cores/liteeth_mac_rgmii.v
|
2016-02-10 04:27:11 -05:00
|
|
|
|
|
|
|
python3 core.py --phy MII --core udp
|
2016-02-10 04:50:38 -05:00
|
|
|
cp liteeth/gateware/liteeth.v cores/liteeth_udp_mii.v
|
2016-02-10 04:27:11 -05:00
|
|
|
python3 core.py --phy GMII --core udp
|
2016-02-10 04:50:38 -05:00
|
|
|
cp liteeth/gateware/liteeth.v cores/liteeth_udp_gmii.v
|
2016-02-10 04:27:11 -05:00
|
|
|
python3 core.py --phy RGMII --core udp
|
2016-02-10 04:50:38 -05:00
|
|
|
cp liteeth/gateware/liteeth.v cores/liteeth_udp_rgmii.v
|
2016-02-10 04:27:11 -05:00
|
|
|
|
|
|
|
.PHONY: cores
|