8000 m2k: Use adi_project_create instead of adi_project · analogdevicesinc/hdl@d9639db · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit d9639db

Browse files
Istvan CsomortaniCsomi
authored andcommitted
m2k: Use adi_project_create instead of adi_project
1 parent e41ba7f commit d9639db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/m2k/standalone/system_project.tcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ source ../../scripts/adi_env.tcl
33
source $ad_hdl_dir/projects/scripts/adi_project_xilinx.tcl
44
source $ad_hdl_dir/projects/scripts/adi_board.tcl
55

6-
set p_device "xc7z010clg225-1"
7-
adi_project m2k
6+
adi_project_create m2k 0 {} "xc7z010clg225-1"
87

98
adi_project_files m2k [list \
109
"../common/m2k_spi.v" \

0 commit comments

Comments
 (0)
0