support / src_en /api.is_seq.txt
gofeco's picture
Upload 100 files
fe683c0 verified
raw
history blame
561 Bytes
<h3 id='___is_seq'>is_seq</h3>
<pre>Check if an instance or a leaf cell is a specific sequential cell (LLM: sequential)
<b>Usage:</b> my $isseq = is_seq($name, @options);
$name: The instance under check
@options:
-help: This information
-ff: Check if it's a flipflop
-bank: Check if it's a multibit flop
-latch: Check if it's a latch
-cg: Check if it's a gated clock
-rom: Check if it's a rom
-ram: Check if it's a ram
$isseq: 0, it is not the specific sequential cell
1, it is the specific sequential cell
</pre>