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.

[DC] [all_clocks] equal to [get_clocks *]?

Status
Not open for further replies.

davyzhu

Advanced Member level 1
Joined
May 23, 2004
Messages
494
Helped
5
Reputation
10
Reaction score
2
Trophy points
1,298
Location
oriental
Activity points
4,436
all_clocks

Hi all,

I am a Design Compiler newbie.
Is [all_clocks] equal to [get_clocks *]?

BTW, what's the main difference between all_* and get_* command?

Best regards,
Davy
 

get_clocks

both of having regexp in TCL
It will find all regexp stored in tcl
mostly get is in attribute , all is regexp like all_ins= find / -port ports_in/*]
 

    davyzhu

    Points: 2
    Helpful Answer Positive Rating
all_clocks tcl

Hi aravind,

Thanks!

You give out "all_ins= find / -port ports_in/*]".

What's the first "/" and the second "/" mean?

Best regards,
Davy
 

design compiler all_clocks

it will search from root directory.
this command in RTL Compiler not in DC.
U can check that in DC

Added after 1 minutes:

http://www.tclforeda.org/

read this website
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top