mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
const: represent string constants as string, assert not accessed as bits
This commit is contained in:
parent
960bca0196
commit
498e0498c5
81 changed files with 764 additions and 690 deletions
|
@ -437,7 +437,7 @@ constant:
|
|||
bits.pop_back();
|
||||
$$ = new RTLIL::Const;
|
||||
for (auto it = bits.begin(); it != bits.end(); it++)
|
||||
$$->bits.push_back(*it);
|
||||
$$->bits().push_back(*it);
|
||||
free($1);
|
||||
} |
|
||||
TOK_INT {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue