Overview of Residue Number System (RNS) for Advanced VLSI Design and VLSI Signal Processing 11-30-2002 NTUEE 吳安宇.

Slides:



Advertisements
Similar presentations
Mathematics of Cryptography Part II: Algebraic Structures
Advertisements

CENG536 Computer Engineering department Çankaya University.
CENG536 Computer Engineering Department Çankaya University.
Kavita Hatwal Fall The decimal system, also called the base 10 number system is based on ten numbers: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. All the numbers.
MOHD. YAMANI IDRIS/ NOORZAILY MOHAMED NOOR 1 Lecture 3 Number System.
Improving Power And Performance of Embedded Applications Using Residue Number System Compilers For Embedded Systems Rooju Chokshi.
ECE 331 – Digital System Design
DIGITAL SYSTEMS TCE1111 Representation and Arithmetic Operations with Signed Numbers Week 6 and 7 (Lecture 1 of 2)
A COMPARATIVE STUDY OF MULTIPLY ACCCUMULATE IMPLEMENTATIONS ON FPGAS Using Distributed Arithmetic and Residue Number System.
Number System and Codes
Computer Arithmetic Integers: signed / unsigned (can overflow) Fixed point (can overflow) Floating point (can overflow, underflow) (Boolean / Character)
Number Systems Lecture 02.
Mehmet Can Vuran, Instructor University of Nebraska-Lincoln Acknowledgement: Overheads adapted from those provided by the authors of the textbook.
Coping With the Carry Problem 1. Limit Carry to Small Number of Bits Hybrid Redundant Residue Number Systems 2.Detect the End of Propagation Rather Than.
Data Representation – Binary Numbers
Number-Theoretic Algorithms
Chapter 2 Number Systems + Codes. Overview Objective: To use positional number systems To convert decimals to binary integers To convert binary integers.
Reconfigurable Computing - Multipliers: Options in Circuit Design John Morris Chung-Ang University The University of Auckland ‘Iolanthe’ at 13 knots on.
Mohammad Reza Najafi Main Ref: Computer Arithmetic Algorithms and Hardware Designs (Behrooz Parhami) Spring 2010 Class presentation for the course: “Custom.
Lecture notes Reading: Section 3.4, 3.5, 3.6 Multiplication
Computer Architecture Lecture 32 Fasih ur Rehman.
Data Representation in Computer Systems. 2 Signed Integer Representation The conversions we have so far presented have involved only positive numbers.
Chinese Remainder Theorem. How many people What is x? Divided into 4s: remainder 3 x ≡ 3 (mod 4) Divided into 5s: remainder 4 x ≡ 4 (mod 5) Chinese Remainder.
DIGITAL SYSTEMS Number systems & Arithmetic Rudolf Tracht and A.J. Han Vinck.
Overview of Residue Number System (RNS) for Advanced VLSI Design and VLSI Signal Processing NTUEE 吳安宇.
EPFL-IC-IIF-LACAL Marcelo E. Kaihara April 27 th, 2007 Algorithms for public-key cryptology Montgomery Arithmetic.
9.1 Primes and Related Congruence Equations 23 Sep 2013.
Reconfigurable Computing - Options in Circuit Design John Morris Chung-Ang University The University of Auckland ‘Iolanthe’ at 13 knots on Cockburn Sound,
ACCESS IC LAB Graduate Institute of Electronics Engineering, NTU Brief Overview of Residue Number System (RNS) VLSI Signal Processing 台灣大學電機系 吳安宇.
Reconfigurable Computing - Options in Circuit Design John Morris Chung-Ang University The University of Auckland ‘Iolanthe’ at 13 knots on Cockburn Sound,
DATA REPRESENTATION Data Types Complements Fixed Point Representations
Choosing RNS Moduli Assume we wish to represent 100, Values Standard Binary  lg 2 (100,000) 10  =   =17 bits RNS(13|11|7|5|3|2), Dynamic.
Unit I From Fundamentals of Logic Design by Roth and Kinney.
Floating Point Arithmetic – Part I
MATH Lesson 2 Binary arithmetic.
Unit 1 Introduction Number Systems and Conversion.
Cosc 2150: Computer Organization
CS480 Cryptography and Information Security
Lecture 1: Introduction and Numbers
Addition and Subtraction
UNIVERSITY OF MASSACHUSETTS Dept
Integers’ Representation. Binary Addition. Two's Complement.
CORDIC (Coordinate rotation digital computer)
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION
Advanced Algorithms Analysis and Design
Sequential Multipliers
Data Representation in Computer Systems
Chapter 3 Data Representation
CSE 575 Computer Arithmetic Spring 2003 Mary Jane Irwin (www. cse. psu
CHAPTER 4: Representing Integer Data
Reconfigurable Computing - Options in Circuit Design
Number Systems.
Dr. Clincy Professor of CS
CSE 575 Computer Arithmetic Spring 2005 Mary Jane Irwin (www. cse. psu
Computer Organization and ASSEMBLY LANGUAGE
Chapter 1 Number Systems, Number Representations, and Codes
Data Representation Data Types Complements Fixed Point Representation
Brief Overview of Residue Number System (RNS)
Unconventional Fixed-Radix Number Systems
Multiplier-less Multiplication by Constants
Introduction to Cryptography
UNIVERSITY OF MASSACHUSETTS Dept
Chapter 5 – Number Representation and Arithmetic Circuits
Digital Systems and Binary Numbers
Overview Part 1 – Design Procedure Part 2 – Combinational Logic
UNIVERSITY OF MASSACHUSETTS Dept
ECE 331 – Digital System Design
UNIVERSITY OF MASSACHUSETTS Dept
COMS 161 Introduction to Computing
Presentation transcript:

Overview of Residue Number System (RNS) for Advanced VLSI Design and VLSI Signal Processing 11-30-2002 NTUEE 吳安宇

Outline History Why RNS is needed ? Fundamental concepts in RNS. Conversion between Decimal and Residue. Conventional complex RNS Difficult arithmetic operations Applications

History The ancient study of the residue numbering system begins with a verse from a third-centry book, Suan-Ching, by Sun Tzu. We have things of which we do not know the number, If we count them by three, the remainder is 2, If we count them by five, the remainder is 3, If we count them by seven, the remainder is 2, How many things are there?

History We commemorate this contribution as the Chinese Remainder Theorem, or CRT. This theorem, as well as RNS, was set forth in the 19th by Carl Friedrich Gauss in his celebrated Disquisitiones Arithmetical.

Why RNS? It is a “carry-free” system that performs addition, substraction, and multiplication as parallel operations. FA HA

Definition The RNS is defined in terms of a set of rela-tively prime moduli. If P denotes the moduli set, then The dynamic range M is

Definition Any integer in the residue class ZM has a unique L-tuple representation given by where Xi=X mod pi and is called the ith residue.

Example X1 1 2 X2 3 4 → X 5 6 7 8 9 10 11 12 13 14

Example 4 5 6 7 8 9 10 11 1 2 3 X → X1 X2 X3 16 17 18 19 20 21 22 23 12 13 14 15 28 29 30 31 32 33 34 35 24 25 26 27 40 41 42 43 44 45 46 47 36 37 38 39 52 53 54 55 56 57 58 59 48 49 50 51

Signed Representation For signed RNS, any integer in (-M/2, M/2], has a unique RNS L-tuple representation where xi=(X mod pi) if X>0, and (M-|X|) mod pi otherwise. X1 1 2 X2 3 → X -6 -5 -4 -3 -2 -1 4 5

Operation

Operation (Example) 7(1, 3, 2 ) +3(0, 3, 3 ) 7(1, 3, 2 ) +3(0, 3, 3 ) 10(1 mod 3, 6 mod 4, 5 mod 5) = (1,2,0) 7(1, 3, 2 ) - 3(0, 3, 3 ) 4(1 mod 3, 0 mod 4, -1 mod 5) = (1,0,4) 7(1, 3, 2 ) *3(0, 3, 3 ) 21(0 mod 3, 9 mod 4, 6 mod 5) = (0,1,1)

(3,4,5) Modulo Set 4 5 6 7 8 9 10 11 1 2 3 X → X1 X2 X3 16 17 18 19 20 21 22 23 12 13 14 15 28 29 30 31 32 33 34 35 24 25 26 27 40 41 42 43 44 45 46 47 36 37 38 39 52 53 54 55 56 57 58 59 48 49 50 51

Conversion Efficient and rapid implementation of the operation (Xi o Yi) mod pi must be found. Only for the case where pi=2^n can be easily implemented in conventional system. RAM or ROM Table Lookup Zi = (Xi o Yi) mod pi Xi (n bits) Yi (n bits) Zi (n bits)

Decimal-to-residue Conversion To be competitive system, the speed of data acquisition and the accompanying decimal-to-residue conversion must be equally fast.

Decimal-to-residue Conversion 2j mod pi j=4 i=1 i=2 j=3 j=2 j=1 j=0 1 3 4 2 pi-(25mod pi)

Residue-to-decimal Conversion Generally speaking, the speed limitation of residue-to-decimal conversion is a problem in residue number system. The R/D problem can be solved in one of the following two ways: Mixed radix conversion (MRC) Chinese Remainder Theorem (CRT)

Multiplicative Inverse The multiplicative inverse of g of modulo pi is denoted as gi-1 and satisfies Example: Pi=5 g gi-1  1 2 3 4 g gi-1 Pi=6  1 2 3 4 5 g gi-1 Pi=7  1 2 4 3 5 6

Mixed Radix Conversion RNS MRC The MRC representation is given by where v1=1, v2=p1, v3=p1p2, v4=p1p2p3, …

Mixed radix conversion

Mixed Radix Conversion Use nesting subtractions and multiplicative inverse to make sequential conversion.

Block Diagram of MRC M M M M M M p12-1 p13-1 p23-1 p1L-1 p2L-1 pL-1,L-1 M

Chinese Remainder Theorem where and si-1 is the multiplicative inverse of si mod pi, so that

Chinese Remainder Theorem X1 s1-1 mod p1 X2 s2-1 mod p2 XL sL-1 mod pL mod M sL s2 s1

Chinese Remainder Theorem 1*2 mod 3 0*3 mod 4 4*3 mod 5 20 15 12 mod 60

Conventional Complex RNS A complex number Z is defined to be

Difficult Arithmetic Operations Magnitude comparison / Sign detection Division Base extension Scaling / Rounding / Truncation Overflow detection

Magnitude Comparison Sign Detection Not a weighted number system. Every digits are equally important. The problem makes the RNS-based signal processors inefficient.

Division Blend of nested subtractions and magnitude comparisons, so it is more difficult in the RNS domain. RNS is not closed under division, since the RNS is an integer system. It is an slow, high-overhead operation, and should be avoided in RNS.

Base Extension Increase the dynamic range Increase the resolution. R/D and D/R conversions are needed. R/D conversion L - tuple RNS D/R conversion K - tuple RNS Moduli extension

Scaling / Rounding / Truncation Prevent dynamic-range overflow. A special form of division. The scaling operation can be easily to implemented when scaling factor is: Power of two (2n) in 2’complement. Product of one or more of the moduli in RNS.

Overflow Detection A special form of magnitude comparison. Can be avoided by using scaling operation during run-time.

Applications High-speed systems (**) FPGA-based solution Filtering (FIR, IIR) systems Linear transformations Adaptive systems

References [1] A good tutorial paper of RNS: Fred J. Taylor, "Residue Arithmetic: A Tutorial with Examples", IEEE Trans. on Computer, pp. 50~62, May 1984. [2] A good paper collections for RNS: M. A. Soderstrand, W. K. Jenkins, G. A. Jullien, F. J. Taylor (eds.), Residue Number System Arithmetic: Modern Applications in digital Signal Processing, IEEE Press, New York, 1986.