GETTING STARTED
This page contains instructions on setting up your UNIX account to
enable compilation, assembling and linking of your DSP programs.
-
PATH: In your Unix account, setup the paths for the C31 DSK compiler,
assembler and linker at the Unix prompt with the following commands:
leto_[1]: swsetup sim3x
leto_[1]: swsetup tms320c3x
The first command adds the path for the simulator.
The second command adds the path for the compiler, assembler and linker.
-
CHECK: Check that the paths have been added to your user profile with:
-
DIR: Create a directory called ece_4773 in your home directory
of your UNIX account, and a sub-directory c31dsk:
leto_1[1]: cd ~
leto_1[1]: mkdir ece_4773
leto_1[1]: mkdir ece_4773/c31dsk
We will use these directories as a temporary workspace
for some assignments.
Programs and instructions for the assignments are
available in the
DSP Programs
directory on the course web site.