Demo/Emulation Manual
NLP-5x Toolkits
© 2010 Sensory Inc.
P/N 80-0314-A
11
3) Running the Sample:
Press the “RUN” button on the Demo/Emulation board.
Step Four: Installing and getting a license for the ZView Tools for NLP-5x
Refer to the Installation Instruction for ZView (80-0320-x), for installation and licensing.
Step Five: Building a Sample Program with the ZViewIDE
Sample programs with source codes are included in the FluentChip™ 5 for NLP-5x library. You can find them in
the library’s “samples” folder. For example, the T2SI sample program is found at:
C:\Sensory\FC5_0_3\samples\t2si
Note:
“FC5_0_3” indicates that the library is FC5 and the version is 0.3. The library’s folder name will
change accordingly to its version.
Building a sample program using the ZViewIDE is a great way to get going. The easiest way to start coding is to
edit one of the sample programs that use the technology that your project will use.
The Workspace Folder
An empty folder named “workspace” is provided at the root of library, which is where you should keep all project
folders. The folder is found at:
C:\Sensory\FC5_0_3\workspace
Copying the T2SI Sample Project to the Workspace Folder
Let’s start with the t2si sample. Copy the entire t2si folder to the workspace folder. After this has been done, the
t2si folder will be a sub-folder of workspace:
C:\Sensory\FC5_0_3\workspace\t2si
Note
: In addition to the code and application data, each sample folder includes the fairly complicated
configuration data for the ZViewIDE, which is the essential information for compiling and building a
project. Starting a new project by copying and then editing an existing sample program for your project
will significantly simplify the process and save you time.
Note:
When the library is updated, simply copy the project folder to the updated library, like this:
C:\Sensory\FC5_0_4\workspace\t2si
As long as you keep this format, no configuration files will need to be changed.
Opening the ZViewIDE
Double click on the ZViewIDE icon. When you do, the “Workspace Launcher” window will open. At “select a
workspace”, browse to:
C:\Sensory\FC5_0_3\workspace
The ZViewIDE should then be open.