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.

[SOLVED] Get all nets without the input nets in design compiler

Status
Not open for further replies.

DustHerder

Newbie level 4
Joined
Jun 8, 2016
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
33
Hi guys,

Exist any solution to use the command get_nets to obtain all nets without the input nets ?

Regards,
DustHerder
 

Use the Tcl command remove_from_collection to remove those specific nets from the original get_nets collection.

Don't know if there is another way to do it as I haven't used DC in decades, but other tools (Altera/xilinx) have the same command and a quick check showed that DC has this same command.
 

    V

    Points: 2
    Helpful Answer Positive Rating
Another option for you is to use -filter option, and you can combine with "full_name != "victim": get_nets * -filter "full_name != victim". Please check the syntax on DC man page.
Be careful if you are handling a flattern design which may content hierarchy character in net name.
 
  • Like
Reactions: ads-ee

    ads-ee

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top