Hi Everyone. I am new to VHDL and am having a difficult time initializing a 544 bit register. The data type is std_logic_vector. Currently it is set to all '1's using the statement:
constant One544 : std_logic_vector(543 downto 0) := (others => '1');
I need to set the upper 32 bits to a...
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.