mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Created basic support for function calls in parameter values
This commit is contained in:
parent
3121d19d95
commit
534c1a5dd0
4 changed files with 184 additions and 49 deletions
|
@ -772,7 +772,7 @@ static AstModule* process_module(AstNode *ast, bool defer)
|
|||
|
||||
if (!defer)
|
||||
{
|
||||
while (ast->simplify(!flag_noopt, false, false, 0, -1, false)) { }
|
||||
while (ast->simplify(!flag_noopt, false, false, 0, -1, false, false)) { }
|
||||
|
||||
if (flag_dump_ast2) {
|
||||
log("Dumping verilog AST after simplification:\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue