Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
So is it okay to understand it as below?in many cases we use wrappers just to facilitate connectivity. sometimes there is a certain hierarchy we have to adhere too. sometimes there is a port named clock on a hard IP that has to become clk on another hierarchy. all sorts of things like that can be solved with wrappers. it is normal that there is no logic.
Even though the wrapper itself might not have a specific function or do anything on its own, it plays an important role in organizing and connecting different parts of the code, just like a container or organizer would.When i saw an example rtl code the wrapper and the wrapped module is nothing but just connected ports without any function...
is there a purpose of using wrapper here?
If a wrapper does not do anything at all then obviously it is a waste of time.Even though the wrapper itself might not have a specific function or do anything on its own, it plays an important role in organizing and connecting different parts of the code, just like a container or organizer would.