sdrstk2pluto- contents

main
Rejeesh Kutty 2016-11-11 13:52:57 -05:00
parent 2ececad58c
commit f64b44c8ac
2 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@ M_FLIST += *.ip_user_files
.PHONY: all lib clean clean-all
all: lib sdrstk.sdk/system_top.hdf
all: lib pluto.sdk/system_top.hdf
clean:
@ -51,9 +51,9 @@ clean-all:clean
make -C ../../library/util_fir_int clean
sdrstk.sdk/system_top.hdf: $(M_DEPS)
pluto.sdk/system_top.hdf: $(M_DEPS)
-rm -rf $(M_FLIST)
$(M_VIVADO) system_project.tcl >> sdrstk_vivado.log 2>&1
$(M_VIVADO) system_project.tcl >> pluto_vivado.log 2>&1
lib:

View File

@ -4,14 +4,14 @@ source $ad_hdl_dir/projects/scripts/adi_project.tcl
source $ad_hdl_dir/projects/scripts/adi_board.tcl
set p_device "xc7z010clg225-1"
adi_project_create sdrstk
adi_project_create pluto
adi_project_files sdrstk [list \
adi_project_files pluto [list \
"system_top.v" \
"system_constr.xdc" \
"$ad_hdl_dir/library/xilinx/common/ad_iobuf.v"]
set_property is_enabled false [get_files *system_sys_ps7_0.xdc]
adi_project_run sdrstk
adi_project_run pluto