sc_port / sc_interface / sc_export (part 3)sc_exportsc_interface
sc_exportsc_export的一个主要作用是,在层次化的绑定过程中,给submodule内的interface提供了一个可以对外与sc_port绑定的方法。Class sc_export allows a module to provide an interface to its parent module. An export forwards interface method calls to the channel to which the export is bound.sc_e