#include "llvm/ADT/StringMap.h"
#include "llvm/Support/LSP/Protocol.h"
#include "llvm/Support/ThreadPool.h"
#include "circt/Tools/circt-verilog-lsp-server/CirctVerilogLspServerMain.h"
#include <chrono>
#include <cstdint>
#include <mutex>
#include <thread>
#include <vector>
Go to the source code of this file.
|
namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
namespace | circt::lsp |
|
|
static llvm::ThreadPoolStrategy | circt::lsp::makeStrategy (unsigned maxThreads) |
| Build a pool strategy with a sensible minimum.
|
|