CN101464788B - Device for checking whether binary number is multiple of three, and checking chip thereof - Google Patents

Device for checking whether binary number is multiple of three, and checking chip thereof Download PDF

Info

Publication number
CN101464788B
CN101464788B CN 200810247401 CN200810247401A CN101464788B CN 101464788 B CN101464788 B CN 101464788B CN 200810247401 CN200810247401 CN 200810247401 CN 200810247401 A CN200810247401 A CN 200810247401A CN 101464788 B CN101464788 B CN 101464788B
Authority
CN
China
Prior art keywords
subtracter
binary number
hyte
selector
bit
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 - Fee Related
Application number
CN 200810247401
Other languages
Chinese (zh)
Other versions
CN101464788A (en
Inventor
邹杨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuxi Vimicro Corp
Original Assignee
Wuxi Vimicro Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Wuxi Vimicro Corp filed Critical Wuxi Vimicro Corp
Priority to CN 200810247401 priority Critical patent/CN101464788B/en
Publication of CN101464788A publication Critical patent/CN101464788A/en
Application granted granted Critical
Publication of CN101464788B publication Critical patent/CN101464788B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Complex Calculations (AREA)

Abstract

The invention provides a method for testing whether a binary digit is a mulriple of three. The method comprises the following steps: whether the binary digit is larger than the specified digit of N (N is larger than one) is determined, if yes, the binary digit is split into two parts of a low byte and a high byte; a lookup table which consists of all the numbers from 0 to 2<N> which can be divided by three is preset; if the difference value between the sum of all the numbers at the odd number position and the sum of all the numbers at the even number position is larger than zero, the number represented by the low byte minus the difference to obtain an execution result; if the execution result is smaller than zero, the number represented by the low byte is taken as a minuend, the absolute value of the difference is moved leftwards for one digit, and the execution result of the binary digit is obtained; the execution result of the binary digit is looked up in the lookup table, if so, the binary digit is determined as the mulriple of three. The method of the invention avoids the shortcomings of complicated numbering system conversion, longer subtracter bitwidth and multiple times of interations, when determining whether the binary digit is the mulriple of three in the prior art. Therefore, the determination can be realized with the least resource and the highest efficiency.

Description

Whether binary number is the verifying attachment and the chip of three multiple
Technical field
The present invention relates to the integrated circuit (IC) design field, especially, relate to binary number and whether be the verifying attachment and the chip of three multiple.
Background technology
In integrated circuit (IC) design, such as ECC(Error Checking and Correcting, bug check and correction) in a lot of application of algorithm, need all to judge that whether a number is three multiple, yet existing digital circuit substantially all is an on-off circuit, for judging that whether a number is that two multiple ratio is easier to, whether be three multiple if judge a number, then apparent is more painstaking.
At present, judge that whether a number is that three multiple mainly contains following two kinds of methods:
Method one: the data-switching of scale-of-two input is become decimal number, again with the data addition on each " power " position, the result who obtains as if sum be three multiple then this number be three multiple.For example, (1111_1111) 2=(255) 10, and 2+5+5=12, because 12 are multiples of three, then (1111_1111) 2It is three multiple.But the major defect of this method is: change into metric process more complicated from scale-of-two, conversion efficiency is low, and, when target number was big, when digital, it need use the very long subtracter of bit wide as 20 one, and the bit wide of subtracter is wide, will cause the increase of chip area.
Method two: scale-of-two is imported the data iteration subtract three, if last result 0, then proof input data can be divided exactly by three.This method can expand to three the multiple that iteration deducts the maximum that is not more than this number.The major defect of this method is: the bit wide of this method requirement subtracter can be very wide, therefore also can cause taking bigger chip area; And, in reality is judged, need iterations more, in the time of might causing hardware to be realized, can't satisfy the sequential requirement.
In view of this, need the urgent technical matters that solves of those skilled in the art to be exactly: a kind of three multiple verifying attachment is provided, thereby overcome in the prior art, the numerical value conversion is complicated, the long chip area that is caused of required subtracter bit wide is relatively large, defectives such as inefficiency, thereby, the enough less resources of energy, operation efficiency is judged a binary number faster, and particularly whether bigger number is 3 multiple.
Summary of the invention
Technical matters to be solved by this invention is: whether a kind of binary number is provided is the verifying attachment and the chip of three multiple, and it can enough less resources, and operation efficiency is judged a binary number faster, and particularly whether bigger number is 3 multiple.
In order to address the above problem, the invention discloses and be used to judge that whether binary number is the verifying attachment of three multiple, described verifying attachment comprises: split cells, first totalizer, second totalizer, first subtracter, first selector, second subtracter, look-up table unit, second selector.
Wherein, split cells is used for described binary number is split into low hyte and high hyte two parts; First totalizer is used to calculate high each bit digital sum of hyte part odd bits of described binary number; Second totalizer is used to calculate high each bit digital sum of hyte part even bit of described binary number; First subtracter, the positive input terminal of this subtracter is connected with the output terminal of described first totalizer, the negative input end of this subtracter is connected with the output terminal of described second totalizer, is used to calculate the difference that each bit digital sum of stating odd bits deducts each bit digital sum of even bit; First selector, the input signal of the first input end of this selector switch is the sign bit of described difference, the input signal of second input end of this selector switch is described difference, and the input signal of the 3rd input end of this selector switch is: described difference is by a phase inverter, the value after left shifter; Second subtracter, the signal of the positive input terminal of this subtracter are the low hyte of described binary number, and the negative input end of this subtracter is connected with the output terminal of described selector switch; The look-up table unit, this look-up table unit is connected with the output terminal of described second subtracter, is used to check that whether described binary number is three multiple; Second selector, the first input end of this selector switch is connected with the output terminal of described look-up table.
Preferably, determine the figure place of described low hyte in the following way:
The value that makes Y is for more than or equal to 4 integer, for inequality:
3 ( N - Y ) + 1 2 &le; 2 Y
Bring each Y value successively into, judge whether described inequality is set up, the value of the Y of minimum that described inequality is set up is defined as the figure place of described low hyte.
Preferably, the element in the described look-up table is: 0,3,6,9,12,15.
According to another embodiment of the present invention, a kind of chip is also disclosed, described chip comprises verifying attachment, and described pick-up unit comprises: described verifying attachment comprises: split cells, first totalizer, second totalizer, first subtracter, first selector, second subtracter, look-up table unit, second selector.
Wherein, split cells is used for described binary number is split into low hyte and high hyte two parts; First totalizer is used to calculate high each bit digital sum of hyte part odd bits of described binary number; Second totalizer is used to calculate high each bit digital sum of hyte part even bit of described binary number; First subtracter, the positive input terminal of this subtracter is connected with the output terminal of described first totalizer, the negative input end of this subtracter is connected with the output terminal of described second totalizer, is used to calculate the difference that each bit digital sum of stating odd bits deducts each bit digital sum of even bit; First selector, the input signal of the first input end of this selector switch is the sign bit of described difference, the input signal of second input end of this selector switch is described difference, and the input signal of the 3rd input end of this selector switch is: described difference is by a phase inverter, the value after left shifter; Second subtracter, the signal of the positive input terminal of this subtracter are the low hyte of described binary number, and the negative input end of this subtracter is connected with the output terminal of described selector switch; The look-up table unit, this look-up table unit is connected with the output terminal of described second subtracter, is used to check that whether described binary number is three multiple; Second selector, the first input end of this selector switch is connected with the output terminal of described look-up table.
Compared with prior art, the present invention has the following advantages:
The present invention is by splitting into binary number low hyte and high hyte two parts, calculate the poor of each bit digital sum of odd bits and each bit digital sum of even bit in the high hyte, and just according to difference, the condition of forsaking one's love takes corresponding means to obtain execution result, at last judge that according to execution result and look-up table whether this number is the technological means of 3 multiple, avoided in the prior art, when judging that whether a binary number is three multiple, need this binary number is converted into decimal numeral complex process, and then avoided that each the bit digital addition of this binary number is resulting and excessive and the wide defective of bit wide of subtracter in the deterministic process that causes; Also avoided in the prior art simultaneously, it is more that the binary number iteration subtracts three the iterations that method caused, and can't satisfy the defective that sequential requires.
For instance, judge that whether a binary number 1110_0111_1011_0010 is three multiple, a kind of method is: earlier this binary number is converted to 10 system numbers, this is the transfer process of a relative complex:
(1110_0111_1011_0010) 2=(2 15+ 2 14+ 2 13+ 2 10+ 2 9+ 2 8+ 2 7+ 2 5+ 2 4+ 2 1+ 2 0) 10In this step, calculated amount is bigger, and the decimal number that calculates also is the bigger numeral of a units, and in ensuing judgement, the bit wide of the subtracter of required selection is relatively large; The another kind of method of judging is, directly adopts iteration to subtract three, though avoided complicated numeral system conversion, the bit wide of required subtracter will reach 16, and because number of iterations is more, cause satisfying the requirement of sequential.And use method of the present invention, and judge this binary number, only needing a bit wide is 5 subtracter, and does not need iteration to judge.Comparatively speaking, processing speed obviously accelerates, and chip occupying area is little.
Description of drawings
Fig. 1 is that whether binary number is the flow chart of steps of three multiple method of inspection embodiment according to the present invention;
Fig. 2 is that whether binary number is that the figure place of low hyte is determined the flow chart of steps of method among three the multiple method of inspection embodiment according to the present invention;
Fig. 3 is the fractionation synoptic diagram that is judged low hyte part of number and high hyte part;
Fig. 4 is that whether binary number is the flow chart of steps of three multiple method of inspection embodiment according to the present invention;
Fig. 5 is the structural representation of the embodiment of verifying attachment according to the present invention;
Fig. 6 is the structural representation of the embodiment of verifying attachment according to the present invention.
Embodiment
At first, algorithm derivation of the present invention is described:
The characteristics of binary number are that the number of weight of the digital representative on its each and 3 multiple only differ from 1 or 2, and this difference is clocklike, and this rule is if its power is odd number, then differ from 1 with 3 multiple, if its power is even number, then differ from 2 with three multiple.
Illustrate:
(1111_1111) 2=2 7+2 6+2 5+2 4+2 3+2 2+2 1+2 0
2 7=128=129-1,129 can be divided exactly by 3
2 6=64=66-2,66 can be divided exactly by 3
2 5=32=33-1,33 can be divided exactly by 3
2 0=1=3-2,3 can be divided exactly by 3
This shows, a binary digit can be splitted into several multiple sums of 3, from low level, deduct 1 and 2 of filling again.
Core concept of the present invention is: a binary number is splitted into high hyte and low hyte two parts, and wherein, the figure place of low hyte is the subtracter bit wide, and the figure place of the high hyte i.e. total bit of this binary number deducts subtracter bit wide figure place.Further analyze, several sums of the number of each odd bits representative and even bit representative are three multiple.Therefore, before subtracting, can calculate the number what odd bits are arranged earlier, deduct the number number of even bit with this number.If be judged in several high hyte (high position is the figure place that total bit deducts subtracter bit wide figure place rear high-lying) odd bits p 1 is arranged, even bit has q 1, w=p-q.If w just, then can this number be equivalent to by 3 judgements of dividing exactly: judge that can the difference that the low represented number of hyte deducts w be divided exactly by 3; If w is negative, then can this number be equivalent to by 3 judgements of dividing exactly: judge that can the low represented number of hyte deduct w individual 2 and be divided exactly by 3.
For above-mentioned purpose of the present invention, feature and advantage can be become apparent more, the present invention is further detailed explanation below in conjunction with the drawings and specific embodiments.
With reference to Fig. 1, Fig. 1 is that whether binary number is the flow chart of steps of three multiple method of inspection embodiment according to the present invention, comprises the steps:
Step 101: judge that whether described binary number is greater than specifying figure place N(N〉1), if described binary number is split into low hyte and high hyte two parts; For example, N is set to 4, and binary number is split into the low hyte in Y position and the high hyte two parts in N-Y position.For instance, for binary number, 1110_0111_101 ∣ 0_1000 can be split as 5 low hyte parts and 11 high hyte parts.
Step 102: preset a look-up table, described look-up table comprises from 0 to 2 NIn all can be by 3 numbers of dividing exactly; In this example, look-up table should comprise that all can be comprised by 3 numbers of dividing exactly between 0 to 16: 0,3,6,9,12,15.
Step 103: determine odd bits and even bit in the described high hyte part, calculate each bit digital sum of described odd bits, described even bit respectively; According to top example, give this 16 bit everybody compile sequence number: from leftmost side low level: be followed successively by the 0th, the 1st, the 2nd ... the 15th, wherein, high hyte comprises the 5th to the 16th, and each bit digital sum of its odd bits is each bit digital sum 0+1+1+0+1=3 of 1+1+1+0+1+1=5, described even bit.
Step 104: each bit digital sum of judging described odd bits deducts the difference of each bit digital sum of even bit whether greater than 0, if then the number that described low hyte is represented deducts described difference, obtains execution result; If not, the number that described low hyte is represented is as minuend, deducts absolute value with described difference and moves to left after one, obtains the scale-of-two execution result; According to top example, each bit digital sum=5-3=2 of each bit digital sum-even bit of odd bits〉0, belong to the former, what described again low hyte was represented several 01000 is 8: promptly described execution result is 8-2=6.
Step 105: in described look-up table, search described scale-of-two execution result, as find, determine that described binary number is three multiple.Otherwise, be not three multiple.In this example, can in look-up table, find this execution result, so this binary number 1110_0111_1010_1000 is 3 multiple.
Preferably, in described splitting step, determine the figure place of described low hyte in the following way,, comprise the steps: with reference to Fig. 2
Step 201: the total bit that makes binary number is N, the figure place Y of the low hyte of order, and the figure place in the then high hyte is N-Y, the initial value that makes Y is 4;
Step 202: judge inequality
3 ( N - Y ) + 1 2 &le; 2 Y
Whether set up, if set up, then execution in step 204; If be false execution in step 203;
Step 203: the value that makes Y is from adding 1, X=N-Y; And, return execution in step 202;
Step 204: the value of determining Y.
Should hang down the figure place of hyte and determine that method mainly was based on following principle:
If be judged number for the N position, the figure place of low hyte is the Y position, X for need split into 3 multiple and the figure place of power, then establish X=N-Y, the fractionation of number as shown in Figure 3.
When X was even number, then several sums of the weight of per two representatives just will be replenished one 3 in the high position.Extreme case is that all there is number the X position in the high position, and the minuend that need this moment is at least
Figure GDA00002333297100062
When X was odd number, then several sums of the weight of per two representatives just will be replenished one 3 in the high position, and remaining needs replenish 2 or 1.Extreme case is that all there is number the X position in the high position, and when the additional number of needs was 2, the minuend that need this moment was at least:
3 &times; X - 1 2 + 2 = 3 &times; X + 1 3 2
When the additional number of needs was 1, the minuend that need this moment was at least.
3 &times; X - 1 2 + 1 = 3 &times; X - 1 3 2
Comprehensive above-mentioned two kinds of situations, the number that needs to replenish under extreme case is:
3 &times; X - 1 2 + 2 = 3 &times; X + 1 3 2 = 3 X + 1 2
And the number of the maximum that the Y bit can provide is 2 Y
As the above analysis, if N 〉=4 then need to satisfy:
3 X + 1 2 &le; 2 Y
Preferably, the numerical value in the described look-up table is decided to be: 0,3,6,9,12,15.If because if the multiple of a binary number 3, the described execution result that obtains according to the method described above all should all should be three multiple, for avoiding the numerical value in the look-up table too much, number of times relatively is too much, so a preferred implementation of this method can be selected: 0,3,6,9,12,15.Should be noted that: this method is not done any qualification at this, can adopt more numerical value in the look-up table yet, such as: 0,3,6,9,12,15,18,21, perhaps more can be by 3 numbers of dividing exactly.
Describe the present invention in detail below in conjunction with an instantiation and how to realize that mostly is the checkout procedure whether binary number is three multiple:
If whether judge binary number 1101_0110_1110 is three multiple, specifically deterministic process is as follows: at first preset a look-up table, described look-up table comprises 0,3,6,9,12,15; Judge as follows then:
Step 401: judge to be judged binary number 1101_0110_1110 greater than 4? if not, execution in step 402 then; If, execution in step 403.
Because this binary number is 16, so direct execution in step 403:
Step 403: calculate each bit digital sum of odd bits and high hyte in the high hyte part partly in each bit digital sum of even bit poor.
According to this estimative number, at first described binary number is split into the low hyte in Y position and the high hyte two parts in N-Y position.Wherein, from Y=4, the checking inequality
3 X + 1 2 &le; 2 Y
Whether set up.Count hereto, with X=8, Y=4 substitution inequality, inequality is set up, therefore, and Y=4, X=8 does not need to continue to attempt new Y value.And each the bit digital sum of odd bits in the high hyte part is 2, and each bit digital sum of even bit is 3, and the difference that each bit digital sum of odd bits deducts each bit digital sum of even bit is W=2-3=-1.
Step 404: judge that above-mentioned difference W is greater than 0? if, execution in step 405, if not, execution in step 406.
Because the difference W=-1 that obtains in the step 403, so less than 0, execution in step 406
Step 406: move to left one result's difference D of the absolute value that calculates binary number that low hyte represents and W.
Because the number (1110) that low hyte is represented 2Be 14, the result that the absolute value that the number that described low hyte is represented deducts described difference moves to left and obtains after, the execution result 14-1 that obtains * 2=12=(1100) 2
Step 407: D as the new number that is judged, is returned execution in step 401, judge to be judged binary number (1100) 2Greater than 4?
Because (1100) 2Be 4, execution in step 402 judges whether this number is 0,3,6,9, and among 12,15 one is because (1100) 2Expression 12 can be found this binary number (1101_0110_1110) in the described look-up table 2It is 3 multiple.
Here need to prove: if the number that described low hyte is represented deducts the result that the absolute value of described difference moves to left and obtains after, the execution result that obtains is greater than 4, that is to say that maximal value 15 in look-up table is less than this execution result, then need to carry out iteration, concrete grammar is, execution result is judged as the new number that is judged, up to subtracter in 4.For one 26 binary number, it is 5 that low hyte should be delimited, and in concrete deterministic process, then needs to carry out twice iteration and judges.
With reference to Fig. 5, Fig. 5 is the structural representation of the embodiment of verifying attachment according to the present invention, comprises following structure:
Split cells 508 is used for described binary number is split into low hyte and high hyte two parts;
First totalizer 501 is used to calculate high each bit digital sum of hyte part odd bits of described binary number;
Second totalizer 502 is used to calculate high each bit digital sum of hyte part even bit of described binary number;
First subtracter 503, the positive input terminal of this subtracter is connected with the output terminal of described first totalizer, the negative input end of this subtracter is connected with the output terminal of described second totalizer, is used to calculate the difference that each bit digital sum of stating odd bits deducts each bit digital sum of even bit;
First selector 504, the input signal of the first input end of this selector switch is the sign bit of described difference, the input signal of second input end of this selector switch is described difference, the input signal of the 3rd input end of this selector switch is: described difference is by a phase inverter, the value after left shifter;
Second subtracter 505, the signal of the positive input terminal of this subtracter are the low hyte of described binary number, and the negative input end of this subtracter is connected with the output terminal of described selector switch;
Look-up table unit 506, this look-up table unit is connected with the output terminal of described second subtracter, is used to check that whether described binary number is three multiple;
Second selector 507, the first input end of this selector switch is connected with the output terminal of described look-up table.
With reference to Fig. 6, Fig. 6 is the structural representation of the embodiment of verifying attachment according to the present invention, and it partly is 4 binary number that this device can be used to check low hyte.
According to a further aspect in the invention, the present invention also provides a kind of chip, and this chip comprises the verifying attachment of being told.The structure of this verifying attachment is identical with top description, does not repeat them here.
To sum up, in the present invention:
By binary number being split into low hyte and high hyte two parts, calculate the poor of each bit digital sum of odd bits and each bit digital sum of even bit in the high hyte, and just according to difference, the condition of forsaking one's love takes corresponding means to obtain execution result, at last judge that according to execution result and look-up table whether this number is the technological means of 3 multiple, overcome in the prior art, the numerical value conversion is complicated, the long chip area that is caused of required subtracter bit wide is relatively large, defectives such as inefficiency, thereby, the enough minimum resources of energy, the fastest operation efficiency, judge a number, particularly whether bigger number is 3 multiple.
Each embodiment in this instructions all adopts the mode of going forward one by one to describe, and what each embodiment stressed all is and the difference of other embodiment that identical similar part is mutually referring to getting final product between each embodiment.For system embodiment, because it is similar substantially to method embodiment, so description is fairly simple, relevant part gets final product referring to the part explanation of method embodiment.
More than whether be that three the multiple method of inspection, verifying attachment, chip are introduced to a kind of binary number provided by the present invention, used specific case herein principle of the present invention and embodiment are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept thereof; Simultaneously, for one of ordinary skill in the art, according to thought of the present invention, the part that all can change in specific embodiments and applications, in sum, this description should not be construed as limitation of the present invention.

Claims (3)

1. one kind is used to judge that whether binary number is the verifying attachment of three multiple, it is characterized in that described verifying attachment comprises:
Split cells is used for described binary number is split into low hyte and high hyte two parts;
First totalizer is used to calculate high each bit digital sum of hyte part odd bits of described binary number;
Second totalizer is used to calculate high each bit digital sum of hyte part even bit of described binary number;
First subtracter, the positive input terminal of this first subtracter is connected with the output terminal of described first totalizer, the negative input end of this first subtracter is connected with the output terminal of described second totalizer, and each the bit digital sum that is used to calculate described odd bits deducts the difference of each bit digital sum of even bit;
First selector, the input signal of the first input end of this first selector is the sign bit of described difference, the input signal of second input end of this first selector is described difference, the input signal of the 3rd input end of this first selector is: described difference is by a phase inverter, the value after left shifter;
Second subtracter, the signal of the positive input terminal of this second subtracter are the low hyte of described binary number, and the negative input end of this second subtracter is connected with the output terminal of described first selector;
The look-up table unit, this look-up table unit is connected with the output terminal of described second subtracter, is used to check that whether described binary number is three multiple;
Second selector, the first input end of this second selector is connected with the output terminal of described look-up table,
Wherein said split cells is determined the figure place of described low hyte in the following way:
The value that makes Y is for more than or equal to 4 integer, for inequality:
3 ( N - Y ) + 1 2 &le; 2 Y
Bring each Y value successively into, judge whether described inequality is set up, the value of the Y of minimum that described inequality is set up is defined as the figure place of described low hyte, N is the total bit of described binary number.
2. verifying attachment according to claim 1 is characterized in that, the element in the described look-up table is: 0,3,6,9,12,15.
3. chip, it comprises verifying attachment, it is characterized in that, described pick-up unit comprises:
Split cells is used for described binary number is split into low hyte and high hyte two parts;
First totalizer is used to calculate high each bit digital sum of hyte part odd bits of described binary number;
Second totalizer is used to calculate high each bit digital sum of hyte part even bit of described binary number;
First subtracter, the positive input terminal of this first subtracter is connected with the output terminal of described first totalizer, the negative input end of this first subtracter is connected with the output terminal of described second totalizer, and each the bit digital sum that is used to calculate described odd bits deducts the difference of each bit digital sum of even bit;
First selector, the input signal of the first input end of this first selector is the sign bit of described difference, the input signal of second input end of this first selector is described difference, the input signal of the 3rd input end of this third selector is: described difference is by a phase inverter, the value after left shifter;
Second subtracter, the signal of the positive input terminal of this second subtracter are the low hyte of described binary number, and the negative input end of this second subtracter is connected with the output terminal of described selector switch;
The look-up table unit, this look-up table unit is connected with the output terminal of described second subtracter, is used to check that whether described binary number is three multiple;
Second selector, the first input end of this second selector is connected with the output terminal of described look-up table,
Wherein said split cells is determined the figure place of described low hyte in the following way:
The value that makes Y is for more than or equal to 4 integer, for inequality:
3 ( N - Y ) + 1 2 &le; 2 Y
Bring each Y value successively into, judge whether described inequality is set up, the value of the Y of minimum that described inequality is set up is defined as the figure place of described low hyte, N is the total bit of described binary number.
CN 200810247401 2008-12-31 2008-12-31 Device for checking whether binary number is multiple of three, and checking chip thereof Expired - Fee Related CN101464788B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200810247401 CN101464788B (en) 2008-12-31 2008-12-31 Device for checking whether binary number is multiple of three, and checking chip thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200810247401 CN101464788B (en) 2008-12-31 2008-12-31 Device for checking whether binary number is multiple of three, and checking chip thereof

Publications (2)

Publication Number Publication Date
CN101464788A CN101464788A (en) 2009-06-24
CN101464788B true CN101464788B (en) 2013-07-31

Family

ID=40805383

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200810247401 Expired - Fee Related CN101464788B (en) 2008-12-31 2008-12-31 Device for checking whether binary number is multiple of three, and checking chip thereof

Country Status (1)

Country Link
CN (1) CN101464788B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108549589A (en) * 2018-03-21 2018-09-18 中山大学花都产业科技研究院 A kind of model taking method of low overhead

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020108470A1 (en) * 2018-11-30 2020-06-04 上海寒武纪信息科技有限公司 Operation method and apparatus, and relevent product
CN110851110B (en) * 2019-11-15 2022-04-01 北京智芯微电子科技有限公司 Divider-free divide-by-three circuit
CN117077158B (en) * 2023-07-11 2024-05-28 安徽辰图大数据科技有限公司 Compliance data conversion storage system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1655229A (en) * 2004-02-10 2005-08-17 三星电子株式会社 Apparatus, method, and medium for detecting and discriminating impact sound
CN1750401A (en) * 2005-10-10 2006-03-22 东南大学 Self correcting multipath A/D converter

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1655229A (en) * 2004-02-10 2005-08-17 三星电子株式会社 Apparatus, method, and medium for detecting and discriminating impact sound
CN1750401A (en) * 2005-10-10 2006-03-22 东南大学 Self correcting multipath A/D converter

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108549589A (en) * 2018-03-21 2018-09-18 中山大学花都产业科技研究院 A kind of model taking method of low overhead

Also Published As

Publication number Publication date
CN101464788A (en) 2009-06-24

Similar Documents

Publication Publication Date Title
CN103795502B (en) Data frame check code generating method and device
CN101464788B (en) Device for checking whether binary number is multiple of three, and checking chip thereof
CN112214349B (en) Data cyclic redundancy check device and method
CN102546089B (en) Method and device for implementing cycle redundancy check (CRC) code
CN100583024C (en) Preliminary treatment circuit structure for floating point division and quadratic root algorithm
KR100232994B1 (en) Design aiding apparatus and design aiding method for a semiconductor device
CN104240747B (en) The method and device that a kind of multi-medium data is obtained
CN111046624B (en) Method, device, equipment and medium for constructing chip module interface clock structure
CN102160031A (en) system and method to execute a linear feedback-shift instruction
CN101207467B (en) Generation of cyclic redundancy check code as well as method and apparatus for sending and testing data sequence
EP2431865B1 (en) Semiconductor integrated circuit and index calculation method
CN104378362A (en) Method and device for carrying out conversion of message interfaces
CN102646060B (en) Method for detecting nodes not meeting requirement on computational accuracy in high-performance computer system
CN106777441B (en) Timing constraint management method and device
CN102130744A (en) Method and device for computing Cyclic Redundancy Check (CRC) code
CN113381769B (en) Decoder based on FPGA
CN105786444A (en) Detection method and apparatus for leading zeros in mantissas of floating-point number
CN113919256A (en) Boolean satisfiability verification method, system, CNF generation method and storage device
CN112181354B (en) Method for synchronous shift saturation processing and application thereof
CN114004182A (en) Binary decision diagram construction method, equivalence verification method and storage medium
US8661329B1 (en) Generation of readable hierarchical path identifiers
CN115809634B (en) Top layer physical design method, layering physical design method and chip
CN116382634B (en) Pseudo-random code generation circuit and method
CN109274460A (en) A kind of multi-bit parallel structure serially offsets interpretation method and device
JPH06232735A (en) Designing method of synchronous digital electronic circuit

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: WUXI VIMICRO CORPORATION

Free format text: FORMER OWNER: BEIJING ZHONGXING MICROELECTRONICS CO., LTD.

Effective date: 20110324

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 100083 15/F, SHINING BUILDING, NO. 35, XUEYUAN ROAD, HAIDIAN DISTRICT, BEIJING TO: 214028 (CHUANGYUAN BUILDING), NATIONAL INTEGRATED CIRCUIT DESIGN PARK, NO. 21-1, YANGTES RIVER ROAD, WUXI NEW DISTRICT, JIANGSU PROVINCE

TA01 Transfer of patent application right

Effective date of registration: 20110324

Address after: 214028 national integrated circuit design Park, Changjiang Road, New District, Jiangsu,, Wuxi

Applicant after: Wuxi Vimicro Co., Ltd.

Address before: 100083, Haidian District, Xueyuan Road, Beijing No. 35, Nanjing Ning building, 15 Floor

Applicant before: Beijing Vimicro Corporation

C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20130731

Termination date: 20171231