Getting the number of Flip Flops - 플립플롭의 갯수 구하기

1. USE Design Compiler


dc_shell> list_attributes -application -class cell

dc_shell> sizeof_collection [get_cells -hierarchical -filter "is_sequential==true"]



2. USE the RTL

(FSD= D scan flip flop)


in rtl file(.v)
:%!grep -c FSD



3. list attribute -application

is_sequential


get_cell -hierarchical -filter "is_sequential = true'

댓글

이 블로그의 인기 게시물

PVT

Cell delay / Net delay

Types of Vth