Running Different Bitfiles on each AE: Difference between revisions

From Cpre584
Jump to navigation Jump to search
New page: == Running different bitfiles on each AE == Source: http://www.ccm.ece.vt.edu/twiki/bin/view/Main/Convey The runtime environment supports multiple bitfiles making up a single personality ...
 
No edit summary
Line 1: Line 1:
The PDK is setup to help you rapidly test and develop a single bitfile.  Thus, projects requiring multiple bitfiles should have multiple PDK sub-projects.
== Running different bitfiles on each AE ==
== Running different bitfiles on each AE ==
Source: http://www.ccm.ece.vt.edu/twiki/bin/view/Main/Convey
Source: http://www.ccm.ece.vt.edu/twiki/bin/view/Main/Convey

Revision as of 23:34, 25 September 2012

The PDK is setup to help you rapidly test and develop a single bitfile. Thus, projects requiring multiple bitfiles should have multiple PDK sub-projects.

Running different bitfiles on each AE

Source: http://www.ccm.ece.vt.edu/twiki/bin/view/Main/Convey

The runtime environment supports multiple bitfiles making up a single personality (i.e. different ). There is a script called "mkaetgz" that is installed on the HC-1 system. To use it, you need to create a project for each bitfile. Then run the script to package them into one personality.

/opt/convey/sbin/mkaetgz -h
mkaetgz [-i <initFile>] [-f <file0,file1,...,fileN>] [-F] [-h]
        [-o <tgz name>] [-t <tmpDir>] [-v]
        -0 <aeImage0> [-1 <aeImage1> -2 <aeImage2> -3 <aeImage3>]

For example:

mkaetgz -i /opt/convey/pdk/2010_08_09/doc/cae_init.txt -0 cae_fpga0.bit -1 cae_fpga1.bit -2 cae_fpga2.bit -3 cae_fpga3.bit

Note: mkaetgz does not exist on our machine.