[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.
 
Reactions: ads-ee

    ads-ee

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…