diff options
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/ast/genrtlil.cc | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/frontends/ast/genrtlil.cc b/frontends/ast/genrtlil.cc index 99d8566dc..591d027cb 100644 --- a/frontends/ast/genrtlil.cc +++ b/frontends/ast/genrtlil.cc @@ -1245,6 +1245,7 @@ RTLIL::SigSpec AstNode::genRTLIL(int width_hint, bool sign_hint)  			cell->parameters["\\CLK_ENABLE"] = RTLIL::Const(0);  			cell->parameters["\\CLK_POLARITY"] = RTLIL::Const(0); +			cell->parameters["\\TRANSPARENT"] = RTLIL::Const(0);  			return RTLIL::SigSpec(wire);  		} | 
