4x4 multiplier using compressor verilog code
#1

hello my nakem is nirhfjn.,mkj zx njbckswm cmjnisxp;jakn jcbjb ,m
Reply
#2

`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 12:34:18 08/01/2013
// Design Name:
// Module Name: vedic_2_x_2
// Project Name:
// Target Devices:
// Tool versions:
// Description:
//
// Dependencies:
//
// Revision:
// Revision 0.01 - File Created
// Additional Comments:
//
//////////////////////////////////////////////////////////////////////////////////
module vedic_2_x_2(
a,
b,
c
);
input [1:0]a;
input [1:0]b;
output [3:0]c;
wire [3:0]c;
wire [3:0]temp;
//stage 1
// four multiplication operation of bits accourding to vedic logic done using and gates
assign c[0]=a[0]&b[0];
assign temp[0]=a[1]&b[0];
assign temp[1]=a[0]&b[1];
assign temp[2]=a[1]&b[1];
//stage two
// using two half adders
ha z1(temp[0],temp[1],c[1],temp[3]);
ha z2(temp[2],temp[3],c[2],c[3]);
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: verilog code wallace tree multiplier using compressor, 4x4 combinational multiplier verilog, 4x4 optical packet switch, 4x4 short course, 4x4 braun array multiplier vhdl code, 4x4 multiplier using ic 7483, vhdl code 4x4 array multiplier,

[-]
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
  authentication schemes for session passwords using color and images project source code 2 2,251 03-02-2018, 09:35 AM
Last Post: Nischithnash
Tongue solar air compressor ppt 2 1,065 15-05-2017, 10:00 PM
Last Post: Guest
  ppt compressor less refrigerator using peltier effect 2 1,078 22-04-2017, 08:14 AM
Last Post: Guest
  source code for task scheduling using genetic algorithm using java 2 8,668 11-04-2017, 08:31 PM
Last Post: Guest
Thumbs Up source code of online payment system using steganography and visual cryptography 3 8,646 06-04-2017, 09:56 AM
Last Post: jaseela123d
  code to extract brain tumor detection using matlab 2 1,084 17-10-2016, 04:32 PM
Last Post: girish123ak
  color image segmentation using jseg algorithm in matlab code 2 886 29-09-2016, 12:07 PM
Last Post: Guest
  source code in c for automatic irrigation system using 8051 2 985 03-08-2016, 10:53 AM
Last Post: seminar report asees
  code to extract brain tumor detection using matlab 2 808 21-07-2016, 10:47 AM
Last Post: jaseela123d
  smoke detector using 8051 code 2 739 15-07-2016, 03:01 PM
Last Post: jaseela123d

Forum Jump: