From 024d9e7309316959e47ba92878bb1e623476293b Mon Sep 17 00:00:00 2001 From: Rejeesh Kutty Date: Tue, 13 Jan 2015 13:39:52 -0500 Subject: [PATCH] replace export hardware -- hwdef/sysdef --- projects/scripts/adi_project.tcl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/projects/scripts/adi_project.tcl b/projects/scripts/adi_project.tcl index 3035ea8d2..145c2c531 100644 --- a/projects/scripts/adi_project.tcl +++ b/projects/scripts/adi_project.tcl @@ -45,7 +45,7 @@ proc adi_project_create {project_name} { } if [regexp "_kcu105$" $project_name] { set xl_board "kcu105" - set project_part "xcku040-ffva1156-2-e-es1" + set project_part "xcku040-ffva1156-2-e" set project_board "not-applicable" } if [regexp "_zed$" $project_name] { @@ -202,7 +202,10 @@ proc adi_project_run {project_name} { #get_property STATS.TNS [get_runs impl_1] #get_property STATS.TPWS [get_runs impl_1] - export_hardware [get_files $project_system_dir/system.bd] [get_runs impl_1] -bitstream + #export_hardware [get_files $project_system_dir/system.bd] [get_runs impl_1] -bitstream + + file mkdir $project_name.sdk + file copy -force $project_name.runs/impl_1/system_top.sysdef $project_name.sdk/system_top.hdf if [expr [get_property SLACK [get_timing_paths]] < 0] { puts "ERROR: Timing Constraints NOT met."