source: PROJECT_CORE_MPI/CORE_MPI/TRUNK/pa.fromNetlist.tcl @ 28

Last change on this file since 28 was 15, checked in by rolagamo, 12 years ago
File size: 569 bytes
Line 
1
2# PlanAhead Launch Script for Post-Synthesis floorplanning, created by Project Navigator
3
4create_project -name MPI_CORE_COMPONENTS -dir "C:/Core MPI/CORE_MPI/planAhead_run_1" -part xc3s1200eft256-5
5set_property design_mode GateLvl [get_property srcset [current_run -impl]]
6set_property edif_top_file "C:/Core MPI/CORE_MPI/MPI_NOC.ngc" [ get_property srcset [ current_run ] ]
7add_files -norecurse { {C:/Core MPI/CORE_MPI} }
8set_param project.paUcfFile  "MPI_NOC.ucf"
9add_files "MPI_NOC.ucf" -fileset [get_property constrset [current_run]]
10open_netlist_design
Note: See TracBrowser for help on using the repository browser.