Traditional Culture Encyclopedia - Tourist attractions - Using verilog language, in a tourist resort, there are two cable cars for tourists to go up and down the mountain. Please design a logic to control the normal operation of the cable car.

Using verilog language, in a tourist resort, there are two cable cars for tourists to go up and down the mountain. Please design a logic to control the normal operation of the cable car.

Module cab_en(a, b, c, y);

Enter a, b, c;

Output y;

Assign y = a ^b & amp; c;

Terminal module