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.

why DFTAdvisor inserts back slash?

Status
Not open for further replies.

pennsia

Junior Member level 1
Joined
May 27, 2009
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,391
I used DFTAdvisor (from Mentor) to do scan chain stitching and found the tool will rename some of the scan inputs. For example,
rename pad_data[0] to \pad_data[0] and break the scan chain.

So I have to manually fix it as:

BUFX2 U999 (.Y(\pad_data[0]), .A(pad_data[0]));

Can anyone tell me why this happened? Thx a lot....
 

I think there are some settings that allow you to constrain the tool from renaming your ports. In general it does not do renaming. It is possible that there is another net or pin with the same name in the design post insertion. Please check.
 

Thanks, anssprasad,

What confusing me is that there is no wire or net share the same name in the raw netlist. And for a bus, like pad_dat with 10 bits, only some of them have been renamed, some remain untouched.

So far I did not find any command to constrain renaming.

Any other suggestion?
 

Please upload the logfile and the output netlist if possible, I will take a look.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top