Skip to content

ad_gmsl2eth_sl: Add VADJ value in READMEs #1864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion projects/ad_gmsl2eth_sl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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))
- J. A. Forencich, *System-Level Considerations for Optical Switching in Data Center Networks*. ([Thesis](https://escholarship.org/uc/item/3mc9070t))
6 changes: 5 additions & 1 deletion projects/ad_gmsl2eth_sl/k26/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- no_build_example, no_dts, no_no_os -->

# 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.
Expand All @@ -9,4 +13,4 @@ git clone https://github.com/corundum/corundum.git
git checkout ed4a26e2cbc0a429c45d5cd5ddf1177f86838914
cd hdl/projects/ad_gmsl2eth_sl/k26
make
```
```