Class: SystemRDL::Evaluator::RootInstance

Inherits:
Instance
  • Object
show all
Defined in:
lib/systemrdl/evaluator/root.rb

Instance Attribute Summary

Attributes inherited from Instance

#array_info, #definition, #instances, #name, #parent, #properties, #token_range

Instance Method Summary collapse

Methods inherited from Instance

#addrmap?, #array?, #element_name, #field?, #finalize, #find_addrmap, #full_name, #initialize, #layer, #mem?, #property, #property_value, #reg?, #regfile?, #revalidate, #root?, #structural_component?, #to_value, #upper_instances, #validate

Constructor Details

This class inherits a constructor from SystemRDL::Evaluator::Instance

Instance Method Details

#definable?(_definition) ⇒ Boolean

Returns:



34
35
36
# File 'lib/systemrdl/evaluator/root.rb', line 34

def definable?(_definition)
  true
end