blob: 69cd4f418fa2b7358fedf4bda9ce918d16cc4251 [file] [log] [blame]
#include "frontends/ast/ast.h"
namespace systemverilog_plugin
{
using ys_size_type = int; // Makes it easy to change if changed upstream.
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);
}