OSVVM / OSVVM-Scripts

OSVVM project simulation scripts. Scripts are tedious. These scripts simplify the steps to compile your project for simulation
Other
8 stars 13 forks source link

Bug wrt. variable-existence checks #50

Closed riedel-ferringer closed 2 months ago

riedel-ferringer commented 7 months ago

https://github.com/OSVVM/OSVVM-Scripts/blob/778e6b9e1931dcddb3249da7759296026f9be099/OsvvmProjectScripts.tcl#L217C24-L217C24

I had to change the check to if {[info exists ::argv0]} { as otherwise I got an error "$::argv0 not found" in the next line...

JimLewis commented 2 months ago

Should be fixed in the current release