| Current Path : /opt/alt/python311/share/doc/alt-python311-pyparsing-doc/examples/verilog/ |
| Current File : //opt/alt/python311/share/doc/alt-python311-pyparsing-doc/examples/verilog/multi21_udp.v |
primitive multi21(o, a, b, s); output o; input a, b, s; initial o = x; table // a b s : o 0 ? 0 : 0; 1 ? 0 : 1; ? 0 1 : 0; ? 1 1 : 1; endtable endprimitive