Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Hopw to get cell type of a FF in design compiler?

Status
Not open for further replies.

omid219

Advanced Member level 4
Joined
Feb 2, 2005
Messages
117
Helped
5
Reputation
10
Reaction score
1
Trophy points
1,298
Location
Malaysia
Activity points
988
Hi All,

Can anyone know how can I get the cell type of a FF in dc_shell?

For example I have a rgister named my_design/core/dsp/counter_reg_1_1. How can I get the cell type which this FF has been mapped to?

Thanks for your help,
 

Hi ,
I assume cell type means , ref name of the flop. Is it correct?. If so, below command will tell you which flop is mapped to your intended register.

Comamnd in DC :
get_attr [get_cell my_design/core/dsp/counter_reg_1_1] ref_name

let me know if it doesnt work or if you mean some thing else for cell type?.

Regards,
Sam
 

Hi Sam,

Yes, I was looking for the ref name and this command gives it. Thanks for your help.
 

maybe you can try the "report_cell" command
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top