mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
dpicall.cc: Fix sans-plugin function call
This commit is contained in:
parent
cf0f72dbd7
commit
7e026d824a
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ YOSYS_NAMESPACE_END
|
|||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
||||
AST::AstNode *AST::dpi_call(AstSrcLocType loc, const std::string&, const std::string &fname, const std::vector<std::string>&, const std::vector<AstNode*>&)
|
||||
std::unique_ptr<AST::AstNode> AST::dpi_call(AstSrcLocType, const std::string&, const std::string &fname, const std::vector<std::string>&, const std::vector<std::unique_ptr<AST::AstNode>>&)
|
||||
{
|
||||
log_error("Can't call DPI function `%s': this version of yosys is built without plugin support\n", fname.c_str());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue