summaryrefslogtreecommitdiffstatshomepage
path: root/docs/man/jedutil.1
blob: 4a0ce38e03fcec00efface6a775fed8013142c84 (plain) (blame)
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
47
48
49
.\"  -*- nroff -*-
.\"
.\" jedutil.1
.\"
.\" Man page created from source and usage information
.\" Cesare Falco <c.falco@ubuntu.com>, February 2007
.\" 
.\" References
.\" http://aarongiles.com/?p=159
.\"
.TH JEDUTIL 1 2016-07-21 0.176 "MAME JEDEC file utilities"
.\"
.\" NAME chapter
.SH NAME
jedutil \- MAME JEDEC file utilities
.\"
.\" SYNOPSIS chapter
.SH SYNOPSIS
.B jedutil
.RI [ option ]
.\"
.\" DESCRIPTION chapter
.SH DESCRIPTION
Data for Programmable Logic Devices (PLDs) are usually stored in a format known
as JEDEC, basically a text file allowing insertion of further information by
programmers.
.PP
MAME uses a raw binary representation of the same data, in order to
achieve correct identification of PLD data through CRC and SHA1 algorithms
(i.e. with the \-romident option).
.PP
.B jedutil
provides an easy way to convert PLDs data between these two formats.
.\"
.\" OPTIONS chapter
.SH OPTIONS
.TP
.B \-convert \fIinputfile outputfile \fR[\fIfuses\fR]
Converts JEDEC data between file formats. Both .jed (JEDEC) and .pla
(Berkeley standard PLA) files can be converted to a .bin (binary) file,
while a binary file can be converted to a .jed file only.
.TP
.B \-view \fIinputfile device
Dump logic equations. \fIinputfile\fR can be either a JED or binary file.
.TP
.B \-viewlist
View list of supported devices.
.SH SEE ALSO
mame(6), mess(6)