Line 1... |
Line 1... |
|
|
This utility generates OR1K ISA document (isa.pdf) from two files:
|
This utility generates or1k_isa.pdf and a set of HTML files for import into MS Word,
|
|
from two files:
|
|
|
- or1k_desc.h instruction description included with this utility
|
- or1k_desc.h instruction description included with this utility
|
- or1.h instruction encoding included in egcs-1.1.2.tar.gz available from
|
- or1.h instruction encoding included in egcs-1.1.2.tar.gz available from
|
opencores web site.
|
opencores web site.
|
File is egcs-1.1.2/binutils-2.9.1/include/opcode/or1.h.
|
File is egcs-1.1.2/binutils-2.9.1/include/opcode/or1.h.
|
|
|
To generate final LaTeX, PostScript and Adobe PDF you need header.tex
|
To generate result/or1k_isa.tex, result/or1k_isa.ps and result/or1k_isa.pdf
|
(included in sources directory) and the following utilities:
|
you need header.tex (included in sources directory) and the following
|
|
utilities:
|
|
|
- latex package (Web2C 7.3.1) (for converting isa.tex to isa.dvi)
|
- latex package (Web2C 7.3.1) (for converting isa.tex to isa.dvi)
|
- (Omega) odvips(k) 5.86 from Radical Eye Software (www.radicaleye.com)
|
- (Omega) odvips(k) 5.86 from Radical Eye Software (www.radicaleye.com)
|
(for converting isa.dvi to or1k_isa.ps)
|
(for converting isa.dvi to or1k_isa.ps)
|
- GNU Ghostscript 5.10 (1998-12-17)
|
- GNU Ghostscript 5.10 (1998-12-17)
|
(for converting or1k_isa.ps to or1k_isa.pdf; perhaps even better utility is
|
(for converting or1k_isa.ps to or1k_isa.pdf; perhaps even better utility is
|
Adobe's Acrobat Distiller)
|
Adobe's Acrobat Distiller)
|
|
|
|
To generate result/or1k_isa.html, result/hf.html and result/filelist.xml you
|
|
need:
|
|
- chop_html binary in base directory
|
|
- tth package for converting Tex to HTML (binary for i386 included)
|
|
- already generated tex file
|
|
|
First create s symbolic link sources/or1.h to
|
First create s symbolic link sources/or1.h to
|
egcs-1.1.2/binutils-2.9.1/include/opcode/or1.h. Then execute
|
egcs-1.1.2/binutils-2.9.1/include/opcode/or1.h. Then execute
|
|
|
# make gen_or1k_isa
|
# make gen_or1k_isa
|
|
|
Line 28... |
Line 36... |
and you should get result/or1k_isa.ps and result/or1k_isa.pdf (you might need
|
and you should get result/or1k_isa.ps and result/or1k_isa.pdf (you might need
|
to punch CR a couple of times during latex -> dvi conversion due to some
|
to punch CR a couple of times during latex -> dvi conversion due to some
|
bus in isa.tex). Also you'll get result/or1k_isa.ps that should be converted
|
bus in isa.tex). Also you'll get result/or1k_isa.ps that should be converted
|
to PDF with Adobe's Acrobat Distiller to get nice looking PDF (I think
|
to PDF with Adobe's Acrobat Distiller to get nice looking PDF (I think
|
GhostScript generated PDF has some problems with fonts).
|
GhostScript generated PDF has some problems with fonts).
|
|
Also you'll get result/or1k_isa.html and two other files. You can import
|
|
or1k_isa.html into MS Word 2000.
|
|
|
--
|
--
|
|
|
4/Mar/2000, Damjan Lampret email:lampret@opencores.org
|
31/Mar/2001, Damjan Lampret email:lampret@opencores.org
|
31/Mar/2001, Damjan Lampret email:lampret@opencores.org
|
31/Mar/2001, Damjan Lampret email:lampret@opencores.org
|