head	1.9;
access;
symbols
	rel-0-3-0-rc1:1.9
	stable_0_2_x:1.9.0.2
	stable_0_2_0:1.9
	stable_0_2_0_rc3:1.9
	stable_0_2_0_rc1:1.9
	stable_0_2_0_rc2:1.9
	nog_patch_73:1.7
	nog_patch_72:1.7
	nog_patch_71:1.7
	nog_patch_70:1.7
	nog_patch_69:1.7
	nog_patch_68:1.7
	nog_patch_67:1.7
	nog_patch_66:1.7
	nog_patch_65:1.7
	nog_patch_64:1.7
	nog_patch_63:1.7
	nog_patch_62:1.7
	nog_patch_61:1.7
	nog_patch_60:1.7
	nog_patch_59:1.7
	nog_patch_58:1.7
	nog_patch_57:1.7
	nog_patch_56:1.7
	nog_patch_55:1.7
	nog_patch_54:1.7
	nog_patch_53:1.7
	nog_patch_52:1.7
	nog_patch_51:1.7
	nog_patch_50:1.7
	nog_patch_49:1.6
	nog_patch_48:1.6
	nog_patch_47:1.6
	nog_patch_46:1.6
	nog_patch_45:1.6
	nog_patch_44:1.6
	nog_patch_43:1.6
	nog_patch_42:1.6
	nog_patch_41:1.6
	nog_patch_40:1.6
	nog_patch_39:1.6
	nog_patch_38:1.6
	nog_patch_37:1.6
	nog_patch_36:1.6
	nog_patch_35:1.6
	nog_patch_34:1.6
	nog_patch_33:1.6
	stable_0_1_x:1.6.0.2
	stable_0_1_0:1.6
	tn_m001:1.6;
locks; strict;
comment	@# @;


1.9
date	2005.09.06.16.32.25;	author nogj;	state Exp;
branches;
next	1.8;
commitid	3b86431dc47f4567;

1.8
date	2005.06.30.11.41.28;	author nogj;	state Exp;
branches;
next	1.7;
commitid	726b42c3da634567;

1.7
date	2005.03.31.15.54.26;	author nogj;	state Exp;
branches;
next	1.6;

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

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

1.4
date	2002.01.08.13.05.54;	author markom;	state Exp;
branches;
next	1.3;

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

1.2
date	2001.12.19.18.34.17;	author erez;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.19.14.18.14;	author erez;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Update config files
@
text
@section memory
  /*random_seed = 12345
  type = random*/
  pattern = 0x00
  type = unknown /* Fastest */
  
  name = "RAM"
  ce = 1
  baseaddr = 0x00000000
  size = 0x00200000
  delayr = 1
  delayw = 1
end

section memory
  /*random_seed = 12345
  type = random*/
  pattern = 0x00
  type = unknown /* Fastest */
 
  name = "FLASH"
  ce = 0
  baseaddr = 0xf0000000
  size = 0x00200000
  delayr = 1
  delayw = -1
end

section mc
  enabled = 1
  baseaddr = 0x93000000
  POC = 0x00000008                 /* Power on configuration register */
end

section cpu
  ver = 0x1200
  rev = 0x0001
  /* upr = */
  superscalar = 0
  hazards = 0
  dependstats = 0
end

section sim
  debug = 3
  verbose = 1
  exe_log = 1
  exe_log_fn = "executed.log"
end

section gpio
  baseaddr = 0xB0000000
  irq = 23
  base_vapi_id = 0x0200 /* GPIO uses 8 VAPI IDs */
end

section VAPI
  enabled = 1
  log_enabled = 1
  hide_device_id = 1
  vapi_log_fn = "vapi.log"
  server_port = 9100
end
@


1.8
log
@Bring config files up-to-date with recent changes
@
text
@d60 1
a60 1
  log_device_id = 0
@


1.7
log
@Update the config files for the tests to the new format
@
text
@d7 26
a32 18
  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
@


1.6
log
@update
@
text
@d44 3
a46 7
  ngpios = 1
  
  device 0
    baseaddr = 0xB0000000
    irq = 23
    base_vapi_id = 0x0200 /* GPIO uses 8 VAPI IDs */
  enddevice
@


1.5
log
@enabled parameters removed from devices, which also have number of devices; command line --output-cfg parameter added
@
text
@a35 5
section bpb
  enabled = 0
  btic = 0
end

a37 3
  profile = 0
  prof_fn = "sim.profile"
  
a38 1
  /* iprompt = 0 */
@


1.4
log
@lot of new parameters concerning memory delays added; bpb parameter moved from cpu to new bpb section; UPDATE YOUR .CFG FILES!
@
text
@a52 1
  enabled = 1
@


1.3
log
@removed stats 6 command, handling SLP; function profiling is supported by profiler; subroutine level parallelism is not covered yet, but should be done in profiler
@
text
@d34 4
a38 1
  bpb = 0
@


1.2
log
@Implemented some GPIO tests
@
text
@a33 1
  slp = 0
@


1.1
log
@Started adding acv_gpio testbench
@
text
@d40 1
a40 1
  debug = 4
@

