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