mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-09 07:33:25 +00:00
Added AstNode::asInt()
This commit is contained in:
parent
490d7a5bf2
commit
085c8e873d
3 changed files with 24 additions and 2 deletions
|
@ -247,6 +247,7 @@ namespace AST
|
|||
RTLIL::Const bitsAsConst(int width = -1);
|
||||
RTLIL::Const asAttrConst();
|
||||
RTLIL::Const asParaConst();
|
||||
uint64_t asInt(bool is_signed);
|
||||
bool bits_only_01();
|
||||
bool asBool();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue