`Timescale

In Verilog, all delays are governed by `timescale directive in the source file.
在這裏插入圖片描述

-timescale=<time_unit/time_resolution>

This is analysis time option. If present on the vlogan command line, it is applied to all files which have no timescale of their own(resetall) or not yet hit any timescale directive from other files during parsing order.

-override_timescale=<time_unit/time_resolution>

If applied at the analysis time, this option overrides the timescale of all analyzed modules into the same work library from all previous analysis commands. Hence,-override_timescale replaces timescale of all the modules that are analyzed so far into
the work library.

Ref: https://solvnet.synopsys.com/dow_retrieve/latest/VCS_MX/ni/vcsmx_ug.pdf

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章