Merge pull request #5948 from YosysHQ/tcl9_verific

verific: do not link TCL command line interface
This commit is contained in:
Miodrag Milanović 2026-06-09 13:30:14 +00:00 committed by GitHub
commit a9446d7389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ function(get_verific_components result)
list(APPEND components ${component})
endforeach()
# Always remove TCL command interface
list(REMOVE_ITEM components commands)
set(${result} ${components})
return(PROPAGATE ${result})
endfunction()