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.

test control signal in dft compiler

Status
Not open for further replies.

vaishna

Newbie level 2
Joined
Jan 21, 2012
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,293
can anyone please tell me how to set the test control signal as test_mode/scan enable in synopsys dft compiler
 

We can set this by using the type of the set_dft_signal command.
e.g. for test_mode : use set_dft_signal -port {$port_name } -type TestMode
for scan enable use set_dft_signal -port {$port_name } -type ScanEnable.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top