Skip to content

A Verilog module that dynamically performs XOR, NOR, and NAND operations on two 8-bit inputs, controlled by a pair of selection inputs.

Notifications You must be signed in to change notification settings

doroh70/VerilogLogicGateMuxer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

VerilogLogicGateMuxer

A Verilog module that dynamically performs XOR, NOR, and NAND operations on two 8-bit inputs, controlled by a pair of selection inputs.

Inputs & Outputs

  • s1, s0: Selector inputs.
    • s1=0, s0=0: Output is a XOR b.
    • s1=0, s0=1: Output is a NOR b.
    • s1=1, s0=0: Output is a NAND b.
  • in0, in1: 8-bit input vectors.
  • Output: 8-bit result, varies based on s1 and s0.

About

A Verilog module that dynamically performs XOR, NOR, and NAND operations on two 8-bit inputs, controlled by a pair of selection inputs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published