Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / config / mmu.config
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: mmu.config
4// Copyright (C) 1995-2007 Sun Microsystems, Inc. All Rights Reserved
5// 4150 Network Circle, Santa Clara, California 95054, U.S.A.
6//
7// * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8//
9// This program is free software; you can redistribute it and/or modify
10// it under the terms of the GNU General Public License as published by
11// the Free Software Foundation; version 2 of the License.
12//
13// This program is distributed in the hope that it will be useful,
14// but WITHOUT ANY WARRANTY; without even the implied warranty of
15// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16// GNU General Public License for more details.
17//
18// You should have received a copy of the GNU General Public License
19// along with this program; if not, write to the Free Software
20// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21//
22// For the avoidance of doubt, and except that if any non-GPL license
23// choice is available it will apply instead, Sun elects to use only
24// the General Public License version 2 (GPLv2) at this time for any
25// software where a choice of GPL license versions is made
26// available with the language indicating that GPLv2 or any later version
27// may be used, or where a choice of which version of the GPL is applied is
28// otherwise unspecified.
29//
30// Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
31// CA 95054 USA or visit www.sun.com if you need additional information or
32// have any questions.
33//
34// ========== Copyright Header End ============================================
35#include "defaults.config"
36//#define SUNV_PATH /import/n2-tools/release/sunv/x.yz
37//#define LAVA_LIB_PATH /import/lava_lib/release/rel_r.s
38//------------------------------------------------------------
39
40
41<mmu>
42 -asm_diag_root=$DV_ROOT/verif/diag
43 -vera_diag_root=$DV_ROOT/verif/diag
44 -vera_config_root=$DV_ROOT/verif
45 -image_diag_root=$DV_ROOT/verif
46 -wait_cycle_to_kill=10
47 -post_process_cmd="regreport -nocut_name -1 > status.log"
48 -model=mmu
49 -flist=$DV_ROOT/verif/env/mmu/mmu.flist
50 -config_rtl=XXX
51 -vera_vcon_file=mmu_sim.vcon
52 -env_base=$DV_ROOT/verif/env/mmu
53 -drm_disk=[/export/home/bw=30]
54 -drm_type=vcs
55 -drm_freeram=500
56 -drm_freeprocessor=1.0
57 SUNVFORCEOPTS
58 -sunv_args=-showCompiledOutCode=off
59 -sunv_args=-filter=400010,300012,308003
60 -sunv_args=-define=SIM
61 -sunv_args=-define=LIB
62 -sunv_args=-define=INITLATZERO
63 -sunv_args=-define=NOL2RTL
64 -sunv_args=-excludepreload
65 -sunv_args=-ignorepartial
66 -sunv_args=-out=mmu_sim.v
67 -sunv_args=-path=$DV_ROOT/verif/env/mmu
68 -sunv_args=-path=SUNV_RTL_PATH
69 -sunv_args=-perlinclude=SUNV_PATH/include
70 -sunv_args=-topcell=mmu_sim
71 -sunv_args=-unusednet='unused$:unused\[[0-9]+\]$'
72 -sunv_args=-version
73 -sunv_args=-warn=2000
74 -sunv_args=-preload=SUNVLIBS_SUNV
75 -vlint_top=mmu
76 -vlint_args=-turn_unspecified_off
77 -vlint_args=-binary
78 -vlint_args=-vlint
79 -vlint_args=-depth 999
80 -vlint_args=-vr $DV_ROOT/verif/env/config/vlint.rc
81 -vlint_args=-turn_unspecified_off
82 -vlint_args=SUNVLIBS_OTHER
83 -zeroIn_build_args=-d mmu
84 -zeroIn_build_args=-ctrl $DV_ROOT/verif/env/mmu/mmu_zeroIn_cfg.v
85 -zeroIn_build_args=SUNVLIBS_OTHER
86 -zeroIn_build_args=-sim vcs
87 -vcs_build_args=-Mupdate
88 -vcs_build_args=+define+LIB
89 -vcs_build_args=-vera
90 -vcs_build_args=SUNVLIBS_OTHER
91 -vcs_build_args=+define+INITLATZERO
92 -sas_run_args=-DSP0
93 -sas_run_args=-DMEM_TEST
94 -sas_run_args=-DINTR_TEST
95 -sas_run_args=-DMEM_DEBUG
96 -sas_run_args=-DNIAGARA
97 -vcs_run_args=+vera_disable_final_report
98 -vcs_run_args=+vera_exit_on_error
99</mmu>