Automatic design of VLIW processors

Computer-aided design and analysis of circuits and semiconductor – Nanotechnology related integrated circuit design

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

Reexamination Certificate

active

06581187

ABSTRACT:

TECHNICAL FIELD
The invention relates to programmable and non-programmable processors having Explicitly Parallel Instruction Computing Architectures (EPIC).
BACKGROUND
As the workstation and personal computer markets are rapidly converging on a small number of similar architectures, the embedded systems market is enjoying an explosion of architectural diversity. This diversity is driven by widely-varying demands on processor performance and power consumption, and is propelled by the possibility of optimizing architectures for particular application domains. Designers of these application specific instruction-set processors (ASIPs) must make tradeoffs between cost, performance, and power consumption. In many instances, the demands for a particular application can be well served by using an ASIP having an Explicitly Parallel Instruction Computing (EPIC) architecture. One form of EPIC processor is a very long instruction word (VLIW) processor. Throughout this document, references to a VLIW processor are intended to broadly encompass EPIC processors.
VLIW processors exploit instruction-level parallelism (ILP) by issuing several operations per instruction to multiple functional units. A VLIW processor design specifies the processor's datapath and control path. The datapath includes the functional units for executing operations, registers for storing the inputs and outputs of the operations, and the interconnect for transferring data between the functional units. The control path provides control signals to the control ports in the datapath based on a program, which is either read from memory or hardwired into the control logic.
VLIW processors can be grouped into two categories: “programmable” and “non-programmable” depending on how their control logic is implemented. Programmable VLIW processors are processors that can be programmed by users. The instruction set of these processors is visible to the programmer/compiler so that a programmer can write programs either directly in the machine code or in a high level language that is then compiled to the machine code. These processors are connected to a “program memory” that is used to store the program to be executed. Typically, the program memory is part of the memory system that stores both data and programs, and it is implemented using RAM (random access memory) that can be both read and written.
Non-programmable VLIW processors are designed to execute a specific application or a fixed set of applications.
In the context of our design flow, the difference between the design of programmable and non-programmable processors lies in the way control logic is designed. There are the following two broad approaches for designing the control logic.
1. Finite state machine (FSM) based control: In this approach, there is no program stored in memory; the processor contains all the control logic in the form of a finite state machine. The FSM can be implemented using hard-wired logic in which case the processor is non-programmable and can execute only one program. It can also be implemented using “reconfigurable” hardware such as FPGAs or certain types of PLAs. In this case, the processor can be re-configured to execute a different program.
2. Program counter based control: In this approach, the control is expressed in the form of a program consisting of a sequence of instructions stored in a program memory. The processor contains a program counter (PC) that contains the memory address of the next instruction to execute. In addition, the processor contains control logic that repeatedly performs the following sequence of actions:
A. Fetch instruction from the address in the PC.
B. Decode the instruction and distribute the control to the control points in the processor datapath.
C. Update the PC as follows. If the instruction just executed contains either an implicit or explicit branch and the branch was taken, then the new value of the PC is the branch target address specified in the instruction. In all other cases, the next value of the PC is the address of the next instruction in the program.
Instruction representation in this approach can take the following two forms:
1. Horizontal instructions: In this approach, the value of each control point is specified directly. A (micro-) program consists of a sequence of wide words, each of which specifies the values for all the control points for an execution cycle. The main advantage of this approach is that the instruction format and the logic in the processor to decode the instruction are very simple. Processors with this type of control are referred to as horizontally micro-programmed processors.
2. Encoded instructions: This approach uses some form of encoding to reduce the size of instructions. It may group control points in easily identifiable groups such as opcode, source and destination register specifiers, etc. Since control is now encoded, the instruction format and the decode logic become more complex. The degree of encoding varies from processor to processor and directly affects the complexity and the cost of the decode logic. General-purpose microprocessors use this type of control.
The program to be executed can be stored in either RAM or ROM (i.e., read only memory). In the first case, the processor can be made to execute different programs at different times by loading the appropriate program in the program memory. Thus, such systems can be called programmable systems. In the latter case, there is only one program stored in the memory. Thus, the processor can execute only a single program and is non-programmable.
The following table summarizes the various ways in which control can be implemented.
Control
Program memory/
Philosophy
logic implementation
Programmability
Finite state
Hard-wired logic
Non-programmable Can
machine
execute only a single program
Reconfigurable logic
Reconfigurable Can execute
multiple programs
Program counter
RAM
Programmable Can execute
based
multiple programs
ROM
Non-programmable Can
execute only a single program
In designing a VLIW processor, a number of cost/performance trade-offs need to be made. Each of these trade-offs can have a substantial impact on the overall system cost and performance. Unfortunately, designing a VLIW processor today is a fairly cumbersome manual process which must carefully weigh cost and performance tradeoffs in the light of resource sharing and timing constraints of the given micro-architecture. Optimizations and customizations of the processor, if any, with respect to a set of applications or an application domain must also be determined and applied manually.
Manual design of ASIPs is time consuming, and thus, it is not very conducive to the widespread use of ASIPs, since time to market is very important. To reduce the design time, designers of embedded systems need a system that can generate ASIPs from functional or algorithmic description of applications in an automatic way.
SUMMARY OF THE INVENTION
The invention provides a method and system for automatic and “programmatic” design of VLIW processors. The features of the invention may be used to design general purpose and application-specific processors as well as sub-components of these processor designs. These sub-components include the processor's datapath, control path, and in the case of a programmable processor, its instruction format.
The method may be used to design programmable and non-programmable VLIW processors. For both programmable and non-programmable processors, the method builds the processor's datapath from an abstract Instruction Set Architecture (ISA) specification and a macrocell library of hardware components. The abstract ISA specifies the processor's desired operations (e.g., an opcode repertoire), instruction level parallelism (ILP) constraints among the operations, the I/O format of the operations and the number and type of register files in the processor. The method builds a description of the datapath by selecting instances of functional units that satisfy the ILP constraints. It then allocates register file ports to data ports

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Automatic design of VLIW processors does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Automatic design of VLIW processors, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Automatic design of VLIW processors will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-3118820

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.