Manual Page Result
0
Command: paddle.10 | Section: 10 | Source: UNIX v10 | File: paddle.10.5
PADDLE(10.5) PADDLE(10.5)
NAME
paddle - pal description language
DESCRIPTION
paddle is a description language for detailing the fuse format of pro-
grammable devices. paddle is used by xpal(10) to create the fuse map
that urom(1) and friends want. paddle permits multiple fuse arrays
provided they are given unique names. Each definition begins by defin-
ing the name of the part along with possible synonyms. This is fol-
lowed by (1) an array declaration (2) a fuse block definition (3) a
type declaration (the .tt line) and lastly, a (4) pins declaration.
The array declaration permits declaration of input and output pins to
the array. The use of the complement keyword create 2 input lines for
a given pin. The general form of a pin declaration is pin:#terms=fuse,
where #terms is the maximum number of terms for the pin and fuse is the
optional fuse number. Here is part of the declaration of a 20L10:
20L10=NS20L10=AM20L10 {
array and/or {
inputs {
complement+ external {
2, 1,
.
.
.
11, 13
}
}
outputs {
external {
123:1,
23:3,
.
.
.
}
}
}
type "iiiiiiiiiiig i3455555555v"
}
SEE ALSO
xpal(10.1)
UCDS PADDLE(10.5)