Sha256: fe9f7a2526f5124ca6875c4debf70e1d0c1b4f087ccf1c81c1ceeaad0c45fe96
Contents?: true
Size: 1014 Bytes
Versions: 32
Compression:
Stored size: 1014 Bytes
Contents
% render "layouts/guides.html" do #### STIL Patterns can be generated into STIL cyclized vector format by creating an environment like this: ~~~ruby # environment/stil.rb OrigenTesters::STIL.new ~~~ All of the [Common Pattern API](<%= path "guides/pattern/common" %>) should be supported in addition to [custom waveform codes](<%= path "guides/pattern/v93k" %>) like the V93K. If the timeset waveforms used by the pattern are [fully defined within your Origen application](<%= path "guides/pattern/timing/#Defining_Timesets" %>) then that information will also be represented within the generated STIL pattern. A pattern containing a `Pattern { }` block only - i.e. only vectors and without the `Signals { }`, `Timing { }` and other frontmatter blocks - can be generated by setting up your environment as follows: ~~~ruby OrigenTesters::STIL.new pattern_only: true ~~~ An alias for this configuration is the `D10` tester environment setup: ~~~ruby # environment/d10.rb OrigenTesters::D10.new ~~~ % end
Version data entries
32 entries across 32 versions & 1 rubygems