aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.h
diff options
context:
space:
mode:
authorUdi Finkelstein <github@udifink.com>2020-09-15 20:49:52 +0300
committerUdi Finkelstein <github@udifink.com>2020-09-15 20:49:52 +0300
commitb548722beec87a7bfec0b9a307c1267f2ddb996b (patch)
tree8192b8c2076e1173c0d3f030a3fea1e1fc64d5d5 /frontends/ast/ast.h
parent859e52af59e75689f7b0615899bc3356ba5a7ca1 (diff)
downloadyosys-b548722beec87a7bfec0b9a307c1267f2ddb996b.tar.gz
yosys-b548722beec87a7bfec0b9a307c1267f2ddb996b.tar.bz2
yosys-b548722beec87a7bfec0b9a307c1267f2ddb996b.zip
Added $high(), $low(), $left(), $right()
Diffstat (limited to 'frontends/ast/ast.h')
-rw-r--r--frontends/ast/ast.h1
1 files changed, 1 insertions, 0 deletions
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<int> multirange_dimensions;
+ std::vector<bool> multirange_swapped; // true if range is swapped, not used for structs
// this is set by simplify and used during RTLIL generation
AstNode *id2ast;