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_sequentialget_cell -hierarchical -filter "is_sequential = true'
댓글
댓글 쓰기