wiki:crkit/Software/Firmware/Framework/tutorial/build/env
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.

Version 2 (modified by khanhle, 14 years ago) ( diff )

--

How to setup Build environment

This 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.

To build the CRKit framework, we would need the following tools :

  1. Modelsim
  2. Xilinx ISE Design Suite
  3. Cygwin

First, we will setup the .bash_profile (this file should be located in "c:\Documents and Settings\YOUR_USER_ACCOUNT") The .bash_profile environment variables will be loaded into cygwin shell when started. Add following to the .bash_profile

export SDR_HDL_HOME="d:/mystuff/crkit_svn/design/trunk"

..

Note: See TracWiki for help on using the wiki.