Booth乘法器及测试8*8bitbooth乘法器及测试modulemultiplier(prod,busy,mc,mp,clk,start);output[15:0]prod;//shortforproductoutputbusy;input[7:0]mc,mp;//multiplicandmultipierinputclk,start;reg[7:0]A,Q,M;regQ_1;reg[3:0]count;