From 02ca34c86ba35a6036be316f7e31d0216e3a67e0 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Fri, 17 Jul 2015 13:26:46 -0400 Subject: remove all non-essential files related to clkmgr_dcm --- common/rtl/ipcore/edit_clkmgr_dcm.tcl | 37 ----------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 common/rtl/ipcore/edit_clkmgr_dcm.tcl (limited to 'common/rtl/ipcore/edit_clkmgr_dcm.tcl') diff --git a/common/rtl/ipcore/edit_clkmgr_dcm.tcl b/common/rtl/ipcore/edit_clkmgr_dcm.tcl deleted file mode 100644 index 4992eb1..0000000 --- a/common/rtl/ipcore/edit_clkmgr_dcm.tcl +++ /dev/null @@ -1,37 +0,0 @@ -## -## Core Generator Run Script, generator for Project Navigator edit command -## - -proc findRtfPath { relativePath } { - set xilenv "" - if { [info exists ::env(XILINX) ] } { - if { [info exists ::env(MYXILINX)] } { - set xilenv [join [list $::env(MYXILINX) $::env(XILINX)] $::xilinx::path_sep ] - } else { - set xilenv $::env(XILINX) - } - } - foreach path [ split $xilenv $::xilinx::path_sep ] { - set fullPath [ file join $path $relativePath ] - if { [ file exists $fullPath ] } { - return $fullPath - } - } - return "" -} - -source [ findRtfPath "data/projnav/scripts/dpm_cgUtils.tcl" ] - -set result [ run_cg_edit "clkmgr_dcm" xc6slx45-3csg324 Verilog ] - -if { $result == 0 } { - puts "Core Generator edit command completed successfully." -} elseif { $result == 1 } { - puts "Core Generator edit command failed." -} elseif { $result == 3 || $result == 4 } { - # convert 'version check' result to real return range, bypassing any messages. - set result [ expr $result - 3 ] -} else { - puts "Core Generator edit cancelled." -} -exit $result -- cgit v1.2.3