edastudy:tessent:atpg
差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
| edastudy:tessent:atpg [2025/03/16 14:28] – [1.5 OCC clone] user01 | edastudy:tessent:atpg [2026/07/06 19:14] (当前版本) – [3. X-bounding] user01 | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== - atpg ====== | ====== - atpg ====== | ||
| + | |||
| + | ===== - LE TE概念 ===== | ||
| + | LE: Leading-Edge | ||
| + | TE: Trailing-Edge | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| ===== - Transition AC ===== | ===== - Transition AC ===== | ||
| 行 80: | 行 89: | ||
| </ | </ | ||
| + | 在ATPG时启用兼容时钟模式:\\ | ||
| + | set_clock_restriction domain_clock -compatible_clocks_between_loads on | ||
| + | |||
| + | report_synchronous_clock_groups | ||
| ====== - gen atpg pattern ====== | ====== - gen atpg pattern ====== | ||
| 行 120: | 行 133: | ||
| 让逻辑结合部分在shift阶段状态不变化, | 让逻辑结合部分在shift阶段状态不变化, | ||
| + | |||
| + | |||
| + | ====== - X-bounding ====== | ||
| + | 如果报 | ||
| + | < | ||
| + | // Warning: Could not identify the data path input for the library cell containing | ||
| + | // the memory element at /dff115/D (382.4). X-bounding logic cannot be inserted in | ||
| + | // the scan path so this is a fatal error. This could be caused by missing | ||
| + | // pin constraints and/or scan_enable connections. (XB2-1) | ||
| + | </ | ||
| + | 一个解法是给对应的register cell换成带scan cell的,要么把它的SE悬空,要么把它case为1,即能在它前面正常插入x-bounding. | ||
edastudy/tessent/atpg.1742106483.txt.gz · 最后更改: 2025/03/16 14:28 由 user01