mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
verilog: fix const func eval with upto variables
This commit is contained in:
parent
ca876e7c12
commit
90bb47d181
5 changed files with 99 additions and 3 deletions
|
@ -268,6 +268,7 @@ namespace AST
|
|||
struct varinfo_t {
|
||||
RTLIL::Const val;
|
||||
int offset;
|
||||
bool range_swapped;
|
||||
bool is_signed;
|
||||
AstNode *arg = nullptr;
|
||||
bool explicitly_sized;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue