From: Rainer Buchty on
Hi everyone,

does anyone on this list have a pointer to a (freely available) JEDEC
file disassembler that also supports N82S153 (PLS153) or at least a
document showing which bit in the JEDEC file maps to what fuse in the
PLS153?

Unfortunately, also the N82S153 datasheet on alldatasheets.com doesn't
really help (unless someone could confirm that the order of bits in the
explained TWX format is the same order as in the JEDEC fusemap).

Regards,
Rainer
From: Andy on
You might look for simulation models of it. I've seen vhdl models for
PALs, etc. that read the jedec file and configure the model
accordingly.

While they may not "disassemble" the file to the higher level you
want, at least you could configure an emulator with it.

Andy
From: Rainer Buchty on
In article <6875efc3-68cd-479e-adca-432525a3d340(a)q35g2000vbi.googlegroups.com>,
Andy <jonesandy(a)comcast.net> writes:
|> You might look for simulation models of it. I've seen vhdl models for
|> PALs, etc. that read the jedec file and configure the model
|> accordingly.
|>
|> While they may not "disassemble" the file to the higher level you
|> want, at least you could configure an emulator with it.

Didn't find any. But since I had a JEDEC file at my hands where I also
possess the equations, it was rather simple to rev-engineer the fusemap
as laid out in the JEDEC file.

Rainer

From: mike_la_jolla on
On Sep 17, 3:10 am, buc...(a)atbode100.lrr.in.tum.de (Rainer Buchty)
wrote:
> Hi everyone,
>
> does anyone on this list have a pointer to a (freely available) JEDEC
> file disassembler that also supports N82S153 (PLS153) or at least a
> document showing which bit in the JEDEC file maps to what fuse in the
> PLS153?
>
> Unfortunately, also the N82S153 datasheet on alldatasheets.com doesn't
> really help (unless someone could confirm that the order of bits in the
> explained TWX format is the same order as in the JEDEC fusemap).
>
> Regards,
>         Rainer

Not sure why you are using JEDEC for this. If you have the 82S153,
just put
the device on the programmer and read the fuse locations back. I did
this
many times 25 years ago. What device programmer are you using?

From: Rainer Buchty on
In article <9c84f43a-5edd-46ac-8a96-8d018bf626ba(a)f20g2000prn.googlegroups.com>,
mike_la_jolla <mdini(a)dinigroup.com> writes:
|>
|> Not sure why you are using JEDEC for this. If you have the 82S153,
|> just put the device on the programmer and read the fuse locations back.

Uhm, yes. And which format but JEDEC do you suggest?

|> What device programmer are you using?

Data I/O Unisite.

Rainer