mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 14:23:41 +00:00
Added $high(), $low(), $left(), $right()
This commit is contained in:
parent
859e52af59
commit
b548722bee
4 changed files with 147 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue