请根据下面所给的语言描述 画出对应的逻辑电路图。 module binary ToESeg; wire eSeg P1 P2 P3 P4; reg

大学 电路图,逻辑,语言 已帮助

请根据下面所给的语言描述,画出对应的逻辑电路图。

  module binary ToESeg;

  wire  eSeg,P1,P2,P3,P4;

  reg  A,B,C,D;

  nand

  g1(P1,C,~D),

  g2(P2,A,B)。

  g3(P3,~B,~D),

  g4(P4,A,C),

  g5(eSeg,P1,P2,P3,P4);

  endmodule


Fatal error: Uncaught [XSErrorException] ../../xunsearch/sdk/php/lib/XS.php(2563): fsockopen(): unable to connect to localhost:8384 (Connection refused)(2) thrown in /www/xunsearch/sdk/php/lib/XS.php on line 560