Skip to content

Commit

Permalink
ad469x: Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
sarpadi committed Nov 1, 2024
1 parent d448bc9 commit 4192ff8
Show file tree
Hide file tree
Showing 21 changed files with 11 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Auto-generated, do not modify!
####################################################################################

PROJECT_NAME := ad469x_fmc_coraz7s
PROJECT_NAME := ad469x_evb_coraz7s

M_DEPS += ../common/ad469x_bd.tcl
M_DEPS += ../../scripts/adi_pd.tcl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
source $ad_hdl_dir/projects/common/coraz7s/coraz7s_system_bd.tcl
source $ad_hdl_dir/projects/scripts/adi_pd.tcl

adi_project_files ad469x_fmc_coraz7s [list \
adi_project_files ad469x_evb_coraz7s [list \
"../../../library/common/ad_edge_detect.v" \
"../../../library/util_cdc/sync_bits.v" \
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ source ../../scripts/adi_board.tcl

# SPI_4WIRE - For 0 CNV is linked to PWM. For 1 CNV is linked to SPI_CS

adi_project ad469x_fmc_coraz7s 0 [list \
adi_project ad469x_evb_coraz7s 0 [list \
SPI_4WIRE [get_env_param SPI_4WIRE 0]]

adi_project_files ad469x_fmc_coraz7s [list \
adi_project_files ad469x_evb_coraz7s [list \
"../../../library/common/ad_iobuf.v" \
"../../common/coraz7s/coraz7s_system_constr.xdc" \
"system_top.v" \
"system_constr.xdc"]

adi_project_run ad469x_fmc_coraz7s
adi_project_run ad469x_evb_coraz7s
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module system_top #(

assign gpio_i[63:34] = 30'b0;
assign gpio_i[31:8] = gpio_o[31:8];

assign ad469x_spi_cnv = (SPI_4WIRE == 0) ? ad469x_spi_cnv_s : ad469x_spi_cs_s;
assign ad469x_spi_cs = ad469x_spi_cs_s;

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Auto-generated, do not modify!
####################################################################################

PROJECT_NAME := ad469x_fmc_zed
PROJECT_NAME := ad469x_evb_zed

M_DEPS += ../common/ad469x_bd.tcl
M_DEPS += ../../scripts/adi_pd.tcl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ set adc_resolution 16
# specify ADC sampling rate in samples/seconds
set adc_sampling_rate 1000000

adi_project_files ad469x_fmc_zed [list \
adi_project_files ad469x_evb_zed [list \
"../../../library/common/ad_edge_detect.v" \
"../../../library/util_cdc/sync_bits.v" \
]

source ../common/ad469x_bd.tcl


#system ID
ad_ip_parameter axi_sysid_0 CONFIG.ROM_ADDR_BITS 9
ad_ip_parameter rom_sys_0 CONFIG.PATH_TO_FILE "$mem_init_sys_file_path/mem_init_sys.txt"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ source ../../scripts/adi_board.tcl

# SPI_4WIRE - For 0 CNV is linked to PWM. For 1 CNV is linked to SPI_CS

adi_project ad469x_fmc_zed 0 [list \
adi_project ad469x_evb_zed 0 [list \
SPI_4WIRE [get_env_param SPI_4WIRE 0]]

adi_project_files ad469x_fmc_zed [list \
adi_project_files ad469x_evb_zed [list \
"../../../library/common/ad_iobuf.v" \
"../../common/zed/zed_system_constr.xdc" \
"system_top.v" \
"system_constr.xdc"]

adi_project_run ad469x_fmc_zed
adi_project_run ad469x_evb_zed
File renamed without changes.

0 comments on commit 4192ff8

Please sign in to comment.