Skip to content

How to properly report the number of sequential cells #4124

Answered by povik
gkamendje asked this question in Q&A
Discussion options

You must be logged in to vote

Is there a way to get a count of the number of sequential cells instantiated in the design?

Not that I know of. Adding a way to select sequential cells with the selection syntax (see help select to find out what that is) is something that was brought up today as a sidenote in #4122. If selection syntax had this support it would let you write a command to count sequential cells.

What is the difference between a wire and a wire bit?

Wires can be multibit. Say you have

    wire [7:0] blah;

in Verilog. That counts as a single wire but as 8 wire bits.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@gkamendje
Comment options

@nakengelhardt
Comment options

@nakengelhardt
Comment options

Answer selected by gkamendje
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants