blob: 5620ab9031d1d475330dd37f0519833d27aed40a [file] [log] [blame]
#include "frontends/ast/ast.h"
namespace systemverilog_plugin
{
bool simplify(Yosys::AST::AstNode *ast_node, bool const_fold, bool at_zero, bool in_lvalue, int stage, int width_hint, bool sign_hint, bool in_param);
}