mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-02 21:37:04 +00:00
Merge 0635df4ee5
into 733487e730
This commit is contained in:
commit
1dd51a158a
3 changed files with 31 additions and 8 deletions
|
@ -771,8 +771,6 @@ struct AST_INTERNAL::ProcessGenerator
|
|||
if (node->type == AST_CONSTANT && node->is_string) {
|
||||
arg.type = VerilogFmtArg::STRING;
|
||||
arg.str = node->bitsAsConst().decode_string();
|
||||
// and in case this will be used as an argument...
|
||||
arg.sig = node->bitsAsConst();
|
||||
arg.signed_ = false;
|
||||
} else if (node->type == AST_IDENTIFIER && node->str == "$time") {
|
||||
arg.type = VerilogFmtArg::TIME;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue