Method: AxiStreamBFMModuleBuild#set_bfm_pkg_import
- Defined in:
- lib/tdl/bfm/axi_stream/axis_bfm_module_build.rb
#set_bfm_pkg_import(bfmstream) ⇒ Object
26 27 28 29 |
# File 'lib/tdl/bfm/axi_stream/axis_bfm_module_build.rb', line 26 def set_bfm_pkg_import(bfmstream) bfmstream.instance_variable_set("@__AXI_BFM_IMPORT__",true) if @__AXI_BFM_IMPORT__ @__AXI_BFM_IMPORT__ = true end |