Class: RgGen::SystemVerilog::Common::Utility::LocalScope

Inherits:
StructureDefinition
  • Object
show all
Defined in:
lib/rggen/systemverilog/common/utility/local_scope.rb

Instance Method Summary collapse

Methods inherited from StructureDefinition

#initialize

Constructor Details

This class inherits a constructor from RgGen::SystemVerilog::Common::Utility::StructureDefinition

Instance Method Details

#top_scope(value = true) ⇒ Object



13
14
15
# File 'lib/rggen/systemverilog/common/utility/local_scope.rb', line 13

def top_scope(value = true)
  @top_scope = value
end