3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-09 07:33:25 +00:00

Added AstNode::asInt()

This commit is contained in:
Clifford Wolf 2014-08-21 17:11:51 +02:00
parent 490d7a5bf2
commit 085c8e873d
3 changed files with 24 additions and 2 deletions

View file

@ -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();