用户工具

站点工具


edastudy:tessent:pattern_spec

pattern spec

1. 设置pattern tck period

PatternsSpecification(design_name, design_id, pattern_id) {
  IjtagRetargetingOptions {
    tck_period : 20ns;
  }
  Patterns(patterns_name) {
  }
}

2. 设置function clock period

让仿真时,相应时间port/pin有时钟产生。

PatternsSpecification(design_name, design_id, pattern_id) {
  ClockPeriods {
    aclk : 20ns;
    bclk : 20ns;
  }
  Patterns(patterns_name) {
  }
}
edastudy/tessent/pattern_spec.txt · 最后更改: 2024/10/17 14:05 由 user01

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki