Forum Discussion
Altera_Forum
Honored Contributor
13 years agodivide by two operation in vhdl
Hai, I have write vhdl code for divide by two operation. Below is the short code:
SRL16_a:process(CLK) begin -- SRL16
if CLK'event and CLK='1' then
...
Altera_Forum
Honored Contributor
13 years agoHi ,
Your simulation shows that a1 dosent become valid for 08 clock cycles . If you can send me the complete VHDL files plus test bench i can take out some bugs . Regards ,