Bitwise OperatorSymbolExample AND&assign c = a & b ; OR|assign z = x | y; NOT~assign x_ = ^x; XOR^assign r = p ^ q ; Operation on Vectors `timescale1ns/1ps /// // Example of comparator using UDP Table ///