Hi,
I am creating .eco file where I am adding an instance and then attaching its terminal to existing nets. Then I load this .eco file using "loadECO" command. after I load the file, I see that when I connect a terminal of the new instance to an existing net, the net gets deleted from the design. So if I need to use this net for subsequent operations, I obviously can't get it. Here's the command:
ATTACHTERM <new_instance> <new_instance_terminal> <existing_net_in_the_design>
After this command is loaded (loadECO xxx.eco), <existing_net_in_the_design> gets deleted from the design.
Any help would be greatly appreciated!
Thanks.