%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>
Paul Chown, Notes on the Design of a Barrel Shifter for the Warwick Pipelined CORDIC Processor (August 1, 1990).
This document discusses the design decisions made during the design of the barrel shifters used in the floating point adjustment circuitry of the Warwick pipelined CORDIC processor. The barrel shifter is required for both the input (mantissa alignment) and output (post normalistion) parts of the floating data path, although it also has applications in other areas such as a bit field extraction and multiplication/division. A brief survey of the available techniques will be given, followed by a discussion of the design process for the Barrel shifters in our implementatioof the CORDIC algorithm
<%@ include file="hardcopy.html" %> <%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>