JPH026683Y2 - - Google Patents
Info
- Publication number
- JPH026683Y2 JPH026683Y2 JP13625884U JP13625884U JPH026683Y2 JP H026683 Y2 JPH026683 Y2 JP H026683Y2 JP 13625884 U JP13625884 U JP 13625884U JP 13625884 U JP13625884 U JP 13625884U JP H026683 Y2 JPH026683 Y2 JP H026683Y2
- Authority
- JP
- Japan
- Prior art keywords
- logic
- gate
- logic gate
- gates
- boolean expression
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired
Links
- 230000014509 gene expression Effects 0.000 claims description 9
- 238000010586 diagram Methods 0.000 description 2
Landscapes
- Logic Circuits (AREA)
- Image Processing (AREA)
Description
【考案の詳細な説明】
〔産業上の利用分野〕
この考案は、複数の論理ゲートで構成したデイ
ジタル演算回路に関し、特にデイジタル画像処理
等に適したデイジタル演算回路に関するものであ
る。[Detailed Description of the Invention] [Industrial Application Field] This invention relates to a digital arithmetic circuit composed of a plurality of logic gates, and particularly to a digital arithmetic circuit suitable for digital image processing and the like.
〔従来技術〕
例えば、デイジタル画像処理の分野では、画像
情報Aと画像情報Bとで、(i)Aをパス、(ii)Bをパ
ス、(iii)AとBとのAND演算、(iv)AとBとのOR演
算、(v)AとBとの排他的論理和(EXOR)演算、
(vi)制御ビツトの使用によるA,Bのマルチプレク
ス演算の6つの演算のうち一つが選択的に実行さ
れる。これを実現するための従来の構造として、
上記(i)〜(vi)の演算に対応する論理ゲートを個別に
用意しておき、6:1のマルチプレクサにより一
つの論理ゲートを選択するようにしたものがあ
る。しかし、この構成においては必要とする論理
ゲートの数が多く、LSI内のスペース、コストな
どの点から見て好ましくない。[Prior art] For example, in the field of digital image processing, image information A and image information B are processed by (i) passing A, (ii) passing B, (iii) AND operation of A and B, (iv ) OR operation between A and B, (v) exclusive OR (EXOR) operation between A and B,
(vi) One of the six operations of multiplex operations A and B is selectively executed by using control bits. As a conventional structure to achieve this,
There is a system in which logic gates corresponding to the operations (i) to (vi) above are prepared individually, and one logic gate is selected by a 6:1 multiplexer. However, this configuration requires a large number of logic gates, which is undesirable in terms of space within the LSI and cost.
この考案は、少ない個数の論理ゲートにより上
述の(i)〜(vi)のすべての演算を行うことのできるデ
イジタル演算回路を実現することを目的とする。
The purpose of this invention is to realize a digital arithmetic circuit that can perform all the operations (i) to (vi) above using a small number of logic gates.
この考案によれば好適にはわずか9個のゲート
で上述の(i)〜(vi)のすべての演算が選択的に実行で
きる。どの演算を選択するかは4ビツトの制御信
号S1,S2,S3,S4により決定される。 According to this invention, all operations (i) to (vi) described above can be selectively performed preferably with only nine gates. Which operation to select is determined by 4-bit control signals S1, S2, S3, and S4.
第1図において、A,Bは一対の論理入力端子
(信号)、S1,S2,S3,S4は論理制御端子
(信号)である。G1,G2,G3,G4,G5
は論理ゲート回路であり、このうちG1,G2,
G4,G5の4個のゲートの入力端子が3端子で
あるため、全体のゲートの個数は2×4+1=9
個と数えられる。先ずゲートG1はX1=・
S2・Bというブール式に対応する信号を出力す
るように接続される。次にゲートG2はX2=
S1・A・X1というブール式に対応する信号を出
力するように接続される。ゲートG3はX3=
S4・1というブール式に対応する信号を出力す
るように接続される。ゲートG4はX4=1・
B・S3というブール式に対応する信号を出力す
るように接続される。ゲートG5はX5=2+3
+4というブール式に対応する信号を出力する
ように接続され、このX5は出力端子Oからの出
力となる。
In FIG. 1, A and B are a pair of logic input terminals (signals), and S1, S2, S3, and S4 are logic control terminals (signals). G1, G2, G3, G4, G5
is a logic gate circuit, among which G1, G2,
Since the input terminals of the four gates G4 and G5 are three terminals, the total number of gates is 2×4+1=9
It can be counted as 1. First, gate G1 is X1=・
It is connected to output a signal corresponding to the Boolean expression S2·B. Next, gate G2 is X2=
It is connected to output signals corresponding to the Boolean expressions S1, A, and X1. Gate G3 is X3=
It is connected to output a signal corresponding to the Boolean expression S4・1. Gate G4 is X4=1・
It is connected to output a signal corresponding to the Boolean expression B·S3. Gate G5 is X5=2+3
It is connected to output a signal corresponding to the Boolean expression +4, and this X5 becomes the output from the output terminal O.
第1図に示した論理回路は、(i)Aのパス、(ii)B
のパス、(iii)AとBのAND、(iv)AとBのOR、(v)A
とBの排他的論理和、(vi)AとBのマルチプレクス
を選択的に行うことができる。そこでこれらにつ
いて順に示す。
The logic circuit shown in Figure 1 consists of (i) path A, (ii) path B
path, (iii) AND of A and B, (iv) OR of A and B, (v) A
and (vi) multiplexing of A and B can be selectively performed. Therefore, these will be explained in order.
(i) Aのパス
この場合S1=1、S2=0、S3=0(S4は無関
係)と制御端子をセツトする。すると、X1=1、
X2=、X3=1、X4=1となつてX5=A+0
+0=A
(ii) Bのパス
この場合S1=0、S2=0、S3=1(S4は無関
係)と制御端子をセツトする。すると、X1=1、
X2=1、X3=1、X4=となつてX5=0+0
+B=B
(iii) AとBのAND
この場合、S1=0、S2=1、S3=0、S4=0
と制御端子をセツトする。すると、X1=・、
X2=1、X3=・、X4=1となつてX5=0
+A・B+0=A・B
(iv) AとBのOR
この場合、S1=1、S2=0、S3=1(S4は無関
係)と制御端子をセツトする。すると、X1=1、
X2=、X3=1、X4=となつてX5=A+0
+B=A+B
(v) AとBの排他的論理和(EXOR)
この場合、S1=S2=S3=S4=1と制御端子を
セツトする。すると、X1=・、X2=A・
A・B、X3=1、X4=・・BとなつてX5=
A・・+0+B・・=A・+・B
(vi) AとBのマルチプレクス(MUX)
この場合、S1=Z、S2=0、S3=(S4は無
関係)と制御端子をセツトする。Zは制御ビツト
で、Z=1であればAが出力され、Z=0であれ
ばBが出力される。すると、1=1、X2=・
A、X3=1、X4=B・となつてX5=A・Z+
0+B・=A・Z+B・
これらの結果は、第2図のようにまとめられ
る。尚、第2図において“X”印は無関係である
ことを示す。(i) Path of A In this case, set the control terminals as S1=1, S2=0, and S3=0 (S4 is irrelevant). Then, X1=1,
X2=, X3=1, X4=1, so X5=A+0
+0=A (ii) Path of B In this case, set the control terminals as S1=0, S2=0, S3=1 (S4 is irrelevant). Then, X1=1,
X2=1, X3=1, X4= so X5=0+0
+B=B (iii) AND of A and B In this case, S1=0, S2=1, S3=0, S4=0
and set the control terminal. Then, X1=...
X2=1, X3=・, X4=1, then X5=0
+A・B+0=A・B (iv) OR of A and B In this case, set the control terminals as S1=1, S2=0, and S3=1 (S4 is irrelevant). Then, X1=1,
X2=, X3=1, X4=, so X5=A+0
+B=A+B (v) Exclusive OR (EXOR) of A and B In this case, set the control terminal as S1=S2=S3=S4=1. Then, X1=・, X2=A・
A・B, X3=1, X4=...B becomes X5=
A...+0+B...=A.+.B (vi) Multiplexing (MUX) of A and B In this case, set the control terminals as S1=Z, S2=0, and S3=(S4 is irrelevant). Z is a control bit; if Z=1, A is output; if Z=0, B is output. Then, 1=1, X2=・
A, X3=1, X4=B・So X5=A・Z+
0+B・=A・Z+B・ These results are summarized as shown in Figure 2. In addition, in FIG. 2, the "X" mark indicates that there is no relation.
第1図の回路は否定論理のNANDゲートを利
用しているが、肯定論理のANDゲートを利用し
た等価回路を構成することもできる。その場合、
各ゲートの出力はX1=A・B・S2、X2=A・
X1・S1、X3=X1・4、X4=B・1・S4、X5
=X2+X3+X4となる。またド・モルガンの定理
により、ゲートG1、G2,G4とゲートG5は
等価であり、ゲートG3は反転のない通常のOR
ゲートと等価である。勿論、本考案はこれらの等
価回路をも含むものである。 Although the circuit shown in FIG. 1 uses NAND gates with negative logic, an equivalent circuit using AND gates with positive logic can also be constructed. In that case,
The output of each gate is X1=A・B・S2, X2=A・
X1・S1, X3=X1・4, X4=B・1・S4, X5
=X2+X3+X4. Also, according to de Morgan's theorem, gates G1, G2, G4 and gate G5 are equivalent, and gate G3 is a normal OR without inversion.
Equivalent to gate. Of course, the present invention also includes these equivalent circuits.
以上のように、この考案の構成によれば、わず
か9個のゲートにより、2つの入力A,Bに通常
必要とされる6種類の演算(第2図)のすべてを
選択的に実現できるので、この論理回路をLSIに
適用した場合、ゲート数を著しく低減できるとい
う効果がある。
As described above, according to the configuration of this invention, all six types of operations (Fig. 2) normally required for two inputs A and B can be selectively realized using only nine gates. When this logic circuit is applied to an LSI, it has the effect of significantly reducing the number of gates.
第1図は本考案のデイジタル演算回路の論理ゲ
ートの配置を示す回路図、第2図は、各々の演算
を選択するためにセツトすべき制御信号S1〜S
4の状態を示す図である。
S1,S2,S3,S4……制御端子、A,B
……入力端子、G1,G2,G3,G4,G5…
…論理ゲート。
FIG. 1 is a circuit diagram showing the arrangement of logic gates in the digital arithmetic circuit of the present invention, and FIG. 2 shows control signals S1 to S to be set to select each operation.
4 is a diagram showing state No. 4. FIG. S1, S2, S3, S4...control terminals, A, B
...Input terminal, G1, G2, G3, G4, G5...
...Logic gate.
Claims (1)
制御端子S1,S2,S3,S4と、 各々論理「1」または「0」の値をとる一対の
入力端子A,Bと、 1つの出力端子Oと、 ブール式X1=・2・であらわされる信号
を発生するための第1の論理ゲートと、 ブール式X2=1・・1であらわされる信号
を発生するための第2の論理ゲートと、 ブール式X3=4・1であらわされる信号を発
生するための第3の論理ゲートと、 ブール式X4=1・・3であらわされる信号
を発生するための第4の論理ゲートと、 ブール式X×5=2+3+4であらわされる
信号を発生して出力端子Oに出力するための第5
の論理ゲート、 とを具備するデイジタル演算回路。[Claims for Utility Model Registration] Four control terminals S1, S2, S3, S4 each taking a logic value of "1" or "0" and a pair of inputs each taking a logic value of "1" or "0" Terminals A and B, one output terminal O, a first logic gate for generating a signal expressed by the Boolean expression X1=・2・, and a signal expressed by the Boolean expression X2=1・・1. a second logic gate for generating a signal expressed by the Boolean expression X3=4・1, and a third logic gate for generating a signal expressed by the Boolean expression X4=1...3. a fourth logic gate, and a fifth logic gate for generating a signal expressed by the Boolean formula X×5=2+3+4 and outputting it to the output terminal O.
A digital arithmetic circuit comprising: a logic gate;
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP13625884U JPH026683Y2 (en) | 1984-09-10 | 1984-09-10 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP13625884U JPH026683Y2 (en) | 1984-09-10 | 1984-09-10 |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS6151555U JPS6151555U (en) | 1986-04-07 |
JPH026683Y2 true JPH026683Y2 (en) | 1990-02-19 |
Family
ID=30694722
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP13625884U Expired JPH026683Y2 (en) | 1984-09-10 | 1984-09-10 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH026683Y2 (en) |
-
1984
- 1984-09-10 JP JP13625884U patent/JPH026683Y2/ja not_active Expired
Also Published As
Publication number | Publication date |
---|---|
JPS6151555U (en) | 1986-04-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0270219A2 (en) | Reduced parallel EXCLUSIVE OR and EXCLUSIVE NOR gate | |
JPS595349A (en) | Adder | |
JPH0531769B2 (en) | ||
JPH035095B2 (en) | ||
JPS6361327A (en) | Adder | |
US4918640A (en) | Adder cell having a sum part and a carry part | |
JPH026683Y2 (en) | ||
US4349888A (en) | CMOS Static ALU | |
US4675838A (en) | Conditional-carry adder for multibit digital computer | |
US4704701A (en) | Conditional carry adder for a multibit digital computer | |
US4739195A (en) | Mosfet circuit for exclusive control | |
JPS63125019A (en) | Counter cell and double-mode n bit register | |
JPS5814691B2 (en) | binary addition circuit | |
US5670900A (en) | Mask decoder circuit optimized for data path | |
JP3137629B2 (en) | Adder cell for carry-save arithmetic mechanism. | |
JPH0262057B2 (en) | ||
JPH0412849B2 (en) | ||
JP2655609B2 (en) | I / O circuit | |
JP2569765B2 (en) | Signal processing integrated circuit device | |
JPS6053489B2 (en) | logic circuit | |
JPH07118643B2 (en) | Circuitry for processing data | |
JPS62192085A (en) | Bit processing circuit | |
KR940010672B1 (en) | Arithmetic logic circuit | |
JPH0377537B2 (en) | ||
JPS6387817A (en) | Signal switching device |