relnotes.rsp_dev
1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
August 15 release RELEASE NOTES RSP DEVELOPMENT OPTION
===============================
SUMMARY:
--------
This is the first release of the RSP Development Option.
This image includes all of the tools and documentation
necessary to write RSP microcode. It also includes
the RSP 'boot' microcode.
DOCUMENTATION:
--------------
All RSP development tools have 'man' pages contained
in this release.
"The RSP Programmer's Guide" and "RSP Programmer's
Reference Card" are included as PostScript versions,
installed in /usr/src/PR/doc/ps.
TOOLS:
------
The following tools are included. More information
about each tool can be found in the appropriate man page:
rspasm : the rsp assembler.
rsp, rspg : the rsp C simulator/debugger
(command line and graphical versions).
buildtask : a simple rsp ucode 'linker'.
rsp2elf : converts rsp objects to ELF file.
SOURCE CODE:
------------
The RSP boot microcode will be installed in
/usr/src/PR/rspcode/rspboot
This code is discussed in the programming guide.