Class: RgGen::Veryl::Utility::Modport
- Inherits:
-
SystemVerilog::Common::Utility::InterfacePort
- Object
- SystemVerilog::Common::Utility::InterfacePort
- RgGen::Veryl::Utility::Modport
- Defined in:
- lib/rggen/veryl/utility/modport.rb
Instance Method Summary collapse
Instance Method Details
#declaration ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/rggen/veryl/utility/modport.rb', line 7 def declaration [ "#{name}:", 'modport', port_type ].join(' ') end |