-
While printing statistics, I do see that Yosys printouts the following
along with the list of leaf cells (seq and comb) instantiated in the design. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Not that I know of. Adding a way to select sequential cells with the selection syntax (see
Wires can be multibit. Say you have
in Verilog. That counts as a single wire but as 8 wire bits. |
Beta Was this translation helpful? Give feedback.
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.Wires can be multibit. Say you have
in Verilog. That counts as a single wire but as 8 wire bits.