close Warning: Can't synchronize with repository "(default)" (/common/SVN/crkit does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 40 and Version 41 of crkit/Software/Firmware/Framework/tutorial/config


Ignore:
Timestamp:
Nov 15, 2010, 8:19:16 PM (13 years ago)
Author:
khanhle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • crkit/Software/Firmware/Framework/tutorial/config

    v40 v41  
    4141=== .bash_profile ===
    4242
    43 First, we will setup the .bash_profile (this file should be located in "c:\Documents and Settings\YOUR_USER_ACCOUNT")
    44 The .bash_profile environment variables will be loaded into cygwin shell when started. Add following to the .bash_profile
     43This step is only required if you plan to build CRKit framework using shell scripts. If using MATLAB/Simulink environment then skip this step.
     44Perform following steps : [[BR]]
    4545
    46 {{{
    47 export SDR_HDL_HOME="YOUR_PATH_TO_CRKIT_SVN_FOLDER/design/trunk"       #example : export SDR_HDL_HOME="d:/mystuff/crkit_svn/design/trunk"
    48 export CYG_SDR_HDL_HOME="CYGWIN_PATH_TO_CRKIT_SVN_FOLDER/design/trunk  #example : export CYG_SDR_HDL_HOME="/cygdrive/d/mystuff/crkit_svn/design/trunk"
    49 export MODELSIM_WORK_HOME="YOUR_PATH_TO_MODELSIM_WORK_FOLDER"          #example : export MODELSIM_WORK_HOME="d:/mystuff/hw"
    50 export XILINX_ISE_MODELS="YOUR_PATH_XILINX_ISE_PRECOMPILED_LIBRARIES"  #example : export XILINX_ISE_MODELS="d:/mystuff/hw/xlib/ise10.1"
    51 export XILINX_EDK_MODELS="YOUR_PATH_XILINX_EDK_PRECOMPILED_LIBRARIES"  #example : export XILINX_EDK_MODELS="d:/mystuff/hw/xlib/edk10.1"
    52 export MODELSIM="$SDR_HDL_HOME/setup/modelsim.ini"
    53 export MODEL_TECH="YOUR_PATH_TO_MODELSIM_FOLDER"                       #example : export MODEL_TECH="c:/Modeltech_6.4c"
    54 export CYG_MODEL_TECH="CYGWIN_PATH_TO_MODELSIM_FOLDER"                 #example : export CYG_MODEL_TECH="/cygdrive/c/Modeltech_6.4c"
    55 export PATH=$CYG_HDL_HOME/setup:$CYG_MODEL_TECH/win32:$PATH
    56 
    57 unset autologout
    58 
    59 cd $CYG_SDR_HDL_HOME/setup
    60 }}}
     461. Copy .bash_profile from 'd:\crkit_svn\design\trunk\setup' to 'c:\Documents and Settings\YOUR_USER_ACCOUNT' . The shell will pick up the
     47variables each time the shell is started. [[BR]]
     482. If not using the same directory structures as described above, then edit .bash_profile to link to the appropriate folder locations. [[BR]]
    6149
    6250The .bash_profile assumes that the following folders are available for linking