3
0
Fork 0
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:
Clifford Wolf 2014-08-18 00:02:30 +02:00
parent aa7a3ed83f
commit acb435b6cf
3 changed files with 41 additions and 1 deletions

View file

@ -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