Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please have a look at Training Package Application Note Design/LowskewManagement project.

Global signals management

There are some signals with high fan out can be mapped into low-skew network and introduced some important delays. It could be the problem with synchronous signals load, set, reset, …

In order to avoid this problem, use rejectLowskew method.

Code Block
languagepy
p.rejectLowskew('inst1|reset_sync')

Memory initialization

There are several ways to initialize a memory (attribute, generic, python method).

...