From b548722beec87a7bfec0b9a307c1267f2ddb996b Mon Sep 17 00:00:00 2001 From: Udi Finkelstein Date: Tue, 15 Sep 2020 20:49:52 +0300 Subject: Added $high(), $low(), $left(), $right() --- 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 203b50021..1b8ed22ca 100644 --- a/frontends/ast/ast.h +++ b/frontends/ast/ast.h @@ -202,6 +202,7 @@ namespace AST // if this is a multirange memory then this vector contains offset and length of each dimension std::vector multirange_dimensions; + std::vector multirange_swapped; // true if range is swapped, not used for structs // this is set by simplify and used during RTLIL generation AstNode *id2ast; -- cgit v1.2.3