33.2.2 dvt_ls.sh Examples
Start a standalone Language Server
dvt_ls.sh start /path/to/project -lang vlog
Start a Language Server using bsub
bsub ... 'dvt_ls.sh start /path/to/project -lang vlog -build rtl -noexit'
Stop a Language Server
The output will indicate that it's trying to stop the server and confirm or show and error when the operation completes. Stopping server '<id>'...
Server stopped
Stop all available (unused and reachable) Language Servers
dvt_ls.sh stop -available
The output will indicate that it's trying to stop the server and confirm or show and error for each server when the operation completes. Stopping server '<id>'...
Server stopped
...
Print information about all Language Servers started by your user
Print information about all available (unused and reachable) Language Servers started by yout user
dvt_ls.sh list -available
|