Skip to content

projects: Add jupiter_sdr README & documentation fixes #1676

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

Merged
merged 2 commits into from
May 6, 2025
Merged
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
11 changes: 8 additions & 3 deletions docs/projects/jupiter_sdr/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Overview
-------------------------------------------------------------------------------

This design allows controlling, receiving and transmitting sample stream
from/to an ADRV9001/ADRV9002 device through two independent source-synchronous
interfaces.
from/to an :adi:`ADRV9002 <ADRV9002>` device through two independent
source-synchronous interfaces.
Supports both CMOS and LVDS interface, but not at the same time.
The selection of the I/O standard must be done by setting a parameter before
building the project.
Expand All @@ -18,11 +18,16 @@ in LVDS mode with 1 or 2 lanes. This is runtime configurable.
The complete list of supported modes can be consulted in the
:ref:`axi_adrv9001` Interface Core documentation.

Supported devices
Supported boards
-------------------------------------------------------------------------------

- :adi:`JUPITER_SDR <AD-JUPITER-EBZ>`

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

- :adi:`ADRV9002 <ADRV9002>`

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

Expand Down
15 changes: 15 additions & 0 deletions projects/jupiter_sdr/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# JUPITER_SDR HDL Project

- Evaluation board product page: [AD-JUPITER-EBZ](https://www.analog.com/ad-jupiter-ebz)
- System documentation: https://wiki.analog.com/resources/eval/user-guides/jupiter_sdr/reference_hdl
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/jupiter_sdr/index.html

## Supported parts

| Part name | Description |
|------------------------------------------------|--------------------------------------------------------------|
| [ADRV9002](https://www.analog.com/adrv9002) | Wideband RF Transceiver and Dual Narrow-Band |

## Building the project

Please enter the folder for the FPGA carrier you want to use and read the README.md.
8 changes: 0 additions & 8 deletions projects/jupiter_sdr/Readme.md

This file was deleted.

Loading