Hey.
I have a book containing an example that goes:
subtype dlx_address is unsigned(31 downto 0)
PC:= dlx_address(signed(var1) + signed(var2))
My questions is, what does it do when you use the syntax: SUBTYPE(ARGUMENT). Is it just a type-conversion or what?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.