From 90bb47d18140e381e65bd2b51fd793a0692b56a0 Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Tue, 11 Jan 2022 23:51:08 -0700 Subject: verilog: fix const func eval with upto variables --- frontends/ast/ast.h | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/ast/ast.h') diff --git a/frontends/ast/ast.h b/frontends/ast/ast.h index 48ec9a063..80497c131 100644 --- a/frontends/ast/ast.h +++ b/frontends/ast/ast.h @@ -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; -- cgit v1.2.3