Sha256: 11cfb5dcb8c63292fb7f23cfb19667f7b8dc1156ab39d0f426908a9626c3514f

Contents?: true

Size: 1.21 KB

Versions: 16

Compression:

Stored size: 1.21 KB

Contents

# ********************************************************************************
# Any pins 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/models/pins/

# Example of how to import a pins file extracted by 'origen sim:build' and copied to your app's
# vendor/ directory (my_file_name will be the name of the file without the .rb extension)
# import 'my_file_name', dir: "#{Origen.root!}/vendor/wherever/i/like", namespace: nil

# Examples of how to add pins
# add_pin :tck, reset: :drive_hi, meta: { max_freq: 15.Mhz }
# add_pin :tdi, direction: :input
# add_pin :tdo, direction: :output
# add_pin :tms

# Examples of how to add sized pin groups
# add_pins :porta, size: 32
# add_pins :portb, size: 16, endian: :little

# Example of how to declare ad-hoc pin groups (the pins themselves must already have been added)
# add_pin_group :jtag, :tdi, :tdo, :tck, :tms
#
# Examples of how to create pin aliases
# add_pin_alias :old_name, :new_name
# add_pin_group_alias :old_name, :new_name
# add_pin_group_alias :data_byte0, :porta, pins: [7..0]

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
origen-0.54.3 templates/code_generators/pins.rb
origen-0.54.2 templates/code_generators/pins.rb
origen-0.54.1 templates/code_generators/pins.rb
origen-0.54.0 templates/code_generators/pins.rb
origen-0.53.1 templates/code_generators/pins.rb
origen-0.53.0 templates/code_generators/pins.rb
origen-0.52.4 templates/code_generators/pins.rb
origen-0.52.3 templates/code_generators/pins.rb
origen-0.52.2 templates/code_generators/pins.rb
origen-0.52.1 templates/code_generators/pins.rb
origen-0.52.0 templates/code_generators/pins.rb
origen-0.51.3 templates/code_generators/pins.rb
origen-0.51.2 templates/code_generators/pins.rb
origen-0.51.1 templates/code_generators/pins.rb
origen-0.51.0 templates/code_generators/pins.rb
origen-0.50.0 templates/code_generators/pins.rb