OpenCores
URL https://opencores.org/ocsvn/ssbcc/ssbcc/trunk

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [tb/] [arch/] [test-rom2.awk] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sinclairrf
# Copyright 2013, Sinclair R.F., Inc.
2
#
3
# Validate the fetchs from the ROM at bank 2.
4
 
5
/fetch2/ {
6
  ix = strtonum("0x" $6);
7
  y  = strtonum("0x" $7);
8
  if (y != xor(0x5A,xor(ix,ix/2)))
9
    print;
10
}

powered by: WebSVN 2.1.0

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