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 1 and Version 2 of crkit/Software/Firmware/Framework/tutorial/build/env


Ignore:
Timestamp:
Jul 19, 2010, 5:35:30 PM (14 years ago)
Author:
khanhle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • crkit/Software/Firmware/Framework/tutorial/build/env

    v1 v2  
    11== How to setup Build environment ==
    22
     3This tutorial explains how to prepate the PC environment for CRKit building process e.g. simulation, synthesis and place/route. Note that this is the external building process unrelated to the MATLAB build environment.
    34
     5To build the CRKit framework, we would need the following tools :
     6
     7 1. Modelsim
     8 2. Xilinx ISE Design Suite
     9 3. Cygwin
     10
     11First, we will setup the .bash_profile (this file should be located in "c:\Documents and Settings\YOUR_USER_ACCOUNT")
     12The .bash_profile environment variables will be loaded into cygwin shell when started. Add following to the .bash_profile
     13
     14{{{
     15export SDR_HDL_HOME="d:/mystuff/crkit_svn/design/trunk"
     16}}}
    417[..]