mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-21 05:13:40 +00:00
Added const folding of AST_CASE to AST simplifier
This commit is contained in:
parent
aa7a3ed83f
commit
acb435b6cf
3 changed files with 41 additions and 1 deletions
|
@ -246,6 +246,7 @@ namespace AST
|
|||
RTLIL::Const bitsAsConst(int width = -1);
|
||||
RTLIL::Const asAttrConst();
|
||||
RTLIL::Const asParaConst();
|
||||
bool bits_only_01();
|
||||
bool asBool();
|
||||
|
||||
// helper functions for real valued const eval
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue