OpenCores
URL https://opencores.org/ocsvn/a-z80/a-z80/trunk

Subversion Repositories a-z80

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /a-z80/trunk/resources
    from Rev 3 to Rev 8
    Reverse comparison

Rev 3 → Rev 8

/connotate-fuse.bat
1,7 → 1,7
Rem Fuse tests are read from the fuse directory and modified versions
Rem are stored in the same folder, but with the .out extension
 
connotate-fuse.py ..\cpu\toplevel\fuse\regress.in
connotate-fuse.py ..\cpu\toplevel\fuse\regress.expected
connotate-fuse.py ..\cpu\toplevel\fuse\tests.in
connotate-fuse.py ..\cpu\toplevel\fuse\tests.expected
python connotate-fuse.py ..\cpu\toplevel\fuse\regress.in
python connotate-fuse.py ..\cpu\toplevel\fuse\regress.expected
python connotate-fuse.py ..\cpu\toplevel\fuse\tests.in
python connotate-fuse.py ..\cpu\toplevel\fuse\tests.expected
/process-pla.py
1,4 → 1,4
#!/usr/bin/env python
#!/usr/bin/env python3
#
# This script reads the original Z80 PLA table and processes it to get the list of PLA
# entries in the form suitable to load into the PLA checker program.
/connotate-fuse.py
1,4 → 1,4
#!/usr/bin/env python
#!/usr/bin/env python3
#
# This script connotates fuse test files with Z80 opcode strings.
# Run it once to convert original fuse files to a new, connotated format.
42,7 → 42,7
load("opcodes-fd-xx.txt")
 
if len(sys.argv)!=2:
print "Usage: " + sys.argv[0] + " <fuse-test-file>"
print ("Usage:", sys.argv[0], "<fuse-test-file>")
exit(0)
file = sys.argv[1]
 
57,4 → 57,4
if index in op:
note = " " + " "*(7-len(parts[0])) + op[index.upper()]
f2.write(line + note + "\n")
print line + note
print (line + note)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.