I\'m a verilog noob and I had to create a module to find the quotient and reminder when dividing two numbers.
module divider(q,r,x,y,clk); output [15:0] q,r