|
CIRCT 22.0.0git
|
#include "mlir/Support/LLVM.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/LSP/Transport.h"#include <memory>#include <optional>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | circt::lsp::VerilogServerOptions |
| struct | circt::lsp::LSPServerOptions |
Namespaces | |
| namespace | llvm |
| namespace | mlir |
| namespace | mlir::lsp |
| namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
| namespace | circt::lsp |
Functions | |
| llvm::LogicalResult | circt::lsp::CirctVerilogLspServerMain (const LSPServerOptions &lspOptions, const VerilogServerOptions &options, llvm::lsp::JSONTransport &transport) |
Implementation for tools like circt-verilog-lsp-server. | |