Skip to content

Commit

Permalink
docs: Update ad719x doc to include de10nano support
Browse files Browse the repository at this point in the history
  • Loading branch information
StancaPop committed Nov 13, 2024
1 parent dcbc56c commit e4b90d8
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 12 deletions.
34 changes: 30 additions & 4 deletions docs/projects/ad719x_asdz/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@ complete rate of output data ranges.
Supported boards
-------------------------------------------------------------------------------

- :adi:`EVAL-AD7190 <EVAL-AD7190>`
- :adi:`EVAL-AD7193 <EVAL-AD7193>`
- :adi:`EVAL-AD7195 <EVAL-AD7195>`
- :adi:`EVAL-AD7190`
- :adi:`EVAL-AD7192`
- :adi:`EVAL-AD7193`
- :adi:`EVAL-AD7194`
- :adi:`EVAL-AD7195`

Supported devices
-------------------------------------------------------------------------------

- :adi:`AD7190`
- :adi:`AD7192`
- :adi:`AD7193`
- :adi:`AD7194`
- :adi:`AD7195`

Supported carriers
Expand All @@ -39,12 +43,33 @@ Supported carriers
* - :adi:`EVAL-AD7190 <EVAL-AD7190>`
- Cora-Z7S_
- PMOD JA
* -
- De10-Nano_
- Arduino shield
* - :adi:`EVAL-AD7192 <EVAL-AD7192>`
- Cora-Z7S_
- PMOD JA
* -
- De10-Nano_
- Arduino shield
* - :adi:`EVAL-AD7193 <EVAL-AD7193>`
- Cora-Z7S_
- PMOD JA
* -
- De10-Nano_
- Arduino shield
* - :adi:`EVAL-AD7194 <EVAL-AD7194>`
- Cora-Z7S_
- PMOD JA
* -
- De10-Nano_
- Arduino shield
* - :adi:`EVAL-AD7195 <EVAL-AD7195>`
- Cora-Z7S_
- PMOD JA
* -
- De10-Nano_
- Arduino shield

Block design
-------------------------------------------------------------------------------
Expand Down Expand Up @@ -159,4 +184,5 @@ Software related

.. include:: ../common/support.rst

.. _Cora-Z7S: https://digilent.com/reference/programmable-logic/cora-z7/start
.. _Cora-Z7S: https://digilent.com/reference/programmable-logic/cora-z7/start
.. _De10-Nano: https://www.intel.com/content/www/us/en/developer/articles/guide/terasic-de10-nano-get-started-guide.html
2 changes: 1 addition & 1 deletion projects/ad719x_asdz/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVAL-AD719X-ASDZ HDL Project

This project supports EVAL-AD7190,EVAL-AD7192, EVAL-AD7193, EVAL-AD7194 and EVAL-AD7195.
This project supports EVAL-AD7190, EVAL-AD7192, EVAL-AD7193, EVAL-AD7194 and EVAL-AD7195.

Here are some pointers to help you:
* [EVAL-AD7190 Board Product Page](https://www.analog.com/eval-ad7190)
Expand Down
2 changes: 1 addition & 1 deletion projects/ad719x_asdz/de10nano/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
####################################################################################
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
## Copyright (c) 2018 - 2024 Analog Devices, Inc.
### SPDX short identifier: BSD-1-Clause
## Auto-generated, do not modify!
####################################################################################
Expand Down
2 changes: 1 addition & 1 deletion projects/ad719x_asdz/de10nano/system_constr.sdc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2020-2024 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand Down
6 changes: 3 additions & 3 deletions projects/ad719x_asdz/de10nano/system_project.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2020-2024 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand All @@ -13,9 +13,9 @@ adi_project ad719x_asdz_de10nano
source $ad_hdl_dir/projects/common/de10nano/de10nano_system_assign.tcl

#
## down-rade Critical Warning reated to a asynchronous RAM in DMAC
## downgrade Critical Warning related to an asynchronous RAM in DMAC
#
## "mixed_port_feed_through_mode" parameter of RAM can not have value "old"
## "mixed_port_feed_through_mode" parameter of RAM cannot have value "old"
set_global_assignment -name MESSAGE_DISABLE 15003

# files
Expand Down
2 changes: 1 addition & 1 deletion projects/ad719x_asdz/de10nano/system_qsys.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2020-2024 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand Down
2 changes: 1 addition & 1 deletion projects/ad719x_asdz/de10nano/system_top.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved.
// Copyright (C) 2020-2024 Analog Devices, Inc. All rights reserved.
//
// In this HDL repository, there are many different and unique modules, consisting
// of various HDL (Verilog or VHDL) components. The individual modules are
Expand Down

0 comments on commit e4b90d8

Please sign in to comment.