= Description = This utility component is a transitional component used to wrap an [wiki:Component/IssApi ISS API]-compliant ISS in an [wiki:Component/Iss2Api ISS2 API]-compliant wrapper. = Usage = == Using !IssIss2 in your platform == Using the !IssIss2 in your topcell is easy. First include the header: {{{ #include "ississ2.h" }}} Then replace processor instantiation in the !IssWrapper with an instanciation in a !VciXcacheWrapper: {{{ // soclib::caba::IssWrapper cpu0("cpu0", 0); // With GdbServer soclib::caba::VciXcacheWrapper > cpu0("cpu0", 0); }}} Do not forget to update the platform description file: {{{ Uses('vci_xcache_wrapper', iss_t = 'common:ississ2', iss2_t = 'common:mipsel'), }}}