📄 vhdl.scr
字号:
/* optimize CONVERTOR_CKT */read -format pla vhdl/CONVERTOR.plaread -format vhdl vhdl/CONVERTOR_CKT.vhdcurrent_design CONVERTOR_CKTset_scan_style combinationaluniquifycompile/* testability analysis */check_testcreate_test_patterns -sample 11/* save CONVERTOR_CKT */write -hier -out CONVERTOR_CKT.db/* optimize ALARM_SM_2 without test-smart compile */read -format vhdl vhdl/ALARM_SM_2.vhdcurrent_design ALARM_SM_2create_clock CLK -period 15max_area 0write -hier -out unmapped_ALARM_SM_2.dbcompile/* testability analysis */set_test_methodology full_scanset_scan_style multiplexed_flip_flopcheck_testcheck_test -verbosecreate_test_patterns -sample 11remove_design find(design "*")/* optimize ALARM_SM_2 using test-smart compile */read unmapped_ALARM_SM_2.dbset_scan_style multiplexed_flip_flopcompile/* testability analysis */set_test_methodology full_scancheck_testremove_design find(design "*")/* process entire COMPUTE_BLOCK */read vhdl/COMPUTE_BLOCK.dbcurrent_design COMPUTE_BLOCK/* testability analysis */set_test_methodology full_scanset_scan_style multiplexed_flip_flopcheck_testcreate_test_patterns -sample 11/* optimize designs with test mode fix */remove_design {CLOCK_GEN COMPUTE_BLOCK}write find(design "*") -out save.dbread -format vhdl CLOCK_GEN.vhdcreate_clock CLK -period 15max_area 0set_scan_style multiplexed_flip_flopcompileread -format vhdl COMPUTE_BLOCK.vhdread save.dbcurrent_design COMPUTE_BLOCKset_test_hold 1 TEST_MODEcheck_testcreate_test_patterns -sample 11create_test_patternsreport_test -faults -class untestedwrite -hier -out COMPUTE_BLOCK.dbexit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -