Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
4b1b632f8b4c6326c5c64f63ff5d061367acd47c
/
.
/
systemverilog-plugin
/
third_party
/
yosys
/
simplify.h
blob: 5620ab9031d1d475330dd37f0519833d27aed40a [
file
]
#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
);
}