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 55 and Version 56 of crkit/Software/Firmware/Framework/tutorial/config


Ignore:
Timestamp:
Nov 17, 2010, 7:21:09 PM (13 years ago)
Author:
khanhle
Comment:

--

Legend:

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

    v55 v56  
    1111
    1212
    13 In our reference environment, we are using two drive partitions : C:\ partition for OS and software applications, and D:\ for data files.     
     13In our reference environment, we are using two drive partitions : `C:\` partition for OS and software applications, and `D:\` for data files.     
    1414If you are not using the same drive partitions or directory structures, then you will need to modify the links to the appropriate
    1515folders/files according to your particular environment. In the following, we have assumed that all the above software have been installed successfully on your machine. 
    1616
    1717=== C: Partition ===
    18 In C:\ , do the following steps :[[BR]]
    19  1. Create 'hw' folder, and 'xlib' subfolder e.g  c:\hw and c:\hw\xlib. xlib contains the Xilinx precompiled libraries for Modelsim. Those libraries are used only for simulation purposes. [[BR]]
    20  2. Compile Xilinx ISE and EDK libraries into c:\hw\xlib\ise10.1 and c:\hw\xlib\edk10.1, respectively. Each time Xilinx ISE or Modelsim version has been updated then the libraries will need to be recompiled. [wiki:Software/Firmware/Framework/tutorial/config/xlib How to compile Xilinx libraries.][[BR]]   
     18In `C:\` , do the following steps :[[BR]]
     19 1. Create 'hw' folder, and 'xlib' subfolder e.g  `c:\hw` and `c:\hw\xlib`. xlib contains the Xilinx precompiled libraries for Modelsim. Those libraries are used only for simulation purposes. [[BR]]
     20 2. Compile Xilinx ISE and EDK libraries into `c:\hw\xlib\ise10.1` and `c:\hw\xlib\edk10.1`, respectively. Each time Xilinx ISE or Modelsim version has been updated then the libraries will need to be recompiled. [wiki:Software/Firmware/Framework/tutorial/config/xlib How to compile Xilinx libraries.][[BR]]   
    2121
    2222=== D: Partition ===
     
    2424 1. Create '''crkit_svn''' folder e.g. d:\crkit_svn, this is the location for CRKit svn folder. [wiki:Software/Firmware/Framework/tutorial/config/svn How to synchronize with CRKit SVN.] [[BR]]
    2525 2. Create '''hw''' folder e.g. d:\hw [[BR]]
    26  3. Create '''hw\cr_build''' subfolder e.g. d:\hw\cr_build. Location for Xilinx ISE place/route project files will be located [[BR]]
    27  4. Create '''hw\simulink''' subfolder e.g. d:\hw\simulink. Location for the MATLAB/Simulink generated files [[BR]]
    28  5. Create '''hw\host''' subfolder e.g. d:\hw\host. Location for Visual Studio host software [[BR]]
     26 3. Create '''hw\cr_build''' subfolder e.g. `d:\hw\cr_build`. Location for Xilinx ISE place/route project files will be located [[BR]]
     27 4. Create '''hw\simulink''' subfolder e.g. `d:\hw\simulink`. Location for the MATLAB/Simulink generated files [[BR]]
     28 5. Create '''hw\host''' subfolder e.g. `d:\hw\host`. Location for Visual Studio host software [[BR]]
    2929
    3030=== Modelsim ===
     
    3333=== Windows Environment Variable ===
    3434Add following Windows environment variables (for MATLAB/Simulink) :[[BR]]
    35 1. MODELSIM_WORK_HOME = d:\hw [[BR]]
    36 2. XILINX_ISE_MODELS = c:\hw\xlib\ise10.1 [[BR]]
     351. MODELSIM_WORK_HOME = `d:\hw` [[BR]]
     362. XILINX_ISE_MODELS = `c:\hw\xlib\ise10.1` [[BR]]
    3737[[BR]]
    3838
     
    4242Perform following steps : [[BR]]
    4343
    44 1. Copy .bash_profile from 'd:\crkit_svn\design\trunk\setup' to 'c:\Documents and Settings\YOUR_USER_ACCOUNT' . The shell will pick up the
     441. Copy .bash_profile from `d:\crkit_svn\design\trunk\setup` to `c:\Documents and Settings\YOUR_USER_ACCOUNT` . The shell will pick up the
    4545variables each time the shell is started. [[BR]]
    46462. If not using the same directory structures as described above, then edit .bash_profile to link to the appropriate folder locations. [[BR]]