KR100236536B1 - 모듈로 주소발생기 및 그 방법 - Google Patents

모듈로 주소발생기 및 그 방법 Download PDF

Info

Publication number
KR100236536B1
KR100236536B1 KR1019970000420A KR19970000420A KR100236536B1 KR 100236536 B1 KR100236536 B1 KR 100236536B1 KR 1019970000420 A KR1019970000420 A KR 1019970000420A KR 19970000420 A KR19970000420 A KR 19970000420A KR 100236536 B1 KR100236536 B1 KR 100236536B1
Authority
KR
South Korea
Prior art keywords
address value
value
address
minimum
maximum
Prior art date
Application number
KR1019970000420A
Other languages
English (en)
Other versions
KR19980065431A (ko
Inventor
임민중
Original Assignee
윤종용
삼성전자주식회사
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 윤종용, 삼성전자주식회사 filed Critical 윤종용
Priority to KR1019970000420A priority Critical patent/KR100236536B1/ko
Priority to US08/906,273 priority patent/US5905665A/en
Priority to DE19748547A priority patent/DE19748547B4/de
Publication of KR19980065431A publication Critical patent/KR19980065431A/ko
Application granted granted Critical
Publication of KR100236536B1 publication Critical patent/KR100236536B1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/78Architectures of general purpose stored program computers comprising a single central processing unit
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F5/00Methods or arrangements for data conversion without changing the order or content of the data handled
    • G06F5/06Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor
    • G06F5/10Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor having a sequence of storage locations each being individually accessible for both enqueue and dequeue operations, e.g. using random access memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/60Methods or arrangements for performing computations using a digital non-denominational number representation, i.e. number representation without radix; Computing devices using combinations of denominational and non-denominational quantity representations, e.g. using difunction pulse trains, STEELE computers, phase computers
    • G06F7/72Methods or arrangements for performing computations using a digital non-denominational number representation, i.e. number representation without radix; Computing devices using combinations of denominational and non-denominational quantity representations, e.g. using difunction pulse trains, STEELE computers, phase computers using residue arithmetic
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/34Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes
    • G06F9/355Indexed addressing
    • G06F9/3552Indexed addressing using wraparound, e.g. modulo or circular addressing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2205/00Indexing scheme relating to group G06F5/00; Methods or arrangements for data conversion without changing the order or content of the data handled
    • G06F2205/10Indexing scheme relating to groups G06F5/10 - G06F5/14
    • G06F2205/106Details of pointers, i.e. structure of the address generators

Abstract

본 발명은 모듈로 주소발생기 및 그 방법에 관한 것으로서, 특히 현재 주소값과 주소 증가분을 가산하여 다음 주소값을 발생하는 제 1 가산기; 최대 주소값의 보수값과 최소 주소값을 가산하여 순환보정값을 발생하는 제 2 가산기; 상기 주소 증가분의 부호값에 따라 상기 순환보정값과 상기 다음 주소값을 가감산하여 보정된 다음 주소값을 발생하는 가감산기; 상기 다음 주소값이 상기 최대 주소값과 상기 최소 주소값 사이에 있는지를 판단하는 비교기; 상기 비교기의 출력에 따라 상기 다음 주소값이 상기 최대 주소값과 최소 주소값의 사이에 존재할 경우에는 상기 다음 주소값을 선택하고, 상기 다음 주소값이 상기 최대 주소값과 최소 주소값의 사이를 벗어날 경우에는 상기 보정된 다음 주소값을 선택하여 출력하는 선택기를 구비하는 것을 특징으로 한다.

Description

모듈로(Modulo) 주소발생기 및 그 방법
본 발명은 모듈로 주소발생기 및 그 방법에 관한 것으로서, 특히 고속 디지탈 신호 처리기(Digital signal processor)의 모듈로 주소지정(Modulo Addressing) 로직에 있어서, 다단의 덧셈 연산을 거치지 않게 하여 덧셈 연산에 대한 짧은 지연시간을 갖고 고속의 가산기를 사용하는데에 따른 칩상에서의 차지하는 면적에 대한 오버헤드를 고려하여 가격 및 칩상에서 차지하는 면적 측면에서 보다 유효하게 모듈로 주소지정을 실현할 수 있는 고속 디지탈 신호 처리기의 모듈로 주소발생기 및 그 방법에 관한 것이다.
일반적으로 디지탈 신호 처리기에서는 필터 등의 디지탈 신호 처리 알고리즘(digital signal processing algorithm)을 유효하게 구현하기 위해 모듈로 주소지정(modulo addressing)방식이 사용된다.
이러한 모듈로 주소지정(Modulo addressing)방식은 순환 주소지정(circular addressing)방식이라고도 하는데, 이의 가장 간단한 형태는 주소가 하나씩 증가하여 정해진 최대 주소(Maximum address)에 이르면 그 다음 주소는 최소 주소(Base address)가 되어 동일한 범위의 주소를 반복적으로 억세스(access)할 수 있게 한다.
상기와 같은 모듈로 주소지정방식은 필터 계수 등의 데이터가 특정 영역에 위치해 있을 때 오버헤드(overhead)없이 이들 데이터를 반복적으로 사용할 수 있게 해주어 디지탈 신호 처리 알고리즘을 빠르게 구현할 수 있도록 해주는 것이며, 이때 주소는 반드시 하나씩 증가할 필요는 없으며 또한 음수일 수도 있다.
좀더 일반적인 모듈로 주소지정(modulo addressing)은 다음과 같이 나타낼 수 있다.
현재의 주소를 A, 주소 증가분을 I, 지정된 영역에서의 최대 주소를 M, 최소 주소를 B라고 가정할 때 다음에 지정될 주소 NEXT_A는 다음과 같이 정의된다.
먼저, 주소 증가분(I)이 I ≥ 0인 경우 현재의 주소(A)와 주소 증가분(I)을 더한 값이 최대 주소(M)보다 작으면((A + I) ≤ M) 다음에 지정될 주소(NEXT_A)는
NEXT_A = A + I
로 되고, 반대로 현재의 주소(A)와 주소 증가분(I)을 더한 값이 최대 주소(M)보다 크면((A + I) > M) 다음에 지정될 주소(NEXT_A)는
NEXT_A = A + I - (M - B +1)
로 된다.
그리고, 주소 증가분(I)이 I < 0인 경우 현재의 주소(A)와 주소 증가분(I)을 더한 값이 최소 주소(B)보다 크면((A + I) ≥ B) 다음에 지정될 주소(NEXT_A)는
NEXT_A = A + I
로 되고, 반대로 현재의 주소(A)와 주소 증가분(I)을 더한 값이 최소 주소(B)보다 작으면((A + I) < B) 다음에 지정될 주소(NEXT_A)는
NEXT_A = A + I + (M - B +1)……식(1)
로 된다. 단, 이때 B ≤ A ≤ M이고 I < M - B + 1 의 관계가 성립해야 한다.
그런데 상기와 같은 (식 1)을 로직으로 구현하기 위해서는 수개의 가산기를 직렬로 연결하여 구성되는 다단의 덧셈 로직이 필요하며, 따라서 몇단의 덧셈을 순차적으로 거치면 고속으로 동작하는 디지탈 신호 처리기에서는 모듈로 주소지정 부분이 임계 경로(critical path)가 될 위험성이 있었다.
따라서 상기와 같은 다단의 덧셈 로직을 피하기 위해 종래 일부 디지탈 신호 처리기에서는 고속의 가산기를 사용하여 도 1과 같은 모듈로 주소지정 로직을 구성하였다.
도 1은 현재의 주소(A)와 주소 증가분(I)을 더하여 출력하는 제1 가산기(11)와, 최대 주소(M)나 최소 주소(B)중의 하나를 주소 증가분(I)이 갖는 부호(sign(I))에 따라 선택하여 출력하는 두 개의 입력 선택기(12)(13)와, 상기 제1 입력 선택기의 출력을 반전시키는 인버터(INV)와, 상기 제1 가산기의 출력(a)과 상기 인버터의 출력(b)을 더하여 출력하는 제2 가산기(14)와, 상기 제2 가산기의 출력(d)과 상기 제2 입력 선택기의 출력(c)을 더하여 출력하는 제3 가산기(15)와, 상기 제1 가산기의 출력(a)과 제3 가산기의 출력(e)을 주소 증가분이 갖는 부호(sign(I))와 제2 가산기 출력이 갖는 부호(sign(d))에 대한 배타적 노어 게이트(16)의 논리결과에 따라 선택하여 출력하는 출력 선택기(17)로 구성하고 있다.
즉, 상기 식(1)을 다시 쓰면 I ≥ 0 이고 A + I > M 일 때 다음에 지정될 주소(NEXT_A)는
NEXT_A = A + I - (M - B +1)
= A + I - M + B - 1
= A + I + inv(M) + B
로 되고, 여기서 inv(M)은 M의 보수(complement)를 나타내며, 그리고 상기 A + I > M 의 관계식은 A + I + inv(M) ≥ 0으로 다시 기술할 수 있게 된다.
마찬가지로 I < 0 이고 A + I < B 일 때 다음에 지정될 주소(NEXT_A)는
NEXT_A = A + I + (M - B +1)
= A + I + inv(B) + 1 + M + 1
로 되고, 여기서 inv(B)는 B의 보수를 나타내며, 그리고 상기 A + I < B 는 A + I + inv(B) < 0으로 다시 기술할 수 있다.
위와 같은 방법을 사용하면 식(1)은 다음과 같이 바꿔 쓸수 있다.
a = A + I
b = inv(M)(sign(I) = 0일때)
= inv(B)(sign(I) ≠ 0일때)
c = B (sign(I) = 0일때)
= M (sign(I) ≠ 0일때)
d = a + b + sign(I)
e = d + c + sign(I)
NEXT_A = a (sign(I) xnor sign(d) = 1일 때)
e (sign(I) xnor sign(d) ≠ 1일 때) ……식(2)
여기서 sign(I)와 sign(d)는 각각 I와 d의 부호 비트를 나타낸다.
이와 같은 방법을 사용하면 별도의 비교기가 없이 3개의 가산기와 약간의 로직회로만으로 모듈로 주소지정을 구현할 수 있어 칩상에서 차지하는 영역 사용 측면에서 유리해 보인다.
그러나 "SGS-Thomson의 D950 core"등에서 사용된 이 방법은 고속의 디지탈 신호 처리기에 적용할 때에는 3개의 직렬로 연결된 가산기가 임계 경로(critical path)를 구성할 수 있으며, 이를 피하기 위해 캐리선택 가산기 등의 고속 가산기를 사용할 경우에는 칩상에서 차지하는 면적 측면에서도 유리하지 않은 문제점이 있었다.
따라서 본 발명의 목적은 상술한 종래 기술의 문제점을 해결하기 위하여 고속의 DSP칩에 적용하기 적합한 모듈로 주소발생기 및 그 방법을 제공하는 데 있다.
상기 목적을 달성하기 위한 본 발명의 장치는 현재 주소값과 주소 증가분을 가산하여 다음 주소값을 발생하는 제 1 가산기; 최대 주소값의 보수값과 최소 주소값를 가산하여 순환보정값을 발생하는 제 2 가산기; 상기 주소 증가분의 부호값에 따라 상기 순환보정값과 상기 다음 주소값을 가감산하여 보정된 다음 주소값을 발생하는 가감산기; 상기 다음 주소값이 상기 최대 주소값과 상기 최소 주소값 사이에 있는지를 판단하는 비교기; 상기 비교기의 출력에 따라 상기 다음 주소값이 상기 최대 주소값과 최소 주소값의 사이에 존재할 경우에는 상기 다음 주소값을 선택하고, 상기 다음 주소값이 상기 최대 주소값과 최소 주소값의 사이를 벗어날 경우에는 상기 보정된 다음 주소값을 선택하여 출력하는 선택기를 구비하는 것을 특징으로 한다.
본 발명의 방법은 현재 주소값과 주소 증가분을 가산하여 다음 주소값을 발생하는 단계; 최대 주소값의 보수값과 최소 주소값를 가산하여 순환보정값을 발생하는 단계; 상기 주소 증가분의 부호값에 따라 상기 순환보정값과 상기 다음 주소값을 가감산하여 보정된 다음 주소값을 발생하는 단계; 상기 다음 주소값이 상기 최대 주소값과 상기 최소 주소값 사이에 있는지를 판단하는 단계; 상기 비교기의 출력에 따라 상기 다음 주소값이 상기 최대 주소값과 최소 주소값의 사이에 존재할 경우에는 상기 다음 주소값을 선택하고, 상기 다음 주소값이 상기 최대 주소값과 최소 주소값의 사이를 벗어날 경우에는 상기 보정된 다음 주소값을 선택하여 출력하는 단계를 구비하는 것을 특징으로 한다.
도 1은 종래의 모듈로 주소발생기의 구성을 나타낸 블럭도.
도 2는 본 발명에 따른 모듈로 주소 발생기의 구성을 나타낸 블럭도.
** 도면의 주요 부분에 대한 부호의 설명**
21,22 : 가산기 23 : 가감산기
24 : 비교기 25 : 선택기
INV1,INV2 : 인버터
이하, 본 발명에 따른 고속 디지탈 신호 처리기의 짧은 지연시간을 갖는 모듈로 주소지정(Modulo Addressing)로직의 구성을 첨부된 도면에 의거하여 상세히 설명한다.
도 2는 본 발명에 따른 모듈로 주소발생기의 구성을 나타낸다. 도면에 도시된 바와 같이 현재의 주소(A)와 주소 증가분(I)으로 다음 지정될 주소를 얻기 위한 저속의 제 1 가산기(21)와, 최대 주소(M)와 최소 주소(B)를 입력으로 하여 주소 지정할 주소범위(B - M = b)를 찾기 위한 저속의 제 2 가산기(22)가 각각 개별적으로 구비되어 있으며, 상기 두 가산기의 출력(21)(22)을 주소 증가분(I)이 갖는 부호(sign(I))에 따라 가산하거나 감산하는 가감산기(23)와, 상기 제 1 가산기에서 현재 주소로부터 주소 증가분만큼 증가되어 나오는 주소 출력(a)이 최대 주소(M)와 최소 주소(B) 범위이내(B≤a≤M)에 있는지를 찾기 위한 비교기(24)가 구성되어 있고, 또한 상기 제 1 가산기의 출력(a)과 상기 가감기의 출력(c)을 상기 비교기의 출력(d)에 따라 선택하여 출력하는 출력 선택기(25)로 구성하는 것이 바람직하다.
이와 같은 구성으로 갖는 로직을 이용하여 (식 1)은 다음과 같이 다시 쓸수 있다.
만약, I ≥ 0 이고 A + I > M 이면 다음에 지정될 주소(NEXT_A)는
NEXT_A = A + I - (M -B + 1)
= A + I - M + B - 1
= A + I + (B + inv(M))
로 되고, I < 0 이고 A + I < B이면 다음에 지정될 주소(NEXT_A)는
NEXT_A = A + I + (M -B + 1)
= A + I - B + M + 1
= A + I - (B + inv(M))
로 되며,
그 밖의 경우 다음에 지정될 주소(NEXT_A)는
NEXT_A = A + I 로 된다.
이를 다시 기술하면, 제1 가산기의 출력(a)과 제2 가산기의 출력(b)과 가감기의 출력(c)과 출력 선택기의 출력(d)은
a = A + I
b = B + inv(M)
c = a + b (단, sign(I) = 0 일 때)
= a - b (단, sign(I) ≠ 0 일 때)
d = 1 (단, B ≤ a ≤ M 일 때)
= 0 (단, B > a 이고 a > M 일 때)
NEXT_A = a(단, d = 1 일 때)
= c(단, d = 0 일 때)……식 (3)을
얻을 수 있게 된다.
상기 수식을 다시 말하면, 현재 주소값(A)과 주소 증가분(I)을 제 1 가산기(21)에 의해 가산하여 다음 주소값(a)을 발생하고, 최대 주소값(M)의 보수값과 최소 주소값(B)를 제 2 가산기(22)에 의해 가산하여 순환보정값(b)을 발생한다. 상기 주소 증가분(I)의 부호값에 따라 상기 순환보정값(b)과 상기 다음 주소값(a)을 가감산기(23)에 의해 가감산하여 보정된 다음 주소값(c)을 발생하고, 상기 다음 주소값(a)이 상기 최대 주소값(M)과 상기 최소 주소값(B) 사이에 있는지를 비교기(23)에서 판단하여 선택신호(d)를 발생한다. 상기 비교기(24)의 선택신호(d)에 따라 상기 다음 주소값(a)이 상기 최대 주소값(M)과 최소 주소값(B)의 사이에 존재할 경우에는 상기 다음 주소값(a)을 선택하고, 상기 다음 주소값(a)이 상기 최대 주소값(M)과 최소 주소값(B)의 사이를 벗어날 경우에는 상기 보정된 다음 주소값(c)을 선택하여 출력한다.
상기의 (식 3)은 (식 2)와 같이 세개의 가산기를 사용하지만 이들은 직렬로 연결되어 있지 않으므로 임계경로(critical path)를 구성하지 않으며, 따라서 비록 B ≤ a ≤ M 를 계산하기 위한 비교기(24)가 추가되지만 느린 가산기를 사용하므로서 오히려 칩상에서 구현시 사용 영역 측면에서 상기 (식 2)보다 유리할 수 있으며 고속의 디지탈 신호 처리기에 적용하는 데 적합하다.
이상에서와 같은 본 발명에 의하면 다단의 덧셈 연산을 거치지 않게 하여 덧셈 연산에 대한 짧은 지연시간을 갖고 고속의 가산기를 사용하는데에 따른 칩상에서 구현시 차지하는 면적에 대한 오버헤드를 고려할 수 있도록 하여 칩상에서 구현시 차지하는 면적 측면에서 유리한 조건을 얻을 수 있으며, 따라서 고속의 디지탈 신호 처리기에 구현하는 데 적합하다.

Claims (4)

  1. 현재 주소값과 주소 증가분을 가산하여 다음 주소값을 발생하는 제 1 가산기; 최대 주소값의 보수값과 최소 주소값를 가산하여 순환보정값을 발생하는 제 2 가산기; 상기 주소 증가분의 부호값에 따라 상기 순환보정값과 상기 다음 주소값을 가감산하여 보정된 다음 주소값을 발생하는 가감산기; 상기 다음 주소값이 상기 최대 주소값과 상기 최소 주소값 사이에 있는지를 판단하는 비교기; 상기 비교기의 출력에 따라 상기 다음 주소값이 상기 최대 주소값과 최소 주소값의 사이에 존재할 경우에는 상기 다음 주소값을 선택하고, 상기 다음 주소값이 상기 최대 주소값과 최소 주소값의 사이를 벗어날 경우에는 상기 보정된 다음 주소값을 선택하여 출력하는 선택기를 구비하는 것을 특징으로 하는 모듈로 주소발생기.
  2. 제 1 항에 있어서, 상기 모듈로 주소발생기는 고속 디지털 신호처리기에 채용되는 것을 특징으로 하는 모듈로 주소발생기.
  3. 제 1 항에 있어서, 상기 제 1 및 제 2 가산기는 저속 가산기인 것을 특징으로 하는 모듈로 주소발생기.
  4. 현재 주소값과 주소 증가분을 가산하여 다음 주소값을 발생하는 단계; 최대 주소값의 보수값과 최소 주소값를 가산하여 순환보정값을 발생하는 단계; 상기 주소 증가분의 부호값에 따라 상기 순환보정값과 상기 다음 주소값을 가감산하여 보정된 다음 주소값을 발생하는 단계; 상기 다음 주소값이 상기 최대 주소값과 상기 최소 주소값 사이에 있는지를 판단하는 단계; 상기 비교기의 출력에 따라 상기 다음 주소값이 상기 최대 주소값과 최소 주소값의 사이에 존재할 경우에는 상기 다음 주소값을 선택하고, 상기 다음 주소값이 상기 최대 주소값과 최소 주소값의 사이를 벗어날 경우에는 상기 보정된 다음 주소값을 선택하여 출력하는 단계를 구비하는 것을 특징으로 하는 모듈로 주소발생방법.
KR1019970000420A 1997-01-10 1997-01-10 모듈로 주소발생기 및 그 방법 KR100236536B1 (ko)

Priority Applications (3)

Application Number Priority Date Filing Date Title
KR1019970000420A KR100236536B1 (ko) 1997-01-10 1997-01-10 모듈로 주소발생기 및 그 방법
US08/906,273 US5905665A (en) 1997-01-10 1997-08-05 Modulo address generating circuit and method with reduced area and delay using low speed adders
DE19748547A DE19748547B4 (de) 1997-01-10 1997-11-03 Modulo-Adresserzeugungsschaltung und -verfahren

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019970000420A KR100236536B1 (ko) 1997-01-10 1997-01-10 모듈로 주소발생기 및 그 방법

Publications (2)

Publication Number Publication Date
KR19980065431A KR19980065431A (ko) 1998-10-15
KR100236536B1 true KR100236536B1 (ko) 1999-12-15

Family

ID=19494353

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019970000420A KR100236536B1 (ko) 1997-01-10 1997-01-10 모듈로 주소발생기 및 그 방법

Country Status (3)

Country Link
US (1) US5905665A (ko)
KR (1) KR100236536B1 (ko)
DE (1) DE19748547B4 (ko)

Families Citing this family (56)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6134572A (en) * 1997-09-30 2000-10-17 Texas Instruments Incorporated Galois Field arithmetic apparatus and method
JP3718046B2 (ja) * 1998-02-18 2005-11-16 ローム株式会社 アドレス発生回路
US6081820A (en) * 1998-02-20 2000-06-27 Siemens Energy & Automation Method and apparatus for filtering a signal using a window value
US7386600B1 (en) 1998-09-11 2008-06-10 Lv Partners, L.P. Launching a web site using a personal device
US6615268B1 (en) 1998-09-11 2003-09-02 Lv Partners, L.P. Method for controlling a computer using an embedded unique code in the content of dat media
US6643692B1 (en) 1998-09-11 2003-11-04 Lv Partners, L.P. Method for controlling a computer using an embedded unique code in the content of video tape media
US6826592B1 (en) * 1998-09-11 2004-11-30 L.V. Partners, L.P. Digital ID for selecting web browser and use preferences of a user during use of a web application
US7379901B1 (en) 1998-09-11 2008-05-27 Lv Partners, L.P. Accessing a vendor web site using personal account information retrieved from a credit card company web site
US6701354B1 (en) 1998-09-11 2004-03-02 L. V. Partners, L.P. Method for interconnecting two locations over a network in response to using a tool
US6836799B1 (en) * 1998-09-11 2004-12-28 L.V. Partners, L.P. Method and apparatus for tracking user profile and habits on a global network
US6708208B1 (en) 1998-09-11 2004-03-16 L.V. Partners, L.P. Unique bar code for indicating a link between a product and a remote location on a web network
US6845388B1 (en) * 1998-09-11 2005-01-18 L. V. Partners, L.P. Web site access manual of a character string into a software interface
US8028036B1 (en) * 1998-09-11 2011-09-27 Rpx-Lv Acquisition Llc Launching a web site using a passive transponder
US6631404B1 (en) 1998-09-11 2003-10-07 Lv Partners, L.P. Method and system for conducting a contest using a network
US6629133B1 (en) 1998-09-11 2003-09-30 Lv Partners, L.P. Interactive doll
US6701369B1 (en) 1998-09-11 2004-03-02 L.V. Partners, L.P. Method and apparatus for accessing a remote location by sensing a machine-resolvable code
US6697949B1 (en) * 1998-09-11 2004-02-24 L.V. Partner, L.P. Method and apparatus for controlling a user's pc through an audio-visual broadcast to archive information in the users pc
US7792696B1 (en) 1998-09-11 2010-09-07 RPX-LV Acquisition, LLC Method and apparatus for allowing a broadcast to remotely control a computer
US6622165B1 (en) 1998-09-11 2003-09-16 Lv Partners, L.P. Method and apparatus for allowing a remote site to interact with an intermediate database to facilitate access to the remote site
US6877032B1 (en) * 1998-09-11 2005-04-05 L.V. Partners, L.P. Launching a web site using a portable scanner
US6823388B1 (en) 1998-09-11 2004-11-23 L.V. Parners, L.P. Method and apparatus for accessing a remote location with an optical reader having a programmable memory system
US6745234B1 (en) * 1998-09-11 2004-06-01 Digital:Convergence Corporation Method and apparatus for accessing a remote location by scanning an optical code
US7818423B1 (en) 1998-09-11 2010-10-19 RPX-LV Acquisition, LLC Retrieving personal account information from a web site by reading a credit card
US7392945B1 (en) 1998-09-11 2008-07-01 Lv Partners, L.P. Portable scanner for enabling automatic commerce transactions
US6098106A (en) * 1998-09-11 2000-08-01 Digitalconvergence.Com Inc. Method for controlling a computer with an audio signal
US6791588B1 (en) * 1998-09-11 2004-09-14 L.V. Partners, L.P. Method for conducting a contest using a network
US7900224B1 (en) 1998-09-11 2011-03-01 Rpx-Lv Acquisition Llc Method and apparatus for utilizing an audible signal to induce a user to select an E-commerce function
US6688522B1 (en) 1998-09-11 2004-02-10 L. V. Partners, L.P. Unique bar code
US6704864B1 (en) * 1999-08-19 2004-03-09 L.V. Partners, L.P. Automatic configuration of equipment software
US6792452B1 (en) 1998-09-11 2004-09-14 L.V. Partners, L.P. Method for configuring a piece of equipment with the use of an associated machine resolvable code
US6754698B1 (en) * 1998-09-11 2004-06-22 L. V. Partners, L.P. Method and apparatus for accessing a remote location with an optical reader having a dedicated memory system
US7440993B1 (en) 1998-09-11 2008-10-21 Lv Partners, L.P. Method and apparatus for launching a web browser in response to scanning of product information
US6636896B1 (en) 1998-09-11 2003-10-21 Lv Partners, L.P. Method and apparatus for utilizing an audibly coded signal to conduct commerce over the internet
US6725260B1 (en) * 1998-09-11 2004-04-20 L.V. Partners, L.P. Method and apparatus for configuring configurable equipment with configuration information received from a remote location
US6829650B1 (en) 1998-09-11 2004-12-07 L. V. Partners, L.P. Method and apparatus for opening and launching a web browser in response to an audible signal
US6868433B1 (en) 1998-09-11 2005-03-15 L.V. Partners, L.P. Input device having positional and scanning capabilities
US7930213B1 (en) 1998-09-11 2011-04-19 Rpx-Lv Acquisition Llc Method and apparatus for completing, securing and conducting an E-commerce transaction
US8712835B1 (en) 1998-09-11 2014-04-29 Rpx Corporation Method and apparatus for linking a web browser link to a promotional offer
US6594705B1 (en) 1998-09-11 2003-07-15 Lv Partners, L.P. Method and apparatus for utilizing an audibly coded signal to conduct commerce over the internet
US6526449B1 (en) 1998-09-11 2003-02-25 Digital Convergence Corporation Method and apparatus for controlling a computer from a remote location
US6636892B1 (en) * 1998-09-11 2003-10-21 Lv Partners, L.P. Method for conducting a contest using a network
US6829646B1 (en) * 1999-10-13 2004-12-07 L. V. Partners, L.P. Presentation of web page content based upon computer video resolutions
US7191247B1 (en) 1998-09-11 2007-03-13 Lv Partners, Lp Method for connecting a wireless device to a remote location on a network
US6384744B1 (en) 1998-09-11 2002-05-07 Digital:Convergence Corp. Method and system for data transmission from an optical reader
DE69927940T2 (de) * 1999-03-19 2006-05-24 Freescale Semiconductor, Inc., Austin Moduloadressgenerator und eine Methode für das Einführen des Moduloadressierens
US6369727B1 (en) * 1999-12-17 2002-04-09 Rng Research Analog-to-digital conversion method of random number generation
JP4042364B2 (ja) * 2001-07-27 2008-02-06 日本電気株式会社 アドレス生成回路、選択判断回路
US6970895B2 (en) * 2001-10-01 2005-11-29 Koninklijke Philips Electronics N.V. Programmable delay indexed data path register file for array processing
US7349448B2 (en) * 2003-08-01 2008-03-25 Hewlett-Packard Development Company, L.P. Distributed multiplexing circuit with built-in repeater
EP1746496B1 (en) 2005-07-19 2010-05-05 Emma Mixed Signal C.V. Modulo arithmetic
US7849125B2 (en) 2006-07-07 2010-12-07 Via Telecom Co., Ltd Efficient computation of the modulo operation based on divisor (2n-1)
US8250440B2 (en) * 2008-02-25 2012-08-21 International Business Machines Corporation Address generation checking
US8145877B2 (en) * 2008-03-31 2012-03-27 Xilinx, Inc. Address generation for quadratic permutation polynomial interleaving
US8219782B2 (en) * 2008-09-18 2012-07-10 Xilinx, Inc. Address generation
US8407276B2 (en) * 2009-07-27 2013-03-26 Electronics And Telecommunications Research Institute Apparatus for calculating absolute difference
US10331840B2 (en) * 2016-01-15 2019-06-25 International Business Machines Corporation Resource aware method for optimizing wires for slew, slack, or noise

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4800524A (en) * 1985-12-20 1989-01-24 Analog Devices, Inc. Modulo address generator
US4833602A (en) * 1987-06-29 1989-05-23 International Business Machines Corporation Signal generator using modulo means
NL8901631A (nl) * 1989-06-28 1991-01-16 Philips Nv Inrichting voor het bufferen van data voor de duur van cyclisch repeterende buffertijden.
JPH05507378A (ja) * 1990-11-02 1993-10-21 アナログ・ディバイセス・インコーポレーテッド 循環バッファ用アドレス・ジェネレータ
US5249148A (en) * 1990-11-26 1993-09-28 Motorola, Inc. Method and apparatus for performing restricted modulo arithmetic
US5511017A (en) * 1994-06-01 1996-04-23 Exponential Technology, Inc. Reduced-modulus address generation using sign-extension and correction
US5659700A (en) * 1995-02-14 1997-08-19 Winbond Electronis Corporation Apparatus and method for generating a modulo address

Also Published As

Publication number Publication date
DE19748547B4 (de) 2007-11-22
DE19748547A1 (de) 1998-07-16
KR19980065431A (ko) 1998-10-15
US5905665A (en) 1999-05-18

Similar Documents

Publication Publication Date Title
KR100236536B1 (ko) 모듈로 주소발생기 및 그 방법
US5659700A (en) Apparatus and method for generating a modulo address
US6560691B2 (en) Modulus address generator and method for determining a modulus address
JP3735425B2 (ja) 絶対値比較回路
US3970833A (en) High-speed adder
US6065031A (en) Log converter utilizing offset and method of use thereof
US5467298A (en) Multivalued adder having capability of sharing plural multivalued signals
US6785798B2 (en) Method and system for circular addressing with efficient memory usage
JP3003467B2 (ja) 演算装置
US5463573A (en) Multivalued subtracter having capability of sharing plural multivalued signals
US6151612A (en) Apparatus and method for converting floating point number into integer in floating point unit
KR100326746B1 (ko) 비선형함수를근사시키기위한시스템및방법
KR19980052741A (ko) 모듈로(Modulo) 주소발생기 및 그 방법
US5944771A (en) Arithmetic operation system for binary addition/subtraction
JPH1139289A (ja) 演算回路
US5146479A (en) Up/down counter for counting binary data stored in flip flops
JP2509279B2 (ja) 浮動小数点数一固定小数点数変換装置
JP2991788B2 (ja) 復号器
KR100203742B1 (ko) 멀티플렉스를 이용한 가산기
JP3122622B2 (ja) 除算装置
KR20050041567A (ko) 이진 정수 모듈로 연산 방법
KR0157337B1 (ko) 디지탈신호 처리기의 멀티비트 가산기
KR0143710B1 (ko) 전파 3입력 가산기
JP3374772B2 (ja) 大小判定回路およびそれを用いたfifo回路
KR100188088B1 (ko) 2진 데이타의 수치연산장치

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20081001

Year of fee payment: 10

LAPS Lapse due to unpaid annual fee