Sha256: 4a4faf7526798f0bf668e537844244d4a97f898b647b6df9cd1246c81ab77ac9

Contents?: true

Size: 968 Bytes

Versions: 58

Compression:

Stored size: 968 Bytes

Contents

# ********************************************************************************
# Any timesets defined in this file will be added to <%= @fullname %>
# and all of its derivatives (if any).
# ********************************************************************************

# For more examples see: https://origen-sdk.org/origen/guides/pattern/timing/#Complex_Timing

# By default, all pins will drive for the whole period on drive cycles and strobe at 50%
# of the period on compare cycles, this can be overridden for all or specific pins as shown
# in the examples below.

# Example definition, defines an alternative default compare wave for all pins and specific
# drive timing for :tck
# timeset :func do |t|
#   t.compare_wave do |w|
#     w.compare :data, at: "period / 4"
#   end
#
#   t.drive_wave :tck do |w|
#      w.drive :data, at: 0
#      w.drive 0, at: 25
#      w.dont_care at: "period - 10"  # Just to show that dont_care can be used
#   end
# end

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
origen-0.60.19 templates/code_generators/timesets.rb
origen-0.60.18 templates/code_generators/timesets.rb
origen-0.60.17 templates/code_generators/timesets.rb
origen-0.60.16 templates/code_generators/timesets.rb
origen-0.60.14 templates/code_generators/timesets.rb
origen-0.60.13 templates/code_generators/timesets.rb
origen-0.60.12 templates/code_generators/timesets.rb
origen-0.60.11 templates/code_generators/timesets.rb
origen-0.60.10 templates/code_generators/timesets.rb
origen-0.60.9 templates/code_generators/timesets.rb
origen-0.60.8 templates/code_generators/timesets.rb
origen-0.60.7 templates/code_generators/timesets.rb
origen-0.60.6 templates/code_generators/timesets.rb
origen-0.60.5 templates/code_generators/timesets.rb
origen-0.60.4 templates/code_generators/timesets.rb
origen-0.60.3 templates/code_generators/timesets.rb
origen-0.60.2 templates/code_generators/timesets.rb
origen-0.60.1 templates/code_generators/timesets.rb
origen-0.60.0 templates/code_generators/timesets.rb
origen-0.59.8 templates/code_generators/timesets.rb