Class: CrossOrigen::IpXact::AddressBlock

Inherits:
Struct
  • Object
show all
Defined in:
lib/cross_origen/ip_xact.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_addressObject

Returns the value of attribute base_address

Returns:

  • (Object)

    the current value of base_address



7
8
9
# File 'lib/cross_origen/ip_xact.rb', line 7

def base_address
  @base_address
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/cross_origen/ip_xact.rb', line 7

def name
  @name
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



7
8
9
# File 'lib/cross_origen/ip_xact.rb', line 7

def range
  @range
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



7
8
9
# File 'lib/cross_origen/ip_xact.rb', line 7

def width
  @width
end