summaryrefslogtreecommitdiff
path: root/pa.fromNetlist.tcl
diff options
context:
space:
mode:
authorMichael Abed <michaelabed@gmail.com>2012-02-16 15:46:19 -0500
committerMichael Abed <michaelabed@gmail.com>2012-02-16 15:46:19 -0500
commit57738e75e221fe61a8f87270b430c0f1c0b8ead5 (patch)
tree8ace7cfb1f8b7330e45dad06e4a21efeb2cadd64 /pa.fromNetlist.tcl
downloadec311-lab1-57738e75e221fe61a8f87270b430c0f1c0b8ead5.tar.gz
ec311-lab1-57738e75e221fe61a8f87270b430c0f1c0b8ead5.tar.bz2
ec311-lab1-57738e75e221fe61a8f87270b430c0f1c0b8ead5.zip
initial commit
Diffstat (limited to 'pa.fromNetlist.tcl')
-rwxr-xr-xpa.fromNetlist.tcl11
1 files changed, 11 insertions, 0 deletions
diff --git a/pa.fromNetlist.tcl b/pa.fromNetlist.tcl
new file mode 100755
index 0000000..d74db7f
--- /dev/null
+++ b/pa.fromNetlist.tcl
@@ -0,0 +1,11 @@
+
+# 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
+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_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]]
+open_netlist_design