Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

divide 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 ...