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


Ignore:
Timestamp:
Nov 12, 2010, 3:31:19 PM (13 years ago)
Author:
khanhle
Comment:

--

Legend:

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

    v22 v23  
    1313In the 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
    15 folders/files according to your particular environment. In the following, we have assumed that all software have been installed successfully
    16 on your PC. 
     15folders/files according to your particular environment. In the following, we have assumed that all the above software have been installed successfully on your machine. 
    1716
    1817=== C: Partition ===
    19 In C:\ , 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. How to compile the Xilinx libraries can be found [wiki:Software/Firmware/Framework/tutorial/config/xlib here].   
     18In C:\ , do the following steps :
     191. 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.
     202. Compile Xilinx ISE and EDK libraries into c:\hw\xlib\ise10.1 and c:\hw\xlib\edk10.1, respectively. How to compile the Xilinx libraries can be found [wiki:Software/Firmware/Framework/tutorial/config/xlib here].   
    2021[[BR]]
    2122=== D: Partition ===
    22 
     23In D:\ , do the following steps :
     241. create 'crkit_svn' folder e.g. d:\crkit_svn, this is the location for CRKit svn folder.
     252. create 'hw' folder e.g. d:\hw, create 'cr_build' and 'simulink' subfolders e.g. d:\hw\cr_build and d:\hw\simulink .
    2326
    2427=== Windows Environment Variable ===