# auto set case 0
foreach design [list r i] {
current_design $design:/WORK/$MK_DESIGN_NAME
foreach port [find_ports "*test*mode* *scan*mode* *pg_pdn_en *atpg_se* *atpg_si* *scan_en LV_TM LV_WRSTN mbist_scan_en atpg_mode" ] {
set_constant -type port $port 0;
puts "set_constant -type port $port 0";
}
}
#set_constant -type port r:/WORK/$MK_DESIGN_NAME/test_mode 0
#set_constant -type port i:/WORK/$MK_DESIGN_NAME/test_mode 0
set_constant -type port i:/WORK/$MK_DESIGN_NAME/LV_TM 0
set_constant -type port i:/WORK/$MK_DESIGN_NAME/LV_WRSTN 0
set_constant -type port i:/WORK/$MK_DESIGN_NAME/mbist_scan_en 0
set_constant -type port i:/WORK/$MK_DESIGN_NAME/scan_en 0
set_constant -type port i:/WORK/$MK_DESIGN_NAME/scanmode 0
set_constant -type port i:/WORK/$MK_DESIGN_NAME/atpg_mode 0
set_constant -type port i:/WORK/$MK_DESIGN_NAME/atpg_se* 0
set hdlin_allow_partial_pg_netlist true
|