head	1.8;
access;
symbols
	tn_m001:1.7;
locks; strict;
comment	@# @;


1.8
date	2002.08.15.21.38.26;	author simons;	state dead;
branches;
next	1.7;

1.7
date	2002.03.07.11.04.00;	author markom;	state Exp;
branches;
next	1.6;

1.6
date	2002.01.09.13.25.51;	author markom;	state Exp;
branches;
next	1.5;

1.5
date	2001.12.11.10.31.24;	author markom;	state Exp;
branches;
next	1.4;

1.4
date	2001.12.09.21.21.45;	author erez;	state Exp;
branches;
next	1.3;

1.3
date	2001.11.27.09.59.17;	author markom;	state Exp;
branches;
next	1.2;

1.2
date	2001.11.12.07.46.26;	author markom;	state Exp;
branches;
next	1.1;

1.1
date	2001.11.09.08.19.49;	author markom;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Testbench is now running on ORP architecture platform.
@
text
@section memory
  memory_table_file = "defaultmem.cfg"
  /*random_seed = 12345
  type = random*/
  pattern = 0x00
  type = unknown /* Fastest */
  
  nmemories = 2
  device 0
    name = "RAM"
    ce = 0
    baseaddr = 0x00000000
    size = 0x00200000
    delayr = 10
    delayw = -1
  enddevice
  
  device 1
    name = "FLASH"
    ce = 1
    baseaddr = 0x40000000
    size = 0x00200000
    delayr = 2
    delayw = 4
  enddevice
end

section dma
  ndmas = 1
  
  device 0
    baseaddr = 0x90000000
    irq = 4
  enddevice
end

section sim
  debug = 4
  verbose = 0
end
@


1.7
log
@tick section is now obsolete; update your .cfg files!
@
text
@@


1.6
log
@enabled parameters removed from devices, which also have number of devices; command line --output-cfg parameter added
@
text
@a40 6


section tick
  enabled = 1
  irq = 3
end
@


1.5
log
@memory configuration file joined into .cfg file; *mem.cfg are obsolete; read-only and write-only memory is supported; memory logging is not yet supported; update of testbench - only cache test fails, since it writes to RO memory
@
text
@a28 1
  enabled = 1
@


1.4
log
@Renamed ethernet's RX_BD_NUM to TX_BD_NUM (following change in original files)
@
text
@d7 19
@


1.3
log
@all tests pass check
@
text
@d20 1
@


1.2
log
@removed fixed irq numbering from pic.h; tick timer section added
@
text
@d1 7
@


1.1
log
@added missing files
@
text
@d15 6
@

