online convolution code generator in vhdl
#1


module multiplier_block (
X,
Y1,
Y2,
Y3,
Y4,
Y5,
Y6,
Y7,
Y8,
Y9,
Y10
);

// Port mode declarations:
input signed [31:0] X;
output signed [31:0]
Y1,
Y2,
Y3,
Y4,
Y5,
Y6,
Y7,
Y8,
Y9,
Y10;

wire [31:0] Y [0:9];

assign Y1 = Y[0];
assign Y2 = Y[1];
assign Y3 = Y[2];
assign Y4 = Y[3];
assign Y5 = Y[4];
assign Y6 = Y[5];
assign Y7 = Y[6];
assign Y8 = Y[7];
assign Y9 = Y[8];
assign Y10 = Y[9];

//Multipliers:

wire signed [31:0]
w1,
w8,
w7,
w32,
w31,
w4,
w11,
w39,
w56,
w49,
w55,
w78,
w79,
w28,
w83,
w176,
w137,
w44,
w98;

assign w1 = X;
assign w8 = w1 << 3;
assign w7 = w8 - w1;
assign w32 = w1 << 5;
assign w31 = w32 - w1;
assign w4 = w1 << 2;
assign w11 = w7 + w4;
assign w39 = w7 + w32;
assign w56 = w7 << 3;
assign w49 = w56 - w7;
assign w55 = w56 - w1;
assign w78 = w39 << 1;
assign w79 = w1 + w78;
assign w28 = w7 << 2;
assign w83 = w55 + w28;
assign w176 = w11 << 4;
assign w137 = w176 - w39;
assign w44 = w11 << 2;
assign w98 = w49 << 1;

assign Y[0] = w78;
assign Y[1] = w55;
assign Y[2] = w78;
assign Y[3] = w137;
assign Y[4] = w83;
assign Y[5] = w31;
assign Y[6] = w44;
assign Y[7] = w56;
assign Y[8] = w79;
assign Y[9] = w98;

endmodule
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: vhdl code 2d convolution, signal convolution java code, convolution encoder verilog code, vhdl code for convolution dwt, java code for convolution based algorithm, 2d convolution vhdl code, convolution calculator online,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  flying windmills or flying electric generator feg technology ppt 4 3,171 02-10-2018, 01:13 AM
Last Post: [email protected]
  online auction project documentation 2 9,095 24-08-2018, 01:19 AM
Last Post: Guest
  online campus recruitment system in php 2 9,485 17-07-2018, 03:03 PM
Last Post: jerry
  free download source code of online college magazine 5 17,839 29-06-2018, 10:09 AM
Last Post: Guest
  source code in php for online training and placement cell management 1 6,686 23-03-2018, 09:06 AM
Last Post: ritzi
  online shopping management system project pdf 1 3,873 14-02-2018, 02:55 PM
Last Post: jai kumar maurya
Thumbs Up online hospital management system in jsp servlet free download 2 5,301 07-01-2018, 09:32 AM
Last Post: RaymondGom
  jubasree form online application 2015 1 1,227 01-01-2018, 12:27 PM
Last Post: dhanabhagya
  karmasangsthan patrika bengali show online 1 2,981 24-11-2017, 11:07 PM
Last Post: chiranjit debsarma
  g4s pay slip online 2 9,022 16-10-2017, 11:07 AM
Last Post: Guest

Forum Jump: