News

A Comparator is a combinational circuit that gives output in terms of ... In this repository, I've used gate level modeling and function calling method to create a 4 bit comparator using 2 bit ...
This file contains the Verilog which describes the // FPGA implementation of a 2-bit comparator circuit. // The inputs are 2-bit vectors A and B // The output is a scalar Equals that is a 1 iff A and ...
The comparator circuit produce 3 outputs X, Y and Z. X is active when A=B, Y is active when AB. Our approach to design comparator is by connecting desired symbol and design for 4-bit comparator. After ...