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.

DFT compiler set_autofix

Status
Not open for further replies.

chis4yu

Newbie level 4
Joined
May 23, 2020
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
74
Hi,

I'm setting certain elements to NOT be scanned.
But looks like set_dft_configuration overrides this.

1) set_dft_configuration (acts like autofix)

Need someone to confirm.

set_scan_element false { module1 module2 }

set_dft_configuration -fix clock_enable
set_dft_configuration -fix reset

2) locally autofix

I tried to locally apply the autofix but DFT compiler complains about

set_autofix_element [get_cells i_abc/i_xyz/*reg*] -type clock -method mux -control_signal Testmode -test_data scanclk
Error: TestData signal type not specified for the port scanclk (TESTXG-11)
Discarded Autofix element specifications.

and tried to make scanclk as Testdata

set_dft_signal -view spec -test_mode all -type TestData -port scanlk
Error: Multiple signal types cannot be specified for hookup port 'scanclk'. (UIT-663)
Discarded dft signal specification

Anyone have good working example of set_autofix_element with the set_dft_signals ?

Thanks
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top