URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [mp3_stable/] [mp3/] [sw/] [mad-xess/] [sim.cfg] - Rev 1765
Compare with Previous | Blame | View Log
/* sim.cfg -- Simulator configuration script fileCopyright (C) 2001, Marko Mlinar, markom@opencores.orgThis file is part of OpenRISC 1000 Architectural Simulator.This program is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with this program; if not, write to the Free SoftwareFoundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */section memorymemory_table_file = "simmem.cfg"/*random_seed = 12345type = random*/pattern = 0x00type = unknown /* Fastest */endsection cpuver = 0x1200rev = 0x0001/* upr = */superscalar = 0hazards = 0history = 0dependstats = 0dependency = 0slp = 0btic_sim = 0bpb = 0endsection debug/*enabled = 0gdb_enabled = 0*/server_port = 9999endsection simdebug = 0verbose = 0profile = 0prof_fn = "sim.profile"/* iprompt = 0 */exe_log = 1exe_log_fn = "executed.log"endsection mcenabled = 0baseaddr = 0xa0000000POC = 0x00000008 /* Power on configuration register */endsection uartenabled = 0nuarts = 1device 0baseaddr = 0x80000000rxfile = "/tmp/uart0.rx"txfile = "/tmp/uart0.tx"jitter = -1 /* async behaviour */enddeviceendsection dmaenabled = 0ndmas = 1device 0baseaddr = 0x90000000irq = 4enddeviceendsection VAPIenabled = 0end
