Hello everyone
Does anyone know where I can find the number of flipflops my design uses?
j
Jecel Assumpção Jr
10/24/2023, 11:23 PM
After running openlane you will have a bunch of .log files in a "run" directory. In the yosys.log files there are a huge number of lines, but towards the end you will see a line like "sky130_fd_sc_hd__dfxtp_4 4" which, in this case, says this project has four flip-flops in it
✅ 1
Jecel Assumpção Jr
10/24/2023, 11:24 PM
It is likely that there are easier and more direct ways of getting this information