Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
eba2751f62b0af673955da0c3d6b6e32c6fe12cb
/
.
/
systemverilog-plugin
/
third_party
/
yosys
/
simplify.h
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
);
}