mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
Added Verilog/AST support for DPI functions (dpi_call() still unimplemented)
This commit is contained in:
parent
38addd4c67
commit
7bfc4ae120
8 changed files with 135 additions and 3 deletions
|
@ -68,6 +68,7 @@ std::string AST::type2str(AstNodeType type)
|
|||
X(AST_MODULE)
|
||||
X(AST_TASK)
|
||||
X(AST_FUNCTION)
|
||||
X(AST_DPI_FUNCTION)
|
||||
X(AST_WIRE)
|
||||
X(AST_MEMORY)
|
||||
X(AST_AUTOWIRE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue