diff --git a/projects/ad_gmsl2eth_sl/README.md b/projects/ad_gmsl2eth_sl/README.md index bb41523f17c..dc6662b24e0 100644 --- a/projects/ad_gmsl2eth_sl/README.md +++ b/projects/ad_gmsl2eth_sl/README.md @@ -3,6 +3,7 @@ - Evaluation board product page: [AD-GMSL2ETH-SL](https://www.analog.com/ad-gmsl2eth-sl) - System documentation: https://wiki.analog.com/resources/eval/user-guides/ad-gmsl2eth-sl - HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad_gmsl2eth_sl/index.html +- Evaluation board VADJ: 1.8V ## Supported parts @@ -26,4 +27,4 @@ The following papers pertain to the Corundum source code: - A. Forencich, A. C. Snoeren, G. Porter, G. Papen, *Corundum: An Open-Source 100-Gbps NIC,* in FCCM'20. ([FCCM Paper](https://www.cse.ucsd.edu/~snoeren/papers/corundum-fccm20.pdf), [FCCM Presentation](https://www.fccm.org/past/2020/forums/topic/corundum-an-open-source-100-gbps-nic/)) -- J. A. Forencich, *System-Level Considerations for Optical Switching in Data Center Networks*. ([Thesis](https://escholarship.org/uc/item/3mc9070t)) \ No newline at end of file +- J. A. Forencich, *System-Level Considerations for Optical Switching in Data Center Networks*. ([Thesis](https://escholarship.org/uc/item/3mc9070t)) diff --git a/projects/ad_gmsl2eth_sl/k26/README.md b/projects/ad_gmsl2eth_sl/k26/README.md index 0d2274ddae7..de347f9c78e 100644 --- a/projects/ad_gmsl2eth_sl/k26/README.md +++ b/projects/ad_gmsl2eth_sl/k26/README.md @@ -1,5 +1,9 @@ + + # AD-GMSL2ETH-SL/K26 HDL Project +- VADJ with which it was tested in hardware: 1.8V + ## Building the project This project uses [Corundum NIC](https://github.com/corundum/corundum) and it needs to be cloned alongside this repository. @@ -9,4 +13,4 @@ git clone https://github.com/corundum/corundum.git git checkout ed4a26e2cbc0a429c45d5cd5ddf1177f86838914 cd hdl/projects/ad_gmsl2eth_sl/k26 make -``` \ No newline at end of file +```