Skip to content

Commit 00c7d7d

Browse files
committed
Added NoNullRangeWarning
1 parent 636ffca commit 00c7d7d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

VendorScripts_ActiveHDL.tcl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,12 @@ proc vendor_analyze_verilog {LibraryName File_Relative_Path args} {
253253
cd $MY_START_DIR
254254
}
255255

256+
# -------------------------------------------------
257+
proc NoNullRangeWarning {} {
258+
return "-nowarn COMP96_0119"
259+
}
260+
261+
256262
# -------------------------------------------------
257263
# End Previous Simulation
258264
#

VendorScripts_VSimSA.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ proc vendor_analyze_verilog {LibraryName FileName args} {
164164
vlog {*}$AnalyzeOptions
165165
}
166166

167+
# -------------------------------------------------
168+
proc NoNullRangeWarning {} {
169+
return "-nowarn COMP96_0119"
170+
}
171+
167172
# -------------------------------------------------
168173
# End Previous Simulation
169174
#

0 commit comments

Comments
 (0)