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