1 |
2 |
umairsiddi |
;
|
2 |
|
|
; Copyright Model Technology, a Mentor Graphics
|
3 |
|
|
; Corporation company 2003, - All rights reserved.
|
4 |
|
|
;
|
5 |
|
|
[Library]
|
6 |
|
|
std = $MODEL_TECH/../std
|
7 |
|
|
ieee = $MODEL_TECH/../ieee
|
8 |
|
|
verilog = $MODEL_TECH/../verilog
|
9 |
|
|
vital2000 = $MODEL_TECH/../vital2000
|
10 |
|
|
std_developerskit = $MODEL_TECH/../std_developerskit
|
11 |
|
|
synopsys = $MODEL_TECH/../synopsys
|
12 |
|
|
modelsim_lib = $MODEL_TECH/../modelsim_lib
|
13 |
|
|
|
14 |
|
|
|
15 |
|
|
; VHDL Section
|
16 |
|
|
unisim = $MODEL_TECH/../xilinx/vhdl/unisim
|
17 |
|
|
simprim = $MODEL_TECH/../xilinx/vhdl/simprim
|
18 |
|
|
xilinxcorelib = $MODEL_TECH/../xilinx/vhdl/xilinxcorelib
|
19 |
|
|
aim = $MODEL_TECH/../xilinx/vhdl/aim
|
20 |
|
|
pls = $MODEL_TECH/../xilinx/vhdl/pls
|
21 |
|
|
cpld = $MODEL_TECH/../xilinx/vhdl/cpld
|
22 |
|
|
|
23 |
|
|
; Verilog Section
|
24 |
|
|
unisims_ver = $MODEL_TECH/../xilinx/verilog/unisims_ver
|
25 |
|
|
uni9000_ver = $MODEL_TECH/../xilinx/verilog/uni9000_ver
|
26 |
|
|
simprims_ver = $MODEL_TECH/../xilinx/verilog/simprims_ver
|
27 |
|
|
xilinxcorelib_ver = $MODEL_TECH/../xilinx/verilog/xilinxcorelib_ver
|
28 |
|
|
aim_ver = $MODEL_TECH/../xilinx/verilog/aim_ver
|
29 |
|
|
cpld_ver = $MODEL_TECH/../xilinx/verilog/cpld_ver
|
30 |
|
|
|
31 |
|
|
work = work
|
32 |
|
|
[vcom]
|
33 |
|
|
; Turn on VHDL-1993 as the default. Normally is off.
|
34 |
|
|
VHDL93 = 1
|
35 |
|
|
|
36 |
|
|
; Show source line containing error. Default is off.
|
37 |
|
|
; Show_source = 1
|
38 |
|
|
|
39 |
|
|
; Turn off unbound-component warnings. Default is on.
|
40 |
|
|
; Show_Warning1 = 0
|
41 |
|
|
|
42 |
|
|
; Turn off process-without-a-wait-statement warnings. Default is on.
|
43 |
|
|
; Show_Warning2 = 0
|
44 |
|
|
|
45 |
|
|
; Turn off null-range warnings. Default is on.
|
46 |
|
|
; Show_Warning3 = 0
|
47 |
|
|
|
48 |
|
|
; Turn off no-space-in-time-literal warnings. Default is on.
|
49 |
|
|
; Show_Warning4 = 0
|
50 |
|
|
|
51 |
|
|
; Turn off multiple-drivers-on-unresolved-signal warnings. Default is on.
|
52 |
|
|
; Show_Warning5 = 0
|
53 |
|
|
|
54 |
|
|
; Turn off optimization for IEEE std_logic_1164 package. Default is on.
|
55 |
|
|
; Optimize_1164 = 0
|
56 |
|
|
|
57 |
|
|
; Turn on resolving of ambiguous function overloading in favor of the
|
58 |
|
|
; "explicit" function declaration (not the one automatically created by
|
59 |
|
|
; the compiler for each type declaration). Default is off.
|
60 |
|
|
Explicit = 1
|
61 |
|
|
|
62 |
|
|
; Turn off VITAL compliance checking. Default is checking on.
|
63 |
|
|
; NoVitalCheck = 1
|
64 |
|
|
|
65 |
|
|
; Ignore VITAL compliance checking errors. Default is to not ignore.
|
66 |
|
|
; IgnoreVitalErrors = 1
|
67 |
|
|
|
68 |
|
|
; Turn off VITAL compliance checking warnings. Default is to show warnings.
|
69 |
|
|
; Show_VitalChecksWarnings = false
|
70 |
|
|
|
71 |
|
|
; Turn off "loading..." messages. Default is messages on.
|
72 |
|
|
; Quiet = 1
|
73 |
|
|
|
74 |
|
|
; Turn on some limited synthesis rule compliance checking. Checks only:
|
75 |
|
|
; -- signals used (read) by a process must be in the sensitivity list
|
76 |
|
|
; CheckSynthesis = 1
|
77 |
|
|
|
78 |
|
|
[vlog]
|
79 |
|
|
|
80 |
|
|
; Turn off "loading..." messages. Default is messages on.
|
81 |
|
|
; Quiet = 1
|
82 |
|
|
|
83 |
|
|
; Turn on Verilog hazard checking (order-dependent accessing of global vars).
|
84 |
|
|
; Default is off.
|
85 |
|
|
; Hazard = 1
|
86 |
|
|
|
87 |
|
|
; Turn on converting regular Verilog identifiers to uppercase. Allows case
|
88 |
|
|
; insensitivity for module names. Default is no conversion.
|
89 |
|
|
; UpCase = 1
|
90 |
|
|
|
91 |
|
|
; Turns on incremental compilation of modules
|
92 |
|
|
; Incremental = 1
|
93 |
|
|
|
94 |
|
|
[vsim]
|
95 |
|
|
; Simulator resolution
|
96 |
|
|
; Set to fs, ps, ns, us, ms, or sec with optional prefix of 1, 10, or 100.
|
97 |
|
|
Resolution = ps
|
98 |
|
|
|
99 |
|
|
; User time unit for run commands
|
100 |
|
|
; Set to default, fs, ps, ns, us, ms, or sec. The default is to use the
|
101 |
|
|
; unit specified for Resolution. For example, if Resolution is 100ps,
|
102 |
|
|
; then UserTimeUnit defaults to ps.
|
103 |
|
|
UserTimeUnit = default
|
104 |
|
|
|
105 |
|
|
; Default run length
|
106 |
|
|
RunLength = 100
|
107 |
|
|
|
108 |
|
|
; Maximum iterations that can be run without advancing simulation time
|
109 |
|
|
IterationLimit = 5000
|
110 |
|
|
|
111 |
|
|
; Directive to license manager:
|
112 |
|
|
; vhdl Immediately reserve a VHDL license
|
113 |
|
|
; vlog Immediately reserve a Verilog license
|
114 |
|
|
; plus Immediately reserve a VHDL and Verilog license
|
115 |
|
|
; nomgc Do not look for Mentor Graphics Licenses
|
116 |
|
|
; nomti Do not look for Model Technology Licenses
|
117 |
|
|
; noqueue Do not wait in the license queue when a license isn't available
|
118 |
|
|
; License = plus
|
119 |
|
|
|
120 |
|
|
; Stop the simulator after an assertion message
|
121 |
|
|
; 0 = Note 1 = Warning 2 = Error 3 = Failure 4 = Fatal
|
122 |
|
|
BreakOnAssertion = 3
|
123 |
|
|
|
124 |
|
|
; Assertion Message Format
|
125 |
|
|
; %S - Severity Level
|
126 |
|
|
; %R - Report Message
|
127 |
|
|
; %T - Time of assertion
|
128 |
|
|
; %D - Delta
|
129 |
|
|
; %I - Instance or Region pathname (if available)
|
130 |
|
|
; %% - print '%' character
|
131 |
|
|
; AssertionFormat = "** %S: %R\n Timf: %T Iteration: %D%I\n"
|
132 |
|
|
|
133 |
|
|
; Assertion File - alternate file for storing assertion messages
|
134 |
|
|
; AssertFile = assert.log
|
135 |
|
|
|
136 |
|
|
; Default radix for all windows and commands...
|
137 |
|
|
; Set to symbolic, ascii, binary, octal, decimal, hex, unsigned
|
138 |
|
|
DefaultRadix = symbolic
|
139 |
|
|
|
140 |
|
|
; VSIM Startup command
|
141 |
|
|
; Startup = do startup.do
|
142 |
|
|
|
143 |
|
|
; File for saving command transcript
|
144 |
|
|
TranscriptFile = transcript
|
145 |
|
|
|
146 |
|
|
; File for saving command history
|
147 |
|
|
;CommandHistory = cmdhist.log
|
148 |
|
|
|
149 |
|
|
; Specify whether paths in simulator commands should be described
|
150 |
|
|
; in VHDL or Verilog format. For VHDL, PathSeparator = /
|
151 |
|
|
; for Verilog, PathSeparator = .
|
152 |
|
|
PathSeparator = /
|
153 |
|
|
|
154 |
|
|
; Specify the dataset separator for fully rooted contexts.
|
155 |
|
|
; The default is ':'. For example, sim:/top
|
156 |
|
|
; Must not be the same character as PathSeparator.
|
157 |
|
|
DatasetSeparator = :
|
158 |
|
|
|
159 |
|
|
; Disable assertion messages
|
160 |
|
|
; IgnoreNote = 1
|
161 |
|
|
; IgnoreWarning = 1
|
162 |
|
|
; IgnoreError = 1
|
163 |
|
|
; IgnoreFailure = 1
|
164 |
|
|
|
165 |
|
|
; Default force kind. May be freeze, drive, or deposit
|
166 |
|
|
; or in other terms, fixed, wired or charged.
|
167 |
|
|
; DefaultForceKind = freeze
|
168 |
|
|
|
169 |
|
|
; If zero, open files when elaborated
|
170 |
|
|
; else open files on first read or write
|
171 |
|
|
; DelayFileOpen = 0
|
172 |
|
|
|
173 |
|
|
; Control VHDL files opened for write
|
174 |
|
|
; 0 = Buffered, 1 = Unbuffered
|
175 |
|
|
UnbufferedOutput = 0
|
176 |
|
|
|
177 |
|
|
; Control number of VHDL files open concurrently
|
178 |
|
|
; This number should always be less then the
|
179 |
|
|
; current ulimit setting for max file descriptors
|
180 |
|
|
; 0 = unlimited
|
181 |
|
|
ConcurrentFileLimit = 40
|
182 |
|
|
|
183 |
|
|
; This controls the number of hierarchical regions displayed as
|
184 |
|
|
; part of a signal name shown in the waveform window. The default
|
185 |
|
|
; value or a value of zero tells VSIM to display the full name.
|
186 |
|
|
; WaveSignalNameWidth = 0
|
187 |
|
|
|
188 |
|
|
; Turn off warnings from the std_logic_arith, std_logic_unsigned
|
189 |
|
|
; and std_logic_signed packages.
|
190 |
|
|
; StdArithNoWarnings = 1
|
191 |
|
|
|
192 |
|
|
; Turn off warnings from the IEEE numeric_std and numeric_bit
|
193 |
|
|
; packages.
|
194 |
|
|
; NumericStdNoWarnings = 1
|
195 |
|
|
|
196 |
|
|
; Control the format of a generate statement label. Don't quote it.
|
197 |
|
|
; GenerateFormat = %s__%d
|
198 |
|
|
|
199 |
|
|
; Specify whether checkpoint files should be compressed.
|
200 |
|
|
; The default is to be compressed.
|
201 |
|
|
; CheckpointCompressMode = 0
|
202 |
|
|
|
203 |
|
|
; List of dynamically loaded objects for Verilog PLI applications
|
204 |
|
|
; Veriuser = veriuser.sl
|
205 |
|
|
|
206 |
|
|
[lmc]
|
207 |
|
|
[Project]
|
208 |
|
|
Project_Version = 5
|
209 |
|
|
Project_DefaultLib = work
|
210 |
|
|
Project_SortMethod = unused
|
211 |
|
|
Project_Files_Count = 17
|
212 |
|
|
Project_File_0 = D:/MyOpenCoresProjects/hpc-16/impl0/rtl/vhdl/con_pkg.vhd
|
213 |
|
|
Project_File_P_0 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125777840 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 10 dont_compile 0 vhdl_use93 1
|
214 |
|
|
Project_File_1 = D:/MyOpenCoresProjects/hpc-16/impl0/rtl/vhdl/cpu_pkg.vhd
|
215 |
|
|
Project_File_P_1 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125744617 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 12 dont_compile 0 vhdl_use93 1
|
216 |
|
|
Project_File_2 = D:/MyOpenCoresProjects/hpc-16/impl0/rtl/vhdl/log.vhd
|
217 |
|
|
Project_File_P_2 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125744802 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 1 dont_compile 0 vhdl_use93 1
|
218 |
|
|
Project_File_3 = D:/MyOpenCoresProjects/hpc-16/impl0/rtl/vhdl/dp.vhd
|
219 |
|
|
Project_File_P_3 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125744639 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 8 dont_compile 0 vhdl_use93 1
|
220 |
|
|
Project_File_4 = D:/MyOpenCoresProjects/hpc-16/impl0/rtl/vhdl/shifter.vhd
|
221 |
|
|
Project_File_P_4 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125744830 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 3 dont_compile 0 vhdl_use93 1
|
222 |
|
|
Project_File_5 = D:/MyOpenCoresProjects/hpc-16/impl0/rtl/vhdl/sync.vhd
|
223 |
|
|
Project_File_P_5 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125864447 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 9 dont_compile 0 vhdl_use93 1
|
224 |
|
|
Project_File_6 = D:/MyOpenCoresProjects/hpc-16/impl0/rtl/vhdl/dp_pkg.vhd
|
225 |
|
|
Project_File_P_6 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125744735 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 7 dont_compile 0 vhdl_use93 1
|
226 |
|
|
Project_File_7 = D:/MyOpenCoresProjects/hpc-16/impl0/sim/testbench/ram8x16.vhd
|
227 |
|
|
Project_File_P_7 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125827422 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 15 dont_compile 0 vhdl_use93 1
|
228 |
|
|
Project_File_8 = D:/MyOpenCoresProjects/hpc-16/impl0/sim/testbench/arith.vhd
|
229 |
|
|
Project_File_P_8 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1122463114 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 0 dont_compile 0 vhdl_use93 1
|
230 |
|
|
Project_File_9 = D:/MyOpenCoresProjects/hpc-16/impl0/sim/testbench/test.vhd
|
231 |
|
|
Project_File_P_9 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125827504 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 14 dont_compile 0 vhdl_use93 1
|
232 |
|
|
Project_File_10 = D:/MyOpenCoresProjects/hpc-16/impl0/rtl/vhdl/con1.vhd
|
233 |
|
|
Project_File_P_10 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125865820 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 11 dont_compile 0 vhdl_use93 1
|
234 |
|
|
Project_File_11 = D:/MyOpenCoresProjects/hpc-16/impl0/rtl/vhdl/alu.vhd
|
235 |
|
|
Project_File_P_11 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125744419 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 2 dont_compile 0 vhdl_use93 1
|
236 |
|
|
Project_File_12 = D:/MyOpenCoresProjects/hpc-16/impl0/rtl/vhdl/flags.vhd
|
237 |
|
|
Project_File_P_12 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125744790 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 5 dont_compile 0 vhdl_use93 1
|
238 |
|
|
Project_File_13 = D:/MyOpenCoresProjects/hpc-16/impl0/rtl/vhdl/regfile.vhd
|
239 |
|
|
Project_File_P_13 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125744817 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 6 dont_compile 0 vhdl_use93 1
|
240 |
|
|
Project_File_14 = D:/MyOpenCoresProjects/hpc-16/impl0/rtl/vhdl/fcmp.vhd
|
241 |
|
|
Project_File_P_14 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125744774 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 4 dont_compile 0 vhdl_use93 1
|
242 |
|
|
Project_File_15 = D:/MyOpenCoresProjects/hpc-16/impl0/sim/testbench/ramNx16.vhd
|
243 |
|
|
Project_File_P_15 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125827384 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 16 dont_compile 0 vhdl_use93 1
|
244 |
|
|
Project_File_16 = D:/MyOpenCoresProjects/hpc-16/impl0/rtl/vhdl/cpu.vhd
|
245 |
|
|
Project_File_P_16 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 folder {Top Level} last_compile 1125744575 vhdl_disableopt 0 vhdl_vital 0 vhdl_warn1 1 vhdl_warn2 1 vhdl_showsource 0 vhdl_explicit 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 ood 0 compile_to work compile_order 13 dont_compile 0 vhdl_use93 1
|
246 |
|
|
Project_Sim_Count = 1
|
247 |
|
|
Project_Sim_0 = add2
|
248 |
|
|
Project_Sim_P_0 = Generics {} timing default -std_output {} +notimingchecks 0 -L {} selected_du {} -hazards 0 -sdf {} +acc {} ok 1 folder {Top Level} +pulse_r {} -absentisempty 0 -multisource_delay {} OtherArgs {} +pulse_e {} -t 10ps -vital2.2b 0 +plusarg {} -sdfnoerror 0 -coverage 0 additional_dus work.test -noglitch 0 -nofileshare 0 +no_pulse_msg 0 -wlf {} -std_input {} -Lf {} -sdfnowarn 0 -assertfile {}
|
249 |
|
|
Project_Folder_Count = 0
|