# COMPILE AND RUN TIME ARGUMENTS 编译与运行时的参数设置(run和sim可以看成一个意思,run就是run simv) #--- # Debug compile time arguments DBG_CMP += $(COV_CMP_OPTIONS) //debug 编译的参数 DBG_CMP += -debug_all //使能DVE debugging (包括 line stepping) //DBG_CMP += -debug_pp //使能...