mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #5948 from YosysHQ/tcl9_verific
verific: do not link TCL command line interface
This commit is contained in:
commit
a9446d7389
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue