|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
哪位大神可以讲一下set_scan_configuration中-internal_clock single和multi的区别,看synopsys的文档没太看明白:
• single
The insert_dft command treats any internal clocks in the design as separate
clocks for the purpose of scan chain architecting. The single value stops at
the first buffer or inverter driving the flip-flops clock.
• none
The insert_dft command does not treat internal clocks as separate clocks.
This is the default value.
• multi
The insert_dft command treats any internal clocks in the design as separate
clocks for the purpose of scan chain architecting. The multi value jumps over
any buffers and inverters, stopping at the first multi-input gate driving the
flip-flops clock.
The -internal_clocks setting is common to all multimode scenarios. As a
result, this option can be specified only if the -test_mode option value is
set to ’all’. Otherwise, the tool issues a warning message, ignores the -
internal_clocks option, and processes the remaining set_scan_configuration
options. |
|