Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / config / siu.config
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: siu.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
37
38<siu>
39#ifdef AXIS_BUILD
40 -config_rtl=AXIS
41 -sunv_args=-keepSectionSym=AXIS_SMEM
42 -sunv_args=-keepSectionSym=EMUL_COSIM
43 -vcs_build_args=-P $VERA_HOME/lib/vera_pli.tab
44 -vcs_build_args=$VERA_HOME/lib/libSysSciTask.a
45 -vcs_build_args=-pl -lsocket -pl -lnsl -pl -lintl -pl -ldl
46 -vcs_build_args=+v2000
47 -axis_build_args="-scope n2_ccm"
48#endif
49 -asm_diag_root=$DV_ROOT/verif/diag
50 -vera_diag_root=$DV_ROOT/verif/diag
51 -vera_config_root=$DV_ROOT/verif
52 -image_diag_root=$DV_ROOT/verif
53 -wait_cycle_to_kill=10
54 -post_process_cmd="regreport -1 > status.log"
55 -model=siu
56 -flist=$DV_ROOT/verif/env/siu/siu.flist
57 -config_rtl=SIU
58 -vera_vcon_file=siu_top.vcon
59 -env_base=$DV_ROOT/verif/env/siu
60 -drm_disk=[/export/home/bw=30]
61 -drm_type=vcs
62 -drm_freeram=500
63 -drm_freeprocessor=1.0
64 SUNVFORCEOPTS
65 -sunv_args=-topcell=cpu
66 -sunv_args=-define=SIM
67 -sunv_args=-define=LIB
68 -sunv_args=-define=SCAN_MODE
69 -sunv_args=-showCompiledOutCode=off
70 -sunv_use_nonprim
71 -sunv_nonprim_list=$DV_ROOT/verif/env/siu/nonprimitive.list
72 -sunv_args=-excludepreload
73 -sunv_args=-out=cpu.v
74 -sunv_args=-path=SUNV_RTL_PATH
75 -sunv_args=-path=SUNVMACROS
76 -sunv_args=-preload=SUNVLIBS_SUNV
77 -sunv_args=-perlinclude=SUNVPERLINC
78 -vlint_top=siu
79 -vlint_args=+define+TOP=siu
80 -vlint_args=-turn_unspecified_off
81 -vlint_args=-binary
82 -vlint_args=-vlint
83 -vlint_args=-depth 999
84 -vlint_args=-vr $DV_ROOT/verif/env/config/vlint.rc
85 -vlint_args=-turn_unspecified_off
86 -vlint_args=SUNVLIBS_OTHER
87 -illust_run
88 -illust_args=-b -c $DV_ROOT/verif/env/config/filter_vlint.rc
89#ifdef AXIS_BUILD
90 -zeroIn_build_args=-sim axis
91#else
92 -zeroIn_build_args=-sim vcs
93 -zeroIn_build_args="-fastmod siu"
94 //-zeroIn_build_args="-fastsim turbo"
95 -zeroIn_build_args=+error+command-19
96 -zeroIn_build_args=+error+command-46
97 -zeroIn_build_args=+error+command-6
98 -zeroIn_build_args=+error+command-7
99#endif
100 -zeroIn_build_args=-exit_on_directive_errors
101 -zeroIn_build_args=-ctrl $DV_ROOT/verif/env/siu/siu_zeroIn_cfg.v
102 -zeroIn_build_args=-ctrl $DV_ROOT/verif/env/common/verilog/checkers/0in_checkers.v
103 -zeroIn_build_args=-d cpu
104 -zeroIn_build_args=SUNVLIBS_OTHER
105 // -zeroIn_build_args=+define+X_GUARD
106 -zeroIn_build_args=-rcd
107#ifndef AXIS_BUILD
108 -vcs_build_args=-Mupdate
109 -vcs_build_args=-vera
110 -vcs_build_args="+v2k"
111 -vcs_build_args=+rad
112#endif
113 -vcs_build_args=+define+LIB
114 -vcs_build_args=SUNVLIBS_OTHER
115 -vcs_build_args=+define+SCAN_MODE
116 -sas_run_args=-DSP0
117 -sas_run_args=-DMEM_TEST
118 -sas_run_args=-DINTR_TEST
119 -sas_run_args=-DMEM_DEBUG
120 -sas_run_args=-DNIAGARA
121 -vcs_run_args=+vera_disable_final_report
122 -vcs_run_args=+vera_exit_on_error
123 -vcs_run_args=+VERB=10
124
125 -vcs_cm_config=$DV_ROOT/verif/env/siu/siu.cm_config
126</siu>