Forum Discussion
Altera_Forum
Honored Contributor
13 years agowith a register?
process(clk)
begin
if rising_edge(clk) then
store <= a(a'low);
end if;
end process;
with a register?
process(clk)
begin
if rising_edge(clk) then
store <= a(a'low);
end if;
end process;