|
CIRCT 22.0.0git
|
#include <CirctVerilogLspServerMain.h>

Public Member Functions | |
| VerilogServerOptions (const std::vector< std::string > &libDirs, const std::vector< std::string > &extraSourceLocationDirs, const std::vector< std::string > &commandFiles) | |
Public Attributes | |
| const std::vector< std::string > & | libDirs |
| Additional list of RTL directories to search. | |
| const std::vector< std::string > & | extraSourceLocationDirs |
| Additional list of external source directories to search. | |
| const std::vector< std::string > & | commandFiles |
| Additional list of command files that reference dependencies of the project. | |
Definition at line 36 of file CirctVerilogLspServerMain.h.
|
inline |
Definition at line 37 of file CirctVerilogLspServerMain.h.
| const std::vector<std::string>& circt::lsp::VerilogServerOptions::commandFiles |
Additional list of command files that reference dependencies of the project.
Definition at line 48 of file CirctVerilogLspServerMain.h.
Referenced by circt::lsp::VerilogTextFile::initializeProjectDriver().
| const std::vector<std::string>& circt::lsp::VerilogServerOptions::extraSourceLocationDirs |
Additional list of external source directories to search.
Definition at line 45 of file CirctVerilogLspServerMain.h.
Referenced by circt::lsp::VerilogDocument::getOrOpenFile().
| const std::vector<std::string>& circt::lsp::VerilogServerOptions::libDirs |
Additional list of RTL directories to search.
Definition at line 43 of file CirctVerilogLspServerMain.h.