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