KimB - Designer

HDL Compiler Synthesis directives 본문

Synopsys-DC/Directives

HDL Compiler Synthesis directives

KimB 2020. 10. 3. 21:02

Design Compiler Synthesis Directives

HDL Compiler(Design Compiler) synthesis directive는 Synopsys의 HDL Compiler / Design Compiler 로 합성시에만 사용되는 Command입니다.

이 명령어는 Synopsys 사 외의 합성 툴에서는 무시됩니다.

형태

다음 4가지 형태로 시작합니다.

// synopsys ...
/* synopsys ...
//$ ...
//$S ...

사용가능한 Directives

Directive Description
async_set_reset  
async_set_reset_local  
async_set_reset_local_all  
dc_tcl_script_begin ... dc_tcl_script_end TBD
enum  
full_case  
infer_multibit ... dont_infer_multibit  
infer_mux  
infer_onhot_mux  
keep_signal_name  
one_cold  
one_hot  
parallel_case  
preserve_sequential  
sync_set_reset  
sync_set_reset_local  
sync_set_reset_local_all  
template  
translate_off ... translate_on  
Comments