<h3 id='___is_leaf'>is_leaf</h3> | |
<pre>Check if a module or instance is leaf cell (LLM: leaf) | |
<b>Usage:</b> my $leaf = is_leaf($name); | |
$name: The module or instance under check | |
$leaf: 0, it's a hierarchical module, (Or the module is not defined) | |
1, it's leaf cell. Like, NAND4X8 | |
</pre> |