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.

How to prevent DFT from changing names?

Status
Not open for further replies.

VitalyM4

Junior Member level 3
Joined
Jan 18, 2008
Messages
28
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,459
DFT changes names

After synthesis in DC I have flops in register with names FRAME_COUNT_reg[number] , but after insert_dft it changes names on FRAME_COUNT_reg_number_, how to prevent this name changing. Is there possibility to write netlist in FRAME_COUNT_reg[number] format?
 

Re: DFT changes names

hi,

use the following command before using insert_dft command. This command preserves the design name.

set_dft_insertion_configuration -preserve_design_name
insert_dft
 

Re: DFT changes names

Are you using the command

change_names -rules verilog ..... if yes then it is causing the flattening of the bus.

You can set your own rule of not changing the naming style....

look for the following commands

change_names(2)
define_name_rules(2)
report_names(2)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top