Hi,
By default, RTL Compiler performs boundary optimization during synthesis for all hierarchical instances in the design. To preserve the input and output pins of a subdesign, you can turn off the boundary optimization.
set_attr boundary_opto false [find / -subdesign $subdsgn]
Originally posted in cdnusers.org by Stalker