Versions Compared

Key

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

The suite keyword is used to start a new suite definition. There can be only one suite defined in a definition file.
The only parameter the suite command takes is the name of the new suite to be defined. After this command, all other commands define something in the suite. Currently, there cannot be dependencies at the suite level.
A suite is a collection of families, variables, repeat and clock definitions.
A suite is the only component that can be started using begin(CLI)

Code Block
suite x

...


 clock hybrid

...


 edit ECF_HOME "/some/other/dir"

...


 family f

...


 ...

...


endsuite