Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThanks Mr Tricky for your reply
My Register instance like This process(clk) begin if reset='0' then sIn <= (others => (others => x"00")); elsif rising_edge(clk) then sIn <= state_In; end if; end process;