how to creat a scan_enable signal in DFT Compiler?

Status
Not open for further replies.

bendrift

Member level 4
Joined
Nov 18, 2004
Messages
74
Helped
5
Reputation
10
Reaction score
4
Trophy points
1,288
Activity points
688
set_scan_signal site:edaboard.com

i have a netlist that have a scan_mode signal,but in the top level ,i didn't define a scan_enable signal.
how can i do in the DFT Compiler?can i choose a random as scan_enable signal
during DFT compiler?
 

set_test_signal scan_enable "your_design_scan_en"
search the doc for command reference .
 

set_scan_signal test_scan_enable -port [get_ports zio_sel]
zio_sel is a random function signal!
it works!
thank u
 

to create a new port u can use:
create_port -direction "in" {test_se}
set_scan_signal test_scan_enable -port test_se
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…