Class: RgGen::Veryl::Utility::Modport

Inherits:
SystemVerilog::Common::Utility::InterfacePort
  • Object
show all
Defined in:
lib/rggen/veryl/utility/modport.rb

Instance Method Summary collapse

Instance Method Details

#declarationObject



7
8
9
10
11
12
13
# File 'lib/rggen/veryl/utility/modport.rb', line 7

def declaration
  [
    "#{name}:",
    'modport',
    port_type
  ].join(' ')
end