A method of preparing a programmable integrated circuit device for configuration using a high-level language includes compiling a plurality of virtual programmable devices from descriptions in said high-level language. The compiling includes compiling configurations of configurable routing resources from programmable resources of said programmable integrated circuit device, and compiling configurations of a plurality of complex function blocks from programmable resources of said programmable integrated circuit device. A machine-readable data storage medium may be encoded with a library of such compiled configurations. A virtual programmable device may include a stall signal network and routing switches of the virtual programmable device may include stall signal inputs and outputs.
|
22. A routing switch for use in a network in which stall signals control flow of signals, said routing switch comprising:
an input for receiving data from a component in said network other than said routing switch;
an input stall signal output for propagating an input stall signal to prevent data from being propagated to said input from said component;
a plurality of respective outputs for propagating data to respective other locations in said network; and
a respective output stall signal input associated with each said respective output for receiving a respective output stall signal from a respective one of said other locations to prevent said respective output from propagating data to said respective one of said other locations.
12. A non-transitory machine readable storage medium encoded with:
a plurality of pre-compiled configurations for selection by a user to configure a programmable integrated circuit device, each of said compiled configurations, when executed by a processor on said programmable integrated circuit device after selection by the user, causing instantiation, on said programmable integrated circuit device, of a respective virtual programmable device by executing a high-level synthesis language, each said respective virtual programmable device:
comprising a respective routing resource configuration, and
configurations for a plurality of complex function blocks, and
being further configurable by a programmable integrated circuit device configuration bitstream.
1. A method of preparing a programmable integrated circuit device for configuration using a high-level language, said method comprising:
compiling a plurality of virtual programmable devices from descriptions in said high-level language; said compiling comprising:
compiling configurations of configurable routing resources from programmable resources of said programmable integrated circuit device, and
compiling configurations of a plurality of complex function blocks from programmable resources of said programmable integrated circuit device;
storing said compiled plurality of virtual programmable devices; and
providing said stored compiled plurality of virtual programmable devices to a user for selection and configuration of one of said stored compiled plurality of virtual programmable devices.
2. The method of
3. The method of
4. The method of
5. The method of
an input and at least one output;
a respective register for a stall signal on each of said input and said at least one output;
an output data stall register for storing output data during a stall of any of said at least one output;
a first input data stall register for storing data received at said input prior to a stall of said input; and
a second input data stall register for storing data present at said input when said input stalls.
6. The method of
7. The method of
8. The method of
9. The method of
10. The method of
11. The method of
13. The non-transitory machine readable storage medium of
14. The non-transitory machine readable storage medium of
15. The non-transitory machine readable storage medium of
an input and at least one output;
a respective register for a stall signal on each of said input and said at least one output;
an output data stall register for storing output data during a stall of any of said at least one output;
a first input data stall register for storing data received at said input prior to a stall of said input; and
a second input data stall register for storing data present at said input when said input stalls.
16. The non-transitory machine readable storage medium of
17. The non-transitory machine readable storage medium of
18. The non-transitory machine readable storage medium of
19. The non-transitory machine readable storage medium of
20. The non-transitory machine readable storage medium of
21. The non-transitory machine readable storage medium of
23. The routing switch of
an input stall signal register for said input stall signal; and
a respective output stall signal register for each of said respective output stall signals.
24. The routing switch of
|
This invention relates to the use of a high-level language to configure a programmable integrated circuit devices such as a field-programmable gate array (FPGAs) or other type of programmable logic devices (PLDs).
Early programmable devices were one-time configurable. For example, configuration may have been achieved by “blowing”—i.e., opening—fusible links. Alternatively, the configuration may have been stored in a programmable read-only memory. Those devices generally provided the user with the ability to configure the devices for “sum-of-products” (or “P-TERM”) logic operations. Later, such programmable logic devices incorporating erasable programmable read-only memory (EPROM) for configuration became available, allowing the devices to be reconfigured.
Still later, programmable devices incorporating static random access memory (SRAM) elements for configuration became available. These devices, which also can be reconfigured, store their configuration in a nonvolatile memory such as an EPROM, from which the configuration is loaded into the SRAM elements when the device is powered up. These devices generally provide the user with the ability to configure the devices for look-up-table-type logic operations.
At some point, such devices began to be provided with embedded blocks of random access memory that could be configured by the user to act as random access memory, read-only memory, or logic (such as P-TERM logic). Moreover, as programmable devices have become larger, it has become more common to add dedicated circuits on the programmable devices for various commonly-used functions. Such dedicated circuits could include phase-locked loops or delay-locked loops for clock generation, as well as various circuits for various mathematical operations such as addition or multiplication. This spares users from having to create equivalent circuits by configuring the available general-purpose programmable logic.
While it may have been possible to configure the earliest programmable logic devices manually, simply by determining mentally where various elements should be laid out, it was common even in connection with such earlier devices to provide programming software that allowed a user to lay out logic as desired and then translate that logic into a configuration for the programmable device. With current larger devices, including those with the aforementioned dedicated circuitry, it would be impractical to attempt to lay out the logic without such software. Such software also now commonly includes pre-defined functions, commonly referred to as “cores,” for configuring certain commonly-used structures, and particularly for configuring circuits for mathematical operations incorporating the aforementioned dedicated circuits. For example, cores may be provided for various trigonometric or algebraic functions.
Although available programming software allows users to implement almost any desired logic design within the capabilities of the device being programmed, most such software requires knowledge of hardware description languages such as VHDL or Verilog. However, many potential users of programmable devices are not well-versed in hardware description languages and may prefer to program devices using a higher-level programming language.
One high-level programming language that may be adopted for configuring a programmable device is OpenCL (Open Computing Language), although use of other high-level languages, and particularly other high-level synthesis languages, including C, C++, Fortran, C#, F#, BlueSpec and Matlab, also is within the scope of this invention.
In OpenCL, computation is performed using a combination of a host and kernels, where the host is responsible for input/output (I/O) and setup tasks, and kernels perform computation on independent inputs. Where there is explicit declaration of a kernel, and each set of elements to be processed is known to be independent, each kernel can be implemented as a high-performance hardware circuit. Based on the amount of space available on a programmable device such as an FPGA, the kernel may be replicated to improve performance of an application.
A kernel compiler converts a kernel into a hardware circuit, implementing an application from an OpenCL description, through hardware generation, system integration, and interfacing with a host computer. The compiler may be based on an open-source Low-Level Virtual Machine compiler extended to enable compilation of OpenCL applications. The compiler parses, analyzes, optimizes and implements an OpenCL kernel as a high-performance pipelined circuit, suitable for implementation on programmable device such as an FPGA. The system may then be compiled using programming tools appropriate for the particular programmable device. The device also has an embedded hard processor or may be configured with an embedded soft processor, to run the OpenCL (or other high-level) code, or an external processor may be used. The OpenCL or other high-level code can be run by executing the host program on the embedded or external processor.
In accordance with the present invention there is provided a method of preparing a programmable integrated circuit device for configuration using a high-level language. The method includes compiling a plurality of virtual programmable devices from descriptions in said high-level language. That compiling includes compiling configurations of configurable routing resources from programmable resources of said programmable integrated circuit device, and compiling configurations of a plurality of complex function blocks from programmable resources of said programmable integrated circuit device.
A machine-readable data storage medium encoded with a library of such compiled configurations also is provided, as is a routing switch that may be used in a virtual programmable device or any programmable device.
Further features of the invention, its nature and various advantages will be apparent upon consideration of the following detailed description, taken in conjunction with the accompanying drawings, in which like reference characters refer to like parts throughout, and in which:
In OpenCL, an application is executed in two parts—a host and a kernel. The host is a program responsible for processing I/O requests and setting up data for parallel processing. When the host is ready to process data, it can launch a set of threads on a kernel, which represents a unit of computation to be performed by each thread.
Each thread executes a kernel computation by loading data from memory as specified by the host, processing those data, and then storing the results back in memory to be read by the user, or by the user's application. In OpenCL terminology, a kernel and the data on which it is executing are considered a thread. Results may be computed for a group of threads at one time. Threads may be grouped into workgroups, which allow data to be shared between the threads in a workgroup. Normally, no constraints are placed on the order of execution of threads in a workgroup.
For the purposes of data storage and processing, each kernel may have access to more than one type of memory—e.g., global memory shared by all threads, local memory shared by threads in the same workgroup, and private memory used only by a single thread.
Execution of an OpenCL application may occur partially in the host program and partially by executing one or more kernels. For example, in vector addition, the data arrays representing the vectors may be set up using the host program, while the actual addition may be performed using one or more kernels. The communication between these two parts of the application may facilitated by a set of OpenCL functions in the host program. These functions define an interface between the host and the kernel, allowing the host program to control what data is processed and when that processing begins, and to detect when the processing has been completed.
A programmable device such as an FPGA may be programmed using a high-level language such as OpenCL by starting with a set of kernels and a host program. The kernels are compiled into hardware circuit representations using a Low-Level Virtual Machine (LLVM) compiler that may be extended for this purpose. The compilation process begins with a high-level parser, such as a C-language parser, which produces an intermediate representation for each kernel. The intermediate representation may be in the form of instructions and dependencies between them. This representation may then be optimized to a target programmable device.
An optimized LLVM intermediate representation is then converted into a hardware-oriented data structure, such as a Control-Data Flow Graph (CDFG) (
The compiled kernels are then instantiated in a system that preferably contains an interface to the host as well as a memory interface. The host interface allows the host program to access each kernel. This permits setting workspace parameters and kernel arguments remotely. The memory serves as global memory space for an OpenCL kernel. This memory can be accessed via the host interface, allowing the host program to set data for kernels to process and retrieve computation results. Finally, the host program may be compiled using a regular compiler for the high-level language in which it is written (e.g., C++).
Returning to individual parts of the process, to compile kernels into a hardware circuit, each kernel is implemented from basic block modules. Each basic block module comprises an input and an output interface with which it talks to other basic blocks, and implements an instruction such as load, add, subtract, store, etc.
The next step in implementing each kernel as a hardware circuit is to convert each basic block module into a hardware module. Each basic block module is responsible for handling the operations inside of it. To function properly, a basic block module also should to be able to exchange information with other basic blocks. Determining what data each basic block requires and produces may be accomplished using Live-Variable Analysis.
Once each basic block is analyzed, a Control-Data Flow Graph (CDFG) (
Once each basic block module has be represented as a CDFG, operations inside the block can be scheduled. Each node may be allocated a set of registers and clock cycles that it requires to complete an operation. For example, an AND operation may require no registers, but a floating-point addition may require at least seven clock cycles and corresponding registers. Once each basic block is scheduled, pipelining registers may be inserted to balance the latency of each path through the CDFG. This allows many threads to be processed.
Once each kernel has been described as a hardware circuit, a design may be created including the kernels as well as memories and an interface to the host platform. To prevent pipeline overload, the number of threads allowed in a workgroup, and the number of workgroups allowed simultaneously in a kernel, may be limited.
The foregoing generalized method 100 is diagrammed in
Path 101 starts with a kernel file (kernel.cl) 111. Parser front end 121 derives unoptimized intermediate representation 131 from kernel file 111, which is converted by optimizer 141 to an optimized intermediate representation 151. The optimization process includes compiler techniques to make the code more efficient, such as, e.g., loop unrolling, memory-to-register conversion, dead code elimination, etc. A Register Timing Language (RTL) 161 generator converts optimized intermediate representation 151 into a hardware description language representation 171, which may be written in any hardware description language such as Verilog (shown) or VHDL.
Path 102 starts with a host program file (host.c) 112 which is compiled by a compiler 122 using runtime library 132, which includes software routines that abstract the communication between the host and the programmable device, to create an executable program file 142.
Executable program file 142 and hardware description language representation(s) 171 of the kernel(s) are compiled into a programmable device configuration by appropriate software 103. For example, for FPGA devices available from Altera Corporation, of San Jose, Calif., software 103 might be the QUARTUS® II software provided by Altera.
The result is a programmable device configured to run a host program on kernel files to instantiate circuits represented by the kernels. The programmable device should have an embedded processor to execute program file 142 to execute kernel(s) 111 to generate hardware description language representation(s) 161. If the embedded processor is a “soft” processor, it also may be configured using software 103. If the embedded processor is a “hard” processor, software 103 configures the appropriate connections to the hard processor.
Although the foregoing generalized method can be used to create efficient hardware circuit implementations of user logic designs using a high-level language, such as OpenCL, the required compile time can compare unfavorably to that required for convention hardware-description-language-based programming. Depending on the particular user logic design, compilation may take hours or even days, as compared to seconds or minutes for HDL-based programming. The problem of long compile times may be magnified by the need to periodically change a logic design, particularly during development.
Therefore, in accordance with the present invention, a plurality of high-level language representations of “virtual fabrics” may be precompiled. Each such virtual fabric 200 (
The plurality of virtual fabrics may be considered a library of virtual fabrics. Different virtual fabrics in the library may have different distributions of different types of function blocks. For example, the library may include a plurality of different basic virtual fabrics, of which fabric 200 is just one example, each of which has a different distribution of function blocks 202 including basic mathematical functions along with multiplexing logic. There may also be some more complex virtual fabrics, of which fabric 300 (
It may be desirable to speed up the performance of a virtual fabric by pipelining it to some degree. For example, register stages may be provided in the virtual routing switches, each of which may be thought of as a multiplexer followed by a register. Any element in the pipeline preferably has the ability to stall the pipeline—i.e., to stop the flow of data until it is ready to accept more—by sending a stall signal upstream. Otherwise, data might be lost if upstream elements continue to send data while a downstream element is too busy to be able to process it.
However, if an element sends a stall signal upstream, it might arrive one clock cycle too late, so that one clock cycle's worth of data might be lost. Therefore, the stall signal preferably is itself pipelined, thereby providing a pipelined stall signal network within the virtual fabric. This may be achieved by providing, in some or all routing switches, a register for the stall signal. Then, instead of sending out the stall signal from the stalled component, the stall signal may be sent from the register.
An example is shown in
Virtual routing switch 600 includes an input multiplexer 611 and output multiplexers 612, 613, 614 on the north, south and east outputs, respectively. Such a routing switch might need to send a stall signal 605 back in the direction from which the input arrived, as well as receive stall signals 606, 607, 608 from any of the three output directions. In accordance with embodiments of the invention, a stall signal register 615 may be provided to output the stall signal 605, and stall signal registers 616, 617, 618 may be provided to register the received stall signals 606, 607, 608. Stall signal registers 615, 616, 617, 618 allow for fully pipelined stall signal propagation both upstream and downstream.
Registers 609, 610 are provided for the input data. Register 609 captures the data that cannot be propagated further because of a stall being received from downstream. If any of the output directions 602, 603, 604 to which data are to be propagated is stalled, those data will be held in register 609 until the stall is cleared. Register 610 captures input data and prevents those data from being lost in case a stall signal 605 has to be asserted. In the absence of register 610, because of the aforementioned one-clock delay, new data would be received at multiplexer 611 on the first clock cycle after the assertion of stall signal 605 and would replace at multiplexer 611 any data previously received, even though the data previously received had not been propagated downstream. However, with the presence of register 610, the data previously received at multiplexer 611 are preserved, even though additional data have subsequently been received at multiplexer 611. Configuration registers 626, 627, 628 may be provided to turn on or off the ability to receive stall signals. Configuration register 629 selects the input to multiplexer 611, and therefore to virtual routing switch 600. Configuration registers 630, 631, 632 control output multiplexers 612, 613, 614 to select one or more outputs of virtual routing switch 600.
In addition to the pipelining of the stall signal network as just described, the pipelining of the virtual fabric also may include registers for the data themselves on the inputs of individual function blocks 202, 301, 401 of the virtual fabric. Because the lengths of the datapaths to be pipelined are unknown at the time of creation of the virtual fabrics, and different datapaths to the same function block, as implemented in a particular user design, may differ, the data pipeline registers at the inputs of each function block 202, 301, 401 preferably are FIFOs 701 as shown in
The depth of each FIFO 701 may be selected based on the maximum expected pipeline imbalance. However, it is possible that a FIFO 701 may fill up, and therefore each FIFO 701 has the ability to assert a stall signal 702 when full.
Similarly, each FIFO 701 also may have the ability to assert an empty signal 703 to stall function block 202, 301, 401 so that function block 202, 301, 401 does not try read data when none are available. Otherwise, the various input pipelines to function block 202, 301, 401 may get out of sync—i.e., if function block 202, 301, 401 reads data from two or more pipelines when the data on one pipeline have not yet arrived.
According to another aspect of the invention, a programmable device may be configured by selecting from among a library or collection of previously compiled virtual fabrics. The selection of a particular virtual fabric may be carried out by programming software by examining the functional needs of the user's logic design and selecting the virtual fabric that most closely matches those functional needs in terms of numbers and types of virtual function blocks. That virtual fabric is executed on the device, either by an on-board hard processor, by a soft processor that is configured on board before, after or during selection of the virtual fabric, or by an external processor. Execution of the selected virtual fabric configures the device as a coarser-grained virtual device. Conventional synthesis, placement and routing tools could then be used to configure that coarser-grained virtual device with the user's logic design.
An embodiment of the process 800, diagrammed in
For a user who has compiled the user's own library of virtual fabrics, process 800 continues at step 803. For a user who is using a previously-compiled library of virtual fabrics (whether provided by the manufacturer or a third party, or by the user during a previous configuring of the device), the user enters process 800 at 802 and proceeds to step 803.
At step 803, the user enters a desired configuration in the form of high-level language statements, such as OpenCL statements, as described above, defining a set of kernels. As above, at step 804, the kernels are parsed using a high-level parser, such as a C-language parser, which produces an intermediate representation for each kernel. The intermediate representation may be in the form of instructions and dependencies between them. At step 805, this representation may then be optimized and converted into a hardware-oriented data structure, such as a Control-Data Flow Graph (CDFG).
At step 806, the CDFG is examined by the programming software to ascertain its hardware needs, and the software then selects a virtual fabric, from among the library of virtual fabrics, that meets those hardware needs. Using known techniques, the software may examine all virtual fabrics to find the best virtual fabric, or the examination may end once a virtual fabric is found that is sufficiently close to the hardware needs. In this context, “sufficiently close” means that all of the required resources are present in the virtual fabric, but the virtual fabric may have additional resources that may go unused.
Finally, at step 807, the user's logic design is programmed onto the selected virtual fabric from the CDFG using conventional synthesis, placement and routing techniques, such as those that may be implemented by the aforementioned QUARTUS® II software available from Altera Corporation. Unless the device includes an embedded hard processor, or an external hard processor is to be used to execute the virtual fabric, this step may include configuring a soft processor to execute the virtual fabric.
A particular user logic design may include a large number of functions not all of which are active at the same time. Because virtual fabrics as described herein are relatively coarse, they have a relatively small number of configuration bits. Therefore, it may not be impractical (in terms of execution time) to allow reconfiguration of the virtual fabric at run-time. Thus, the virtual fabric may be configured with a first configuration including a first group of functions, and then, “on the fly,” may be reconfigured with a second group of functions (which may overlap the first group of functions—i.e., it may have some functions in common with the first group of functions).
A method 850 for programming a device to use such reconfiguration is shown in
At step 857, the two or more separate configurations are programmed using conventional synthesis, placement and routing techniques, such as those that may be implemented by the aforementioned QUARTUS® II software. The configuration bitstreams for the various configurations are stored at step 858, and the virtual fabric is configured at step 859 with the first configuration. As necessary (tests 860, 861), that configuration may be unloaded at step 862 and another one of the two or more configurations may be loaded at step 863. The method returns to step 859 as the new configuration is executed. This may happen more than once as various ones of the two or more configurations are unloaded and reloaded until the desired function of the device has been accomplished.
It will be appreciated that because the selected virtual fabric is not being changed during the reconfiguration process just described, the reconfiguration process can be used regardless of whether he physical device supports reconfiguration on-the-fly. It is only necessary that the virtual device represented by the virtual fabric support reconfiguration on-the-fly. It will be further appreciated that if the physical device supports reconfiguration on-the-fly, then not only can the configuration of a selected virtual fabric be changed at run time, but the virtual fabrics themselves can be unloaded and loaded on-the-fly (with configurations of any particular virtual fabric that is loaded being changed on-the-fly, if needed, as described above).
Because the virtual fabrics in the library are compiled ahead of time into hardware description language representations, only the user's high-level synthesis language representation of the desired configuration of the virtual fabric need be compiled as part of the user programming process. The user still enters the complete high-level description of the desired circuit, and there still will be a processor present to execute that high-level description to create a configured device. But because a large part of the execution of the user's high-level description will involve selection of a pre-compiled virtual fabric, the only compilation involved will be the compilation of the configuration of the virtual fabric, which, as noted above, involves only a relatively small configuration problem. Therefore, the compilation time seen by the user is much shorter than what would be required if the entire design were to be compiled from the high-level description, and is comparable to configuration times when using hardware description languages.
Thus it is seen that a method for configuring a programmable device using a high-level synthesis language, without requiring inordinately long compilation times, has been provided.
Instructions for carrying out a method according to this invention for programming a programmable device may be encoded on a machine-readable medium, to be executed by a suitable computer or similar device to implement the method of the invention for programming or configuring PLDs or other programmable devices with a configuration described by a high-level synthesis language as described above. For example, a personal computer may be equipped with an interface to which a PLD can be connected, and the personal computer can be used by a user to program the PLD using suitable software tools as described above. Moreover, the same machine-readable medium, or a separate machine-readable medium, may be encoded with the library of virtual fabrics.
The magnetic domains of coating 1202 of medium 1200 are polarized or oriented so as to encode, in manner which may be conventional, a machine-executable program, for execution by a programming system such as a personal computer or other computer or similar system, having a socket or peripheral attachment into which the PLD to be programmed may be inserted, to configure appropriate portions of the PLD, including its specialized processing blocks, if any, in accordance with the invention.
In the case of a CD-based or DVD-based medium, as is well known, coating 1212 is reflective and is impressed with a plurality of pits 1213, arranged on one or more layers, to encode the machine-executable program. The arrangement of pits is read by reflecting laser light off the surface of coating 1212. A protective coating 1214, which preferably is substantially transparent, is provided on top of coating 1212.
In the case of magneto-optical disk, as is well known, coating 1212 has no pits 1213, but has a plurality of magnetic domains whose polarity or orientation can be changed magnetically when heated above a certain temperature, as by a laser (not shown). The orientation of the domains can be read by measuring the polarization of laser light reflected from coating 1212. The arrangement of the domains encodes the program as described above.
A PLD 1500 programmed according to the present invention may be used in many kinds of electronic devices. One possible use is in a data processing system 1400 shown in
System 1400 can be used in a wide variety of applications, such as computer networking, data networking, instrumentation, video processing, digital signal processing, or any other application where the advantage of using programmable or reprogrammable logic is desirable. PLD 140 can be used to perform a variety of different logic functions. For example, PLD 1500 can be configured as a processor or controller that works in cooperation with processor 1401. PLD 1500 may also be used as an arbiter for arbitrating access to a shared resources in system 1400. In yet another example, PLD 1500 can be configured as an interface between processor 1401 and one of the other components in system 1400. It should be noted that system 1400 is only exemplary, and that the true scope and spirit of the invention should be indicated by the following claims.
Various technologies can be used to implement PLDs 1500 as described above and incorporating this invention.
It will be understood that the foregoing is only illustrative of the principles of the invention, and that various modifications can be made by those skilled in the art without departing from the scope and spirit of the invention. For example, the various elements of this invention can be provided on a PLD in any desired number and/or arrangement. One skilled in the art will appreciate that the present invention can be practiced by other than the described embodiments, which are presented for purposes of illustration and not of limitation, and the present invention is limited only by the claims that follow.
Singh, Deshanand, Chen, Doris Tzu-Lang
Patent | Priority | Assignee | Title |
10007748, | Nov 02 2015 | Altera Corporation | Safety features for high level design |
10223488, | Jul 19 2016 | Altera Corporation | Method and apparatus for improving system operation by replacing components for performing division during design compilation |
10366189, | Feb 09 2012 | Altera Corporation | Configuring a programmable device using high-level language |
10366190, | Nov 02 2015 | Altera Corporation | Safety features for high level design |
10516396, | Apr 29 2016 | University of Florida Research Foundation, Incorporated | Overlay architecture for programming FPGAs |
10545739, | Apr 05 2016 | International Business Machines Corporation | LLVM-based system C compiler for architecture synthesis |
11720422, | Dec 20 2017 | XILINX, Inc. | Unified container for hardware and software binaries |
9218443, | Nov 12 2014 | XILINX, Inc.; Xilinx, Inc | Heterogeneous multiprocessor program compilation targeting programmable integrated circuits |
9430201, | May 31 2012 | Oracle International Corporation | Compiling multi-threaded applications for targeted criticalities |
9690894, | Nov 02 2015 | Altera Corporation | Safety features for high level design |
9846660, | Nov 12 2014 | XILINX, Inc.; Xilinx, Inc | Heterogeneous multiprocessor platform targeting programmable integrated circuits |
Patent | Priority | Assignee | Title |
4442504, | Mar 09 1981 | Allen-Bradley Company | Modular programmable controller |
5068823, | Jul 11 1988 | Logic Devices Incorporated | Programmable integrated circuit using topological and parametric data to selectively connect and configure different high level functional blocks thereof |
5134884, | May 02 1986 | Single pulse imaging device | |
5142625, | Jun 12 1985 | Minolta Camera Kabushiki Kaisha | One-chip microcomputer including a programmable logic array for interrupt control |
5442792, | Aug 07 1992 | HE HOLDINGS, INC , A DELAWARE CORP ; Raytheon Company | Expert system compilation method |
5469003, | Nov 05 1992 | Xilinx, Inc | Hierarchically connectable configurable cellular array |
5535342, | Nov 05 1992 | Giga Operations Corporation | Pld connector for module having configuration of either first PLD or second PLD and reconfigurable bus for communication of two different bus protocols |
5535408, | May 31 1983 | RTPC CORPORATION; TM PATENTS, L P | Processor chip for parallel processing system |
5541849, | Apr 06 1990 | LSI Logic Corporation | Method and system for creating and validating low level description of electronic design from higher level, behavior-oriented description, including estimation and comparison of timing parameters |
5548228, | Sep 28 1994 | ALTERA CORPORATION, A DELAWARE CORPORATION | Reconfigurable programmable logic device having static and non-volatile memory |
5684980, | Jul 29 1992 | TAROFISS DATA LIMITED LIABILITY COMPANY | FPGA virtual computer for executing a sequence of program instructions by successively reconfiguring a group of FPGA in response to those instructions |
5705938, | May 02 1995 | XILINX, Inc. | Programmable switch for FPGA input/output signals |
5761484, | Apr 01 1994 | Massachusetts Institute of Technology | Virtual interconnections for reconfigurable logic systems |
5819064, | Nov 08 1995 | Hewlett Packard Enterprise Development LP | Hardware extraction technique for programmable reduced instruction set computers |
5822570, | Oct 30 1996 | Microsoft Technology Licensing, LLC | System and method for parsing and executing a single instruction stream using a plurality of tightly coupled parsing and execution units |
5835734, | Mar 08 1996 | California Institute of Technology | Electronic processing and control system with programmable hardware |
5966534, | Jun 27 1997 | Intel Corporation | Method for compiling high level programming languages into an integrated processor with reconfigurable logic |
5968161, | Aug 29 1996 | ALTERA CORPORATION A DELAWARE CORP | FPGA based configurable CPU additionally including second programmable section for implementation of custom hardware support |
5987603, | Apr 29 1997 | LSI Logic Corporation | Apparatus and method for reversing bits using a shifter |
5999990, | May 18 1998 | GENERAL DYNAMICS ADVANCED INFORMATION SYSTEMS, INC; GENERAL DYNAMICS MISSION SYSTEMS, INC | Communicator having reconfigurable resources |
6044211, | Mar 14 1994 | ADVANCED DATA CONTROLS CORPORATION | Method for graphically representing a digital device as a behavioral description with data and control flow elements, and for converting the behavioral description to a structural description |
6085317, | Apr 04 1997 | Altera Corporation | Reconfigurable computer architecture using programmable logic devices |
6219628, | Aug 18 1997 | National Instruments Corporation | System and method for configuring an instrument to perform measurement functions utilizing conversion of graphical programs into hardware implementations |
6219785, | Apr 04 1997 | Altera Corporation | Reconfigurable computer architecture using programmable logic devices |
6226776, | Sep 16 1997 | Synopsys, Inc | System for converting hardware designs in high-level programming language to hardware implementations |
6282627, | Jun 29 1998 | Intel Corporation | Integrated processor and programmable data path chip for reconfigurable computing |
6421809, | Jul 24 1998 | INTERUNIVERSITAIRE MICRO-ELEKTRONICA CENTRUM IMEC VZW | Method for determining a storage bandwidth optimized memory organization of an essentially digital device |
6457173, | Aug 20 1999 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | Automatic design of VLIW instruction formats |
6467075, | Mar 24 2000 | Renesas Electronics Corporation | Resolution of dynamic memory allocation/deallocation and pointers |
6477683, | Feb 05 1999 | TENSILICA, INC | Automated processor generation system for designing a configurable processor and method for the same |
6507947, | Aug 20 1999 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | Programmatic synthesis of processor element arrays |
6608638, | Feb 07 2000 | National Instruments Corporation | System and method for configuring a programmable hardware instrument to perform measurement functions utilizing estimation of the hardware implentation and management of hardware resources |
6625797, | Feb 10 2000 | Xilinx, Inc | Means and method for compiling high level software languages into algorithmically equivalent hardware representations |
6732341, | Jun 03 1998 | Synopsys Inc. | System and method for using scalable polynomials to translate a look-up table delay model into a memory efficient model |
6745160, | Oct 08 1999 | NEC Corporation | Verification of scheduling in the presence of loops using uninterpreted symbolic simulation |
6779169, | May 31 2002 | Altera Corporation | Method and apparatus for placement of components onto programmable logic devices |
7181717, | May 31 2002 | Altera Corporation | Method and apparatus for placement of components onto programmable logic devices |
7219342, | Aug 07 2000 | Altera Corporation | Software-to-hardware compiler |
7254801, | Jan 20 2005 | Altera Corporation | Synthesis aware placement: a novel approach that combines knowledge of possible resynthesis |
7555741, | Sep 13 2006 | Altera Corporation | Computer-aided-design tools for reducing power consumption in programmable logic devices |
20020124238, | |||
20070169033, | |||
EP419105, | |||
EP445913, | |||
EP759662, | |||
EP801351, | |||
EP829812, | |||
EP1742159, | |||
GB1444084, | |||
WO38087, | |||
WO213004, | |||
WO9410627, | |||
WO9709930, | |||
WO9713209, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Feb 09 2012 | Altera Corporation | (assignment on the face of the patent) | / | |||
Mar 15 2012 | CHEN, DORIS TZU-LANG | Altera Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 027965 | /0698 | |
Mar 15 2012 | SINGH, DESHANAND | Altera Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 027965 | /0698 |
Date | Maintenance Fee Events |
Aug 02 2018 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Aug 03 2022 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Date | Maintenance Schedule |
Feb 17 2018 | 4 years fee payment window open |
Aug 17 2018 | 6 months grace period start (w surcharge) |
Feb 17 2019 | patent expiry (for year 4) |
Feb 17 2021 | 2 years to revive unintentionally abandoned end. (for year 4) |
Feb 17 2022 | 8 years fee payment window open |
Aug 17 2022 | 6 months grace period start (w surcharge) |
Feb 17 2023 | patent expiry (for year 8) |
Feb 17 2025 | 2 years to revive unintentionally abandoned end. (for year 8) |
Feb 17 2026 | 12 years fee payment window open |
Aug 17 2026 | 6 months grace period start (w surcharge) |
Feb 17 2027 | patent expiry (for year 12) |
Feb 17 2029 | 2 years to revive unintentionally abandoned end. (for year 12) |