Implementation of combinational logic gates
To implement the given logic function verify its operation in Quartus using Verilog programming. F1= A’B’C’D’+AC’D’+B’CD’+A’BCD+BC’D F2=xy’z+x’y’z+w’xy+wx’y+wxy
/*
Program to implement the given logic function and to verify its operations in quartus using Verilog programming.
Developed by:
RegisterNumber:
*/
Thus the given logic functions are implemented using and their operations are verified using Verilog programming.