Mentor-dft 学习笔记 day49: Tessent On-Chip Clock Controller, Basic Clock Gater Cell, Two embedding
发布时间
阅读量:
阅读量
occ.dft_spec
一个基础的OCC DftSpecification示例如下:
DftSpecification(cpu, occ_core) {
reuse_modules_when_possible: on;
OCC { Controller(CLK1_OCC) {
// 定义OCC应插入的时钟域根节点 clock_intercept_node: /BUF_OCC_1/Y; }
Controller(CLK2_OCC) {
// 定义OCC应插入的时钟域根节点 clock_intercept_node: /BUF_OCC_2/Y; }
Controller(CLK3_OCC) {
// 定义OCC应插入的时钟域根节点 clock_intercept_node: /BUF_OCC_3/Y; } } }
post_dft_insertion_procedure.tcl
用于post-DFT插入的Tcl脚本。该OCC插入示例中包含了process_dft_specification.post_insertation过程。
过程名称作为关键字,用于指示process_dft_specification命令在完成指定dft逻辑的插入后立即执行该过程的内容。插入后的脚本将生成一个扫描链,将所有已插入的OCC移位寄存器连接至未压缩的扫描链中。同时,还会生成一个
全部评论 (0)
还没有任何评论哟~
