Design of EX-OR Gate in Verilog Using Xilinx ISE.

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 4

  • @SayanMondal-yb4hs
    @SayanMondal-yb4hs 3 ปีที่แล้ว +1

    sir can we get the video for xnor gate as well

    • @dr.hariprasadnaikbhattu
      @dr.hariprasadnaikbhattu  3 ปีที่แล้ว +1

      Use these statement for XNOR gate:
      Gate level model
      xnor(Y, A, B);
      Data flow model
      assign Y = ~(A ^ B);
      Procedure is same for all models.

  • @smokerji9768
    @smokerji9768 2 ปีที่แล้ว +1

    kindky upload more vedios