Skip to content

Remove vc707 #1788

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 6 commits 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
2 changes: 0 additions & 2 deletions docs/library/jesd204/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ HDL Example Projects
- :git-hdl:`Intel A10Gx (RETIRED) <hdl_2021_r1:projects/daq2/a10gx>`
- :git-hdl:`AMD Xilinx KC705 <projects/daq2/kc705>`
- :git-hdl:`AMD Xilinx KCU105 <projects/daq2/kcu105>`
- :git-hdl:`AMD Xilinx VC707 (RETIRED) <hdl_2018_r2:projects/daq2/vc707>`
- :git-hdl:`AMD Xilinx ZC706 <projects/daq2/zc706>`
- :git-hdl:`AMD Xilinx ZCU102 <projects/daq2/zcu102>`

Expand Down Expand Up @@ -495,7 +494,6 @@ HDL Example Projects

- :ref:`AD6676EVB Reference Design <ad6676evb>` on:

- :git-hdl:`AMD Xilinx VC707 <projects/ad6676evb/vc707>`
- :git-hdl:`AMD Xilinx ZC706 <projects/ad6676evb/zc706>`

- :ref:`AD9083-EVB Reference Design <ad9083_evb>` on:
Expand Down
22 changes: 9 additions & 13 deletions docs/projects/ad6676evb/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,18 @@ Supported carriers
- Carrier
- FMC slot
* - :adi:`EVAL-AD6676`
- :xilinx:`VC707`
- :xilinx:`VC707` *
- FMC1 HPC
* -
- :xilinx:`ZC706`
- FMC HPC

.. admonition:: Legend
:class: note

- ``*`` removed; last release that supports this project on this carrier is
:git-hdl:`hdl_2023_r2 <hdl_2023_r2:projects/ad6676_evb/vc707>`

Block design
-------------------------------------------------------------------------------

Expand Down Expand Up @@ -247,27 +253,17 @@ the HDL repository.

**Linux/Cygwin/WSL**

Building the VC707/ZC706 project with the default configuration,
Building the ZC706 project with the default configuration,
RX_JESD_L=2 lanes.

.. shell:: bash

$cd hdl/projects/ad6676evb/vc707
$make

.. shell:: bash

$cd hdl/projects/ad6676evb/zc706
$make

Building the VC707/ZC706 project with the other available configuration,
Building the ZC706 project with the other available configuration,
with just **one lane**:

.. shell:: bash

$cd hdl/projects/ad6676evb/vc707
$make RX_JESD_L=1

.. shell:: bash

$cd hdl/projects/ad6676evb/zc706
Expand Down
8 changes: 7 additions & 1 deletion docs/projects/fmcomms2/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Supported carriers
- :xilinx:`KCU105`
- FMC LPC
* -
- :xilinx:`VC707`
- :xilinx:`VC707` *
- FMC HPC1
* -
- :xilinx:`ZC702`
Expand All @@ -77,6 +77,12 @@ Supported carriers
- `ZedBoard <https://digilent.com/shop/zedboard-zynq-7000-arm-fpga-soc-development-board>`__
- FMC LPC

.. admonition:: Legend
:class: note

- ``*`` removed; last release that supports this project on this carrier is
:git-hdl:`hdl_2023_r2 <hdl_2023_r2:projects/fmcomms2/vc707>`

Block design
-------------------------------------------------------------------------------

Expand Down
28 changes: 0 additions & 28 deletions projects/ad6676evb/vc707/Makefile

This file was deleted.

30 changes: 0 additions & 30 deletions projects/ad6676evb/vc707/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions projects/ad6676evb/vc707/system_bd.tcl

This file was deleted.

38 changes: 0 additions & 38 deletions projects/ad6676evb/vc707/system_constr.xdc

This file was deleted.

35 changes: 0 additions & 35 deletions projects/ad6676evb/vc707/system_project.tcl

This file was deleted.

Loading