mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 13:27:16 -04:00
Fix intermittent errors caused by weird library stuff
This commit is contained in:
parent
b57604f4e4
commit
da43b2be53
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
onbreak {resume}
|
||||
|
||||
# create library
|
||||
if [file exists work] {
|
||||
vdel -all
|
||||
if [file exists work$2] {
|
||||
vdel -lib work$2 -all
|
||||
}
|
||||
vlib work$2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue