URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [libsim.tests/] [int-level.cfg] - Rev 438
Go to most recent revision | Compare with Previous | Blame | View Log
/* int-level.cfg -- Or1ksim configuration script file for level triggered PICCopyright (C) 2001, Marko Mlinar <markom@opencores.org>Copyright (C) 2010 Embecosm LimitedContributor Marko Mlinar <markom@opencores.org>Contributor Jeremy Bennett <jeremy.bennett@embecosm.com>This file is part of OpenRISC 1000 Architectural Simulator.This program is free software; you can redistribute it and/or modify itunder the terms of the GNU General Public License as published by the FreeSoftware Foundation; either version 3 of the License, or (at your option)any later version.This program is distributed in the hope that it will be useful, but WITHOUTANY WARRANTY; without even the implied warranty of MERCHANTABILITY orFITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License formore details.You should have received a copy of the GNU General Public License alongwith this program. If not, see <http: www.gnu.org/licenses/>. */section memory/*random_seed = 12345type = random*/pattern = 0x00type = unknown /* Fastest */name = "FLASH"ce = 0mc = 0baseaddr = 0xf0000000size = 0x00200000delayr = 10delayw = -1endsection memory/*random_seed = 12345type = random*/pattern = 0x00type = unknown /* Fastest */name = "RAM"ce = 1mc = 0baseaddr = 0x00000000size = 0x00200000delayr = 2delayw = 4endsection immuenabled = 1nsets = 64nways = 1ustates = 2pagesize = 8192endsection dmmuenabled = 1nsets = 64nways = 1ustates = 2pagesize = 8192endsection icenabled = 1nsets = 256nways = 1ustates = 2blocksize = 16endsection dcenabled = 1nsets = 256nways = 1ustates = 2blocksize = 16endsection cpuver = 0x12rev = 0x0001/* upr = */superscalar = 0hazards = 0dependstats = 0endsection bpbenabled = 0btic = 0endsection debug/* enabled = 1rsp_enabled = 1rsp_port = 51000*/endsection simdebug = 0profile = 0prof_fn = "sim.profile"exe_log = 0exe_log_type = softwareexe_log_fn = "executed.log"endsection mcenabled = 1baseaddr = 0x93000000POC = 0x00000008 /* Power on configuration register */index = 0endsection dmabaseaddr = 0xB8000000irq = 4endsection ethernetenabled = 0baseaddr = 0x92000000irq = 4rtx_type = "file"endsection VAPIenabled = 0server_port = 9998endsection fbenabled = 1baseaddr = 0x97000000refresh_rate = 10000filename = "primary"endsection kbdenabled = 0endsection picenabled = 1edge_trigger = 0 /* Level triggered */endsection genericenabled = 1baseaddr = 0x98000000size = 8end
Go to most recent revision | Compare with Previous | Blame | View Log
