Class: MrubyBridgeCompositePlugin
- Inherits:
-
CompositePlugin
- Object
- Node
- Plugin
- CompositePlugin
- MrubyBridgeCompositePlugin
- Includes:
- MrubyBridgeCelltypePluginModule
- Defined in:
- lib/tecsgen/plugin/MrubyBridgeCompositePlugin.rb
Overview
MrubyBridgeCompositePlugin
Constant Summary
Constants included from MrubyBridgeCelltypePluginModule
MrubyBridgeCelltypePluginModule::MrubyBridgePluginArgProc
Constants inherited from Plugin
Class Method Summary collapse
Methods included from MrubyBridgeCelltypePluginModule
#gen_cdl_file, #gen_factory, #get_celltype, #initialize, #new_cell, #set_auto_exclude, #set_exclude_cell, #set_exclude_port, #set_exclude_port_func, #set_ignoreUnsigned, #set_include_inner_cell
Methods inherited from CompositePlugin
Methods inherited from Plugin
#cdl_error, #check_plugin_arg, #gen_cdl_file, #gen_ep_func?, #gen_postamble, #gen_preamble, #initialize, #new_cell, #parse_plugin_arg, #print_msg, #set_locale, #set_silent
Methods inherited from Node
#cdl_error, #cdl_error2, #cdl_error3, #cdl_info, #cdl_info2, #cdl_warning, #cdl_warning2, #get_locale, #initialize, #locale_str, #set_locale
Class Method Details
.gen_post_code(file) ⇒ Object
46 47 48 |
# File 'lib/tecsgen/plugin/MrubyBridgeCompositePlugin.rb', line 46 def self.gen_post_code(file) MrubyBridgeCelltypePluginModule.gen_post_code file end |