mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
improved const function support
This commit is contained in:
parent
5c10d2ee36
commit
76da2fe172
3 changed files with 41 additions and 5 deletions
|
@ -579,7 +579,7 @@ struct AST_INTERNAL::ProcessGenerator
|
|||
break;
|
||||
|
||||
default:
|
||||
assert(0);
|
||||
log_abort();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue