From 70b77304f37d9681aa3bfa0eb57df0bcfd1aef81 Mon Sep 17 00:00:00 2001 From: Michael Abed Date: Fri, 17 Feb 2012 12:08:05 -0500 Subject: make it work --- pa.fromNetlist.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pa.fromNetlist.tcl') diff --git a/pa.fromNetlist.tcl b/pa.fromNetlist.tcl index d74db7f..0391841 100755 --- a/pa.fromNetlist.tcl +++ b/pa.fromNetlist.tcl @@ -1,10 +1,10 @@ # PlanAhead Launch Script for Post-Synthesis pin planning, created by Project Navigator -create_project -name lab1 -dir "X:/My Documents/ec311/lab1/planAhead_run_1" -part xc6slx16csg324-3 +create_project -name lab1 -dir "X:/My Documents/ec311/ec311-lab1/planAhead_run_2" -part xc6slx16csg324-3 set_property design_mode GateLvl [get_property srcset [current_run -impl]] -set_property edif_top_file "X:/My Documents/ec311/lab1/ALU.ngc" [ get_property srcset [ current_run ] ] -add_files -norecurse { {X:/My Documents/ec311/lab1} } +set_property edif_top_file "X:/My Documents/ec311/ec311-lab1/ALU.ngc" [ get_property srcset [ current_run ] ] +add_files -norecurse { {X:/My Documents/ec311/ec311-lab1} } set_param project.pinAheadLayout yes set_property target_constrs_file "ALU.ucf" [current_fileset -constrset] add_files [list {ALU.ucf}] -fileset [get_property constrset [current_run]] -- cgit v1.2.3