72313df81f
Running 'make' will build the default project directly in the project folder (like it did before) Running 'make RX_LANE_RATE=15 TX_LANE_RATE=15' will build the project inside the 'RXRATE15_TXRATE15' subdirectory. Running 'make CFG=cfg/test_config.txt" will use the variables found inside the configuration file and build the project inside the 'test_config' subdirectory. Running 'make clean' will clean the default project only. Running 'make CFG=cfg/test_config.txt clean' will clean the 'testconfig' build. Running 'make clean-all' will delete all the built configurations and libraries. Note that the 'JESD' and 'LANE' words from the parameter names are stripped. Signed-off-by: Bogdan Luncan <bogdan.luncan@analog.com> |
||
---|---|---|
.. | ||
a10soc | ||
common | ||
zc706 | ||
zcu102 | ||
zed | ||
Makefile | ||
README.md |
README.md
CN0506 HDL Project
Here are some pointers to help you:
- Board Product Page
- Parts : Robust, Industrial, Low Latency and Low Power 10 Mbps, 100 Mbps, and 1 Gbps Ethernet PHY
- Project Doc: https://wiki.analog.com/resources/eval/user-guides/circuits-from-the-lab/cn0506
- HDL Doc: https://wiki.analog.com/resources/eval/user-guides/circuits-from-the-lab/cn0506/hdl
- Linux Drivers: https://wiki.analog.com/resources/tools-software/linux-drivers/net-phy/adin
Building, Generating Bit Files
IMPORTANT: Set CN0506 MAC to PHY interface
How to use over-writable parameters from the environment:
hdl/projects/cn0506/zed> make INTF_CFG=MII
`` - Defines the MAC to PHY interface: MII, RGMII or RMII.
INTF_CFG - Defines the MAC to PHY interface: MII, RGMII or RMII.