edastudy:tessent:pattern_spec
差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
edastudy:tessent:pattern_spec [2024/04/10 15:30] – 创建 zhangguo | edastudy:tessent:pattern_spec [2024/10/17 14:05] (当前版本) – [2. 设置function clock period] user01 | ||
---|---|---|---|
行 1: | 行 1: | ||
====== pattern spec ====== | ====== pattern spec ====== | ||
- | **设置pattern tck period** | + | ===== - 设置pattern tck period |
- | <code tcl> | + | |
+ | <code tcl> | ||
PatternsSpecification(design_name, | PatternsSpecification(design_name, | ||
IjtagRetargetingOptions { | IjtagRetargetingOptions { | ||
行 13: | 行 13: | ||
</ | </ | ||
+ | |||
+ | ===== - 设置function clock period ===== | ||
+ | 让仿真时,相应时间port/ | ||
+ | <code tcl> | ||
+ | PatternsSpecification(design_name, | ||
+ | ClockPeriods { | ||
+ | aclk : 20ns; | ||
+ | bclk : 20ns; | ||
+ | } | ||
+ | Patterns(patterns_name) { | ||
+ | } | ||
+ | } | ||
+ | </ |
edastudy/tessent/pattern_spec.1712734237.txt.gz · 最后更改: 2024/04/10 15:30 由 zhangguo