用户工具

站点工具


edastudy:tessent:pattern_spec

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
edastudy:tessent:pattern_spec [2024/04/10 15:30] – 创建 zhangguoedastudy: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, design_id, pattern_id) { PatternsSpecification(design_name, design_id, pattern_id) {
   IjtagRetargetingOptions {   IjtagRetargetingOptions {
行 13: 行 13:
 </code> </code>
  
 +
 +===== - 设置function clock period =====
 +让仿真时,相应时间port/pin有时钟产生。
 +<code tcl>
 +PatternsSpecification(design_name, design_id, pattern_id) {
 +  ClockPeriods {
 +    aclk : 20ns;
 +    bclk : 20ns;
 +  }
 +  Patterns(patterns_name) {
 +  }
 +}
 +</code>
edastudy/tessent/pattern_spec.1712734237.txt.gz · 最后更改: 2024/04/10 15:30 由 zhangguo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki