Skip to content

Commit 22d5de7

Browse files
committed
Set Support2019FilePath to true
1 parent f433b4a commit 22d5de7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

VendorScripts_RivieraPro.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767

6868
if {[expr [string compare $ToolVersion "2021.04"] >= 0]} {
6969
SetVHDLVersion 2019
70+
variable Support2019FilePath "true"
7071
}
7172

7273
variable FunctionalCoverageIntegratedInSimulator "Aldec"
@@ -172,6 +173,8 @@ proc vendor_analyze_vhdl {LibraryName FileName args} {
172173
set DebugOptions "-dbg"
173174
}
174175

176+
# at least with RP 2024.10, relax mode is not needed, looks like it was there in the first version of this file
177+
# set AnalyzeOptions [concat -${VhdlVersion} {*}${DebugOptions} -work ${LibraryName} {*}${args} ${FileName}]
175178
set AnalyzeOptions [concat -${VhdlVersion} {*}${DebugOptions} -relax -work ${LibraryName} {*}${args} ${FileName}]
176179
puts "vcom $AnalyzeOptions"
177180
vcom {*}$AnalyzeOptions

0 commit comments

Comments
 (0)