Maker Pro
Maker Pro

Jedec file compare?

M

Malcolm Reeves

Hi,

Anyone know of a utility to compare jedec files (i.e. for pld etc.).
The only method I know of is to use a pld program to compare with an
existing pld which is not as convenient if you don't have the pld :-/.

TIA

--

....malcolm

Malcolm Reeves BSc CEng MIEE MIRSE, Full Circuit Ltd, Chippenham, UK
([email protected], [email protected] or [email protected]).
Design Service for Analogue/Digital H/W & S/W Railway Signalling and Power
electronics. More details plus freeware, Win95/98 DUN and Pspice tips, see:

http://www.fullcircuit.com or http://www.fullcircuit.co.uk

NEW - Desktop ToDo/Reminder program (free)
 
L

Leon Heller

Malcolm said:
Hi,

Anyone know of a utility to compare jedec files (i.e. for pld etc.).
The only method I know of is to use a pld program to compare with an
existing pld which is not as convenient if you don't have the pld :-/.

There's the Unix/Linux diff utility. You can get a DOS version.

Leon
 
R

R Adsett

There's the Unix/Linux diff utility. You can get a DOS version.

Leon
Acually if you are using windows/dos fc will work just fine. diff is
useful if you are going to use its output to modify a file but if you
just want an idication of the extent and approximate location of
differences fc will work just fine (and it already comes with the OS).

Robert

--
" 'Freedom' has no meaning of itself. There are always restrictions,
be they legal, genetic, or physical. If you don't believe me, try to
chew a radio signal. "

Kelvin Throop, III
 
J

Jim Thompson

Hi,

Anyone know of a utility to compare jedec files (i.e. for pld etc.).
The only method I know of is to use a pld program to compare with an
existing pld which is not as convenient if you don't have the pld :-/.

TIA

Hi Malcolm,

I use FolderMatch... http://www.foldermatch.com/fmnews.htm

It very nicely compares files, directories or drives.

I use it to synchronize all my PSpice and Client Project folders
between my main machine and my laptop.

It's US$35.

...Jim Thompson
 
B

Bob Stephens

Hi,

Anyone know of a utility to compare jedec files (i.e. for pld etc.).
The only method I know of is to use a pld program to compare with an
existing pld which is not as convenient if you don't have the pld :-/.

TIA

I used to use a form of diff that was included with XTree (DOS). One
problem I encountered was comparing a JEDEC file read from a chip with one
generated by a compiler. Many programs skip over blank portions (FF FF FF
FF ...) whereas the files read from the chips showed the entire fuse map.
So I needed a utility that could re-sync itself. No problem with files
generated from the same program.

Bob
 
T

Tim Hubberstey

Malcolm said:
Hi,

Anyone know of a utility to compare jedec files (i.e. for pld etc.).
The only method I know of is to use a pld program to compare with an
existing pld which is not as convenient if you don't have the pld :-/.

JEDEC files are (mostly) just plain ASCII so any file compare utility
should work.
I use ExamDiff. It has some limited filtering capability for the
comparisons and it's FREE.

http://www.prestosoft.com/ps.asp?page=edp_examdiff
 
M

Malcolm Reeves

Hi,

There's the Unix/Linux diff utility. You can get a DOS version.

I should have said I have tried this and it doesn't work, at least
with the files Xlinix produces. The file does look to be ascii but it
has the compile date so that is one area of difference. Also, the
actually programming at the end looks a bit like an eprom hex file and
I'm guessing it is:

Start Address : program bytes : checksum
Start Address : program bytes : checksum
......

So depend on how many bytes the tool writes per line will give
completely different ascii file for exactly the same pld.

For a completely check I think it has to be a tool specifically for
jedec files, not just fc.

TIA

--

....malcolm

Malcolm Reeves BSc CEng MIEE MIRSE, Full Circuit Ltd, Chippenham, UK
([email protected], [email protected] or [email protected]).
Design Service for Analogue/Digital H/W & S/W Railway Signalling and Power
electronics. More details plus freeware, Win95/98 DUN and Pspice tips, see:

http://www.fullcircuit.com or http://www.fullcircuit.co.uk

NEW - Desktop ToDo/Reminder program (free)
 
J

James D. Veale

I tried to email you but apparently was unsuccessful.

I am the author of a family of true word-by-word file comparison tools
with keyword and phrase processing. They can be configured to handle
a variety of application specific requirements. I expect they will
handle the two problems you mentioned below. Because they are
word-by-word compares they can be configured to be insensitive
to most changes in text flow.

If you would like to email me a couple of sample files, I'd be happy
to see if I can process them.

Contact information, more detailed descriptions, and demonstration
versions of the Complite File Comparison Family are available
on my web page at:

http://world.std.com/~jdveale

Again I'd be happy to discuss this in more detail or tryout
some sample files.

Jim Veale

Malcolm Reeves said:
I should have said I have tried this and it doesn't work, at least
with the files Xlinix produces. The file does look to be ascii but it
has the compile date so that is one area of difference. Also, the
actually programming at the end looks a bit like an eprom hex file and
I'm guessing it is:
Start Address : program bytes : checksum
Start Address : program bytes : checksum
.....
So depend on how many bytes the tool writes per line will give
completely different ascii file for exactly the same pld.
 
Top