Class: RgGen::Veryl::Utility::InterfaceInstance
- Inherits:
-
SystemVerilog::Common::Utility::InterfaceInstance
- Object
- SystemVerilog::Common::Utility::InterfaceInstance
- RgGen::Veryl::Utility::InterfaceInstance
- Defined in:
- lib/rggen/veryl/utility/interface_instance.rb
Instance Method Summary collapse
- #instantiation ⇒ Object (also: #declaration)
Instance Method Details
#instantiation ⇒ Object Also known as: declaration
9 10 11 12 13 14 15 |
# File 'lib/rggen/veryl/utility/interface_instance.rb', line 9 def instantiation [ 'inst', "#{name}:", type_notation ].join(' ') end |