Pattern API#
The primary pattern APIs are exposed by:
origen.tester.Testerand the native tester API;DUT pin and pin-group objects;
register and bit-collection objects;
protocol/service controllers; and
the
Patterngeneration context.
The generated Origen API and _origen API references contain the complete callable surface. The guide focuses on stable usage patterns rather than duplicating generated signatures.
Common Operations#
Intent |
Typical API |
|---|---|
Select timing |
|
Add a comment |
|
Emit one cycle |
|
Emit repeated cycles |
|
Drive or verify pins |
|
Capture pin data |
|
Apply an overlay |
|
Write or verify a register |
|
Exact keyword support can vary by release and tester backend. Use the generated API for the installed O2 version and keep tester-specific behavior in regression tests.
Comments#