i need a simple vhdl code for dividing 23 bit dy 23 bit with clock input,divisor input,dividend input ,quotient and remainder input.............pls help
i donno wat to do wit the clock.......my teacher said each division operation must be carried at either of the edges ......i donno how to program dat
process (clk, reset)
begin
if reset = '1' then
--program default reset values here
elsif clk'event and clk = '1' then
--edge defined values are programed here
end if;
end process
+1So on your own means ask others for the answer?