-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename pluto_ng to jupiter_sdr plus RevB updates
Update license according to the latest format
- Loading branch information
1 parent
c5cbbfe
commit 8b15d66
Showing
7 changed files
with
89 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# PLUTO HDL Project | ||
# JUPITER_SDR HDL Project | ||
|
||
Here are some pointers to help you: | ||
* [Board Product Page](https://www.analog.com/adalm-pluto_ng) | ||
* [Board Product Page](https://www.analog.com/jupiter_sdr) | ||
* Parts : [RF Agile Transceiver](https://www.analog.com/adrv9002) | ||
* Project Doc: https://wiki.analog.com/university/tools/pluto_ng | ||
* HDL Doc: https://wiki.analog.com/resources/eval/user-guides/adrv9002/reference_hdl | ||
* Project Doc: https://wiki.analog.com/university/tools/jupiter_sdr | ||
* HDL Doc: https://wiki.analog.com/resources/eval/user-guides/jupiter_sdr/reference_hdl | ||
* Linux Drivers: https://wiki.analog.com/resources/tools-software/linux-drivers/iio-transceiver/adrv9002 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
############################################################################### | ||
## Copyright (C) 2021-2023 Analog Devices, Inc. All rights reserved. | ||
### SPDX short identifier: ADIBSD | ||
################################################################################ | ||
|
||
source ../../scripts/adi_env.tcl | ||
source $ad_hdl_dir/projects/scripts/adi_project_xilinx.tcl | ||
source $ad_hdl_dir/projects/scripts/adi_board.tcl | ||
|
||
set p_device xczu3eg-sfva625-2-e | ||
|
||
set sys_zynq 2 | ||
|
||
adi_project jupiter_sdr | ||
|
||
adi_project_files jupiter_sdr [list \ | ||
"system_top.v" \ | ||
"system_constr.xdc" \ | ||
"$ad_hdl_dir/library/common/ad_iobuf.v" ] | ||
|
||
adi_project_run jupiter_sdr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.