Ignore:
Timestamp:
Jan 15, 2014, 2:40:01 AM (11 years ago)
Author:
rolagamo
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • PROJECT_CORE_MPI/CORE_MPI/BRANCHES/v1.00/pa.fromHdl.tcl

    r15 r74  
    22# PlanAhead Launch Script for Pre-Synthesis Floorplanning, created by Project Navigator
    33
    4 create_project -name MPI_CORE_COMPONENTS -dir "C:/Core MPI/CORE_MPI/planAhead_run_1" -part xc6slx100fgg484-3
     4create_project -name MPI_CORE_COMPONENTS -dir "C:/Core MPI/CORE_MPI/planAhead_run_1" -part xc6slx75csg484-3
    55set_param project.pinAheadLayout yes
    66set srcset [get_property srcset [current_run -impl]]
     
    1010set_property file_type VHDL $hdlfile
    1111set_property library NocLib $hdlfile
    12 set hdlfile [add_files [list {../SWITCH_GENERIC_16_16/RAM_256.vhd}]]
     12set hdlfile [add_files [list {../SWITCH_GENERIC_16_16/Arbiter.vhd}]]
    1313set_property file_type VHDL $hdlfile
    1414set_property library NocLib $hdlfile
    15 set hdlfile [add_files [list {../SWITCH_GENERIC_16_16/Arbiter.vhd}]]
     15set hdlfile [add_files [list {../SWITCH_GENERIC_16_16/proto_send.vhd}]]
     16set_property file_type VHDL $hdlfile
     17set_property library NocLib $hdlfile
     18set hdlfile [add_files [list {../SWITCH_GENERIC_16_16/Proto_receiv.vhd}]]
    1619set_property file_type VHDL $hdlfile
    1720set_property library NocLib $hdlfile
     
    2225set_property file_type VHDL $hdlfile
    2326set_property library NocLib $hdlfile
    24 set hdlfile [add_files [list {round_robbin_machine.vhd}]]
     27set hdlfile [add_files [list {SetBit.vhd}]]
    2528set_property file_type VHDL $hdlfile
    2629set_property library work $hdlfile
    27 set hdlfile [add_files [list {RAM_64.vhd}]]
     30set hdlfile [add_files [list {round_robbin_machine.vhd}]]
    2831set_property file_type VHDL $hdlfile
    2932set_property library work $hdlfile
     
    5255set_property file_type VHDL $hdlfile
    5356set_property library NocLib $hdlfile
     57set hdlfile [add_files [list {MPI_RMA.vhd}]]
     58set_property file_type VHDL $hdlfile
     59set_property library work $hdlfile
    5460set hdlfile [add_files [list {MPI_CORE_SCHEDULER.vhd}]]
    5561set_property file_type VHDL $hdlfile
     
    8591set_property file_type VHDL $hdlfile
    8692set_property library work $hdlfile
     93set hdlfile [add_files [list {HT_process.vhd}]]
     94set_property file_type VHDL $hdlfile
     95set_property library work $hdlfile
     96set hdlfile [add_files [list {Hold_FSM.vhd}]]
     97set_property file_type VHDL $hdlfile
     98set_property library work $hdlfile
    8799set hdlfile [add_files [list {CORE_MPI.vhd}]]
    88100set_property file_type VHDL $hdlfile
     
    99111add_files "MultiMPITest.ucf" -fileset [get_property constrset [current_run]]
    100112add_files -norecurse { {C:/Core MPI/CORE_MPI} }
    101 open_rtl_design -part xc6slx100fgg484-3
     113open_rtl_design -part xc6slx75csg484-3
Note: See TracChangeset for help on using the changeset viewer.