Hello everyone Does anyone know where I can find t...
# caravel
e
Hello everyone Does anyone know where I can find the number of flipflops my design uses?
j
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
It is likely that there are easier and more direct ways of getting this information
1
e
Thanks for your help 😄