Hi all ..
I'm new to VHDL and confused with this design
when Acknwledgement= '1' and clk='1' then
count should be count+1;
and when Acknwledgement= '0' my total counted value should be assigned to the 'output' irrespective of clk and after that resetting count='0'.
can anyone help with this.
Thanks in advance.
I'm new to VHDL and confused with this design
when Acknwledgement= '1' and clk='1' then
count should be count+1;
and when Acknwledgement= '0' my total counted value should be assigned to the 'output' irrespective of clk and after that resetting count='0'.
can anyone help with this.
Thanks in advance.