US20080218207A1 - Synchronous first-in/first-out block memory for a field programmable gate array - Google Patents
- ️Thu Sep 11 2008
US20080218207A1 - Synchronous first-in/first-out block memory for a field programmable gate array - Google Patents
Synchronous first-in/first-out block memory for a field programmable gate array Download PDFInfo
-
Publication number
- US20080218207A1 US20080218207A1 US12/111,648 US11164808A US2008218207A1 US 20080218207 A1 US20080218207 A1 US 20080218207A1 US 11164808 A US11164808 A US 11164808A US 2008218207 A1 US2008218207 A1 US 2008218207A1 Authority
- US
- United States Prior art keywords
- sram
- input
- random access
- coupled
- access memory Prior art date
- 2003-05-28 Legal status (The legal status 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 status listed.)
- Abandoned
Links
Images
Classifications
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03K—PULSE TECHNIQUE
- H03K19/00—Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits
- H03K19/02—Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits using specified components
- H03K19/173—Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits using specified components using elementary logic circuits as components
- H03K19/177—Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits using specified components using elementary logic circuits as components arranged in matrix form
- H03K19/17748—Structural details of configuration resources
- H03K19/1776—Structural details of configuration resources for memories
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03K—PULSE TECHNIQUE
- H03K19/00—Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits
- H03K19/02—Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits using specified components
- H03K19/173—Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits using specified components using elementary logic circuits as components
- H03K19/177—Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits using specified components using elementary logic circuits as components arranged in matrix form
- H03K19/1778—Structural details for adapting physical parameters
Definitions
- the present system relates to field programmable gate array (FPGA) devices. More specifically, the system relates to a synchronous first in/first out memory module for an FPGA.
- FPGA field programmable gate array
- FPGAs are known in the art.
- An FPGA comprises any number of logic modules, an interconnect routing architecture and programmable elements that may be programmed to selectively interconnect the logic modules to one another and to define the functions of the logic modules. To implement a particular circuit function, the circuit is mapped into the array and the appropriate programmable elements are programmed to implement the necessary wiring connections that form the user circuit.
- An FPGA core tile may be employed as a stand-alone FPGA, repeated in a rectangular array of core tiles, or included with other functions in a system-on-a-chip (SOC).
- the core FPGA tile may include an array of logic modules, and input/output modules.
- An FPGA circuit may also include other components such as static random access memory (SRAM) blocks.
- SRAM static random access memory
- Horizontal and vertical routing channels provide interconnections between the various components within an FPGA core tile. Programmable connections are provided by programmable elements between the routing resources.
- An FPGA circuit can be programmed to implement virtually any set of digital functions. Input signals are processed by the programmed circuit to produce the desired set of outputs. Such inputs flow from the user's system, through input buffers and through the circuit, and finally back out to the user's system via output buffers.
- the bonding pad, input buffer and output buffer combination is referred to as an input/output port (I/O).
- Such buffers provide any or all of the following input/output (I/O) functions: voltage gain, current gain, level translation, delay, signal isolation or hysteresis.
- a FIFO is basically a SRAM memory with automatic read and write address generation and some additional control logic.
- the logic needed to implement a FIFO, in addition to the SRAM blocks, consists of address generating logic and flag generating logic.
- Counters are used for address generation. Two separate counters are used in this application for independent read and write operations.
- a counter circuit produces a deterministic sequence of unique states.
- the sequence of states generated by a counter is circular such that after the last state has been reached the sequence repeats starting at the first state.
- the circular characteristic of a counter is utilized to generate the SRAM's write and read addresses so that data is sequenced as the first data written to the SRAM is the first data read.
- the size of the sequence produced by the counters is matched to the SRAM address space size. Assuming no read operation, when the write counter sequence has reached the last count, the SRAM has data written to all its addresses. Without additional control logic, further write operations would overwrite existing data starting at the first address.
- the control logic enables and disables the counters when appropriate and generates status flags.
- the read and write counters are initialized to produce a common start location.
- the control logic inhibits reading at any location until a write operation has been performed.
- the write counter pulls ahead of the read counter by the entire length of the address space, the SRAM has data written to all its addresses.
- the control logic inhibits overwriting an address until its data has been read. Once the data has been read, the control permits overwriting at that address.
- the read counter catches up to the write counter, the SRAM no longer contains valid data and the control logic inhibits reading until a write operation is performed.
- Output signals known to those of ordinary skill in the art as flags, provide the system with status on the SRAM capacity available. The full and empty conditions are indicated through full and empty flags. Two additional flags are generated to warn of approaching empty or full conditions.
- FPGAs have programmable logic to implement this control logic.
- an FPGA application may be configured to operate as a FIFO memory.
- Many prior art FPGAs use this approach.
- considerable FPGA gates are consumed when implementing the control logic for a FIFO in this manner and this increases the cost of the application.
- the performance of the FIFO is likely to be limited by the speed of the control logic and not the SRAM.
- the FIFO logic may included among the SRAM components in an FPGA core tile.
- the result is improved performance and a decrease in silicon area needed to implement the functions with respect to implementing the FIFO-function with FPGA gates.
- a field programmable gate array having a plurality of random access memory blocks coupled to a plurality of dedicated first-in/first-out memory logic components and a plurality of random access memory clusters programmably coupled to the rest of the FPGA is described.
- FIG. 1 is a block diagram of a one-tile FPGA of the present system.
- FIG. 2 is a block diagram of an FPGA including multiple core tiles 102 as shown in FIG. 1 .
- FIG. 3 is a simplified block diagram of a synchronous random access memory (SRAM) module of the present system.
- SRAM synchronous random access memory
- FIG. 4 is a simplified schematic diagram illustrating the FIFO logic component of the present system.
- FIG. 5 is a simplified block diagram illustrating the architecture of a RAM cluster of the present system.
- FIG. 6 is a simplified schematic diagram illustrating RT module, RN module, RI module and RO module of a RAM cluster of FIG. 5 .
- FIG. 7 is a simplified schematic diagram illustrating RC module of a ram cluster of FIG. 5 .
- Vcc is used to define the positive power supply for the digital circuit as designed.
- the size of a digital circuit may vary greatly depending on a user's particular circuit requirements.
- Vcc may change depending on the size of the circuit elements used.
- a “signal” as used in this disclosure may represent the application, or pulling “high” of a voltage to a node in a circuit where there was low or no voltage before, or it may represent the termination, or the bringing “low” of a voltage to the node, depending on the particular implementation of the invention.
- FIG. 1 is a block diagram of an illustrative core tile 102 in an FPGA 100 of the present system.
- FPGA core tile 102 comprises an array of logic clusters 104 , static random access memory (SRAM) clusters 106 and static random access memory (SRAM) modules 108 .
- Logic clusters 104 and SRAM clusters 106 are connected together by a routing interconnect architecture (not shown) that may comprise multiple levels of routing interconnects.
- FPGA core tile 102 is surrounded by input/output (I/O) clusters 110 , input/output (I/O) FIFO control blocks 114 and input/output banks 112 .
- I/O input/output
- I/O input/output
- I/O clusters 110 There are two rows of I/O clusters 110 on the top and bottom edges of FPGA 100 and one column of I/O clusters on the left and right edge of FPGA 100 .
- FIG. 2 is a block diagram of an illustrative FPGA including multiple core tiles 102 as shown as an example in FIG. 1 .
- FPGA 120 comprises four core tiles 102 , though other numbers of tiles are possible.
- Core tiles 102 are surrounded by I/O clusters 110 , input/output FIFO control blocks 114 and I/O banks 112 .
- FIG. 3 is a simplified block diagram of a static random access memory (SRAM) block 108 of the present system.
- the present system combines dedicated control logic with a two port SRAM to produce a FIFO.
- SRAM static random access memory
- FIGS. 1 and 2 there are four SRAM blocks 108 along the one side of FPGA tile 102 .
- Each SRAM block 108 may be configured to operate as an individual SRAM module or modules may be cascaded together to produce wider or deeper memory combinations.
- dedicated FIFO control logic has been added to each SRAM block.
- SRAM block 108 comprises a SRAM component 150 .
- SRAM component 150 is a memory component. Memory components are well known to those of ordinary skill in the relevant art and can vary greatly depending on the application.
- Write data bus 152 and write address bus 156 are coupled to SRAM component 150 through register 154 .
- Write data enable signal lines 158 are each coupled to SRAM component 150 through one input of two-input XOR gates 160 , 162 , 164 , 166 , 168 , AND gate 170 and register 154 .
- the second input of two-input XNOR gates 160 , 162 , 164 , 166 , 168 is provided by write enable control lines 172 .
- Register 154 receives a clock signal through write clock signal line 159 .
- Read address bus 174 is coupled to SRAM component through register 176 .
- Read enable signal lines 178 are each coupled to SRAM component 150 through one input of XOR gates 180 , 182 , 184 , 186 , 188 , AND gate 190 and register 176 .
- the second input of register 176 receives a clock signal through read clock signal line 192 .
- Input signal busses 194 and 196 provide the signals for determining the write word width and read word width respectively.
- Read data bus 198 is coupled to the output of SRAM component 150 through register 199 and two-input multiplexer 197 .
- SRAM block 108 has multiple bits accessible by two independent ports: a read only port (all circuitry on the right of SRAM block 108 ) and a write only port (all circuitry on the left of SRAM block 108 ). Both ports may be independently configured in multiple words by bits per words combinations. For example, both ports may be configured as 4,096 ⁇ 1, 2,048 ⁇ 2, 1,024 ⁇ 4, 512 ⁇ 9, 256 ⁇ 18 and 128 ⁇ 36. In addition, a plurality of SRAM blocks may be cascaded together by means of busses 152 , 156 , 158 , 174 , 178 , 198 .
- the present example there are five enable lines for each port, one for real enable and four for higher order address bits.
- the ten XOR gates are used to invert or not invert the lines on a block-by-block basis effectively making AND gates 170 and 190 decoders with programmable bubbles on the inputs.
- the write port is synchronous to the write clock and the read port is synchronous to the read clock.
- the above example is illustrative only, many other configurations or memory blocks could be used.
- FIG. 4 is a simplified schematic diagram illustrating the FIFO logic component 200 of the present invention.
- FIFO logic component 200 is coupled between static random access memory (SRAM) clusters 106 and static random access memory (SRAM) block 108 .
- SRAM static random access memory
- FIFO logic component 200 is coupled between seven static random access memory (SRAM) clusters 106 and static random access memory (SRAM) block 108 .
- Two input AND gate 202 has its non-inverting and inverting inputs coupled to random access memory cluster 106 via signal lines 240 and 242 respectively and an output coupled to address comparator 238 , and to subtractor circuit 222 through counter 210 and to address comparator 232 through registers 218 and 220 .
- the output of two-input AND gate 202 may also be coupled to RAM module 108 through tri-state buffer 206 .
- the output of counter 210 may also be coupled to SRAM block 108 through tri-state buffer 214 .
- Two input AND gate 204 has its non-inverting and inverting inputs coupled to SRAM cluster 106 through signal lines 244 and 246 respectively and its output coupled to address comparator 232 through counter 212 .
- Two input AND gate 204 also has its output coupled to address comparator 238 through counter 212 , register 224 and register 226 and its output is also coupled to subtractor 222 through counter 212 .
- the output of two-input AND gate 204 may also be coupled to SRAM module 108 through tri-state buffer 208 .
- the output of counter 212 may also be coupled to SRAM block 108 through tri-state buffer 216 .
- Buffers 206 , 208 , 214 and 216 receive their control signals from SRAM clusters 106 programmable configuration bits 248
- subtractor circuit 222 has its output coupled to one input of magnitude comparators 234 and 236 .
- Magnitude comparators 234 and 236 receive their second input from the programmable configuration bits 228 and 230 respectively.
- the configuration bits in 228 and 230 are programmable threshold values need to generate the almost full and almost empty flags respectively.
- Read data bus 250 and write data bus 252 are coupled directly to SRAM block 108 .
- controller bits 248 are set at 0 disabling the tri-state buffers 206 , 208 214 and 216 .
- all input signals originate from adjacent SRAM clusters 106 .
- a select set of signals from the RAM cluster modules are set to high impedance and FIFO logic component 200 seizes control of the signal lines.
- FIFO logic component 200 seizes control of the write enable signals 158 , the read enable signals 178 and the read and write address lines 174 and 156 respectively as shown in FIG. 3 .
- Counters 210 and 212 are binary counters, however, they also generate gray code.
- Gray code or “single distance code” is an ordering of 2 n binary numbers such that only one bit changes between any two consecutive elements.
- the binary value is sent to subtractor 222 to calculate the difference between the read and write counters for the almost full and almost empty flags.
- the gray code is sent to address comparators 232 and 238 as well as to tri-state buffers 214 and 216 . In gray code, one and only one bit changes between any two consecutive codes in the sequence.
- the purpose of registers 218 and 220 is to synchronize the read counter address in 210 to write clock signal and the purpose of registers 224 and 226 is to synchronize the write counter address to read clock signal for comparison purposes.
- each comparator 232 and 238 compares the read and write MSBs. When the two MSBs are equal and the read and write addresses are equal in comparator 238 , this implies a possible empty condition. When the two MSBs are not equal and the read and write addresses are equal in comparator 232 , this implies a possible full condition.
- FIG. 5 is a simplified block diagram illustrating the architecture of a RAM cluster 106 of the present system.
- RAM cluster 106 may comprise any number of the logic components as indicated below. The examples set forth below are for illustrative purposes only and in no way limit the scope of the present invention.
- Random access memory clusters 106 ( 0 - 6 ) further comprise two sub-clusters 300 and 302 . Each sub cluster 300 and 302 has two transmitter modules 314 and two receiver modules 312 .
- Right sub cluster 302 has a buffer module 316 .
- receiver modules 312 , transmitter modules 314 and buffer module 316 are not described in detail herein.
- the implementation of receiver modules 312 and transmitter modules 314 suitable for use according to the present system is disclosed in co-pending U.S. patent application Ser. No. 10/323,613, filed on Dec. 18, 2002, and hereby incorporated herein by reference.
- the implementation of buffer modules 316 suitable for use according to the present system is disclosed in U.S. Pat. No. 6,727,726, issued Apr. 27, 2004, and hereby incorporated herein by reference.
- each SRAM block 108 is logically one RAM cluster 106 wide and seven rows long.
- Sub-clusters 300 and 302 of RAM cluster 106 ( 0 ) each have one RAM clock interface input (RC) module 304 , six single ended input (RT) modules 306 and two RAM interface output (RO) modules 308 in addition to the two transmitter modules 314 and two receiver modules 312 as set forth above.
- Right sub cluster 302 also has a buffer module 316 .
- RC modules 304 in RAM cluster 106 select the write and read clock signals from all the HCLK and RCLK networks or from signals in either of two adjacent two routed channels and determine their polarity. RC modules 304 will be discussed in greater detail below.
- Each RT module 306 provides a control signal to SRAM module 108 which is either routed from a single channel or tied off to logic 1 or logic 0.
- RO modules 308 transmit read-data or FIFO flags from SRAM module 108 into an individual output track. RT modules 306 and RO modules 308 will be discussed in greater detail below.
- Sub-clusters 300 and 302 of RAM clusters 106 each have three two-input RAM channel-up/channel-down non-cascadable signal (RN) modules 310 , three RO modules 308 and six two-input RAM channel-up/channel-down cascadable signal (RI) modules 309 in addition to the two transmitter modules 314 and two receiver modules 312 as set forth above.
- Right sub cluster 302 also has a buffer module 316 .
- RN modules 310 and RI modules 309 provide an input signal to SRAM module 108 that can be routed from two rows, the one in which it is located and the row immediately above it.
- FIG. 6 is a simplified schematic diagram illustrating RT module 306 , RN module 310 , RI module 309 and RO module 308 of a RAM cluster of FIG. 5 .
- RT module 306 comprises a buffer 354 that has an input programmably coupled to a horizontal routing track in routing architecture row 352 .
- programmable elements include, but are not limited to, MOS transistors, flash memory cell and antifuses.
- Buffer 354 has an output that is coupled to SRAM block 108 .
- RN module 310 comprises a two-input AND gate 356 and a buffer 358 .
- One input of two-input AND gate 356 is programmably coupled to a horizontal routing track in routing architecture row 350 .
- the second input of two-input AND gate 356 is programmably coupled to a horizontal routing track in routing architecture row 352 .
- the output of two-input AND gate 356 is coupled to SRAM module 108 through buffer 358 .
- RI module 309 comprises a two-input NAND gate 376 having the ability to select a signal from routing architecture row 150 or 152 .
- Two-input NAND gate 376 has an output coupled to SRAM block 108 through tri-state buffer 380 and one inverted signal input of a two-input OR gate 378 .
- Two-input OR gate has a second input coupled to Vcc or ground and its output coupled to SRAM module 108 through tri-state buffer 380 .
- Vcc is used to define the positive power supply for the digital circuit as designed.
- the size of a digital circuit may vary greatly depending on a user's particular circuit requirements. Thus, Vcc may change depending on the size of the circuit elements used.
- RO module 308 comprises a buffer 360 having an input coupled to FIFO control block 200 or SRAM block 108 .
- the output of buffer 360 requires programming voltage protection and drives an output track which in routing architecture row 352 .
- FIG. 7 is a simplified schematic diagram illustrating RC module 304 of a ram cluster of FIG. 5 .
- RC module 304 comprises a four input multiplexer 362 having inputs coupled to the clock network bus 370 (not shown).
- Multiplexer 362 has an output coupled to a first input of a two-input multiplexer 365 .
- the second input of two-input multiplexer 365 is selectively programmably coupled to the routing architecture in rows 372 and 374 through two-input AND gate 364 .
- Two-input multiplexer 365 has an output coupled to an input of a two-input XNOR gate that has a second input programmably coupled to Vcc or ground in routing architecture row 372 .
- the output of XNOR gate 366 is coupled to SRAM block 108 through buffer 368 .
Landscapes
- Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Engineering & Computer Science (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Logic Circuits (AREA)
- Static Random-Access Memory (AREA)
Abstract
The present invention comprises a field programmable gate array that has a plurality of dedicated first-in/first-out memory logic components. The field programmable gate array includes a plurality of synchronous random access memory blocks that are coupled to a plurality of dedicated first-in/first-out memory logic components and a plurality of random access memory clusters that are programmably coupled to the plurality of dedicated first-in/first-out memory logic components and to the plurality of synchronous random access memory blocks.
Description
-
CROSS-REFERENCE TO RELATED APPLICATIONS
-
This application is a continuation of co-pending U.S. patent application Ser. No. 11/737,030, filed Apr. 18, 2007, which is a continuation of U.S. patent application Ser. No. 11/297,088, filed Dec. 7, 2005, now issued as U.S. Pat. No. 7,227,380, which is a continuation of U.S. patent application Ser. No. 10/948,010, filed Sep. 22, 2004, now U.S. Pat. No. 6,980,027, which is a continuation of U.S. patent application Ser. No. 10/448,259, filed May 28, 2003, now U.S. Pat. No. 6,838,902, issued Jan. 4, 2005, which are hereby incorporated by reference as if set forth herein.
BACKGROUND OF THE SYSTEM
-
1. Field of the System
-
The present system relates to field programmable gate array (FPGA) devices. More specifically, the system relates to a synchronous first in/first out memory module for an FPGA.
-
2. Background
-
FPGAs are known in the art. An FPGA comprises any number of logic modules, an interconnect routing architecture and programmable elements that may be programmed to selectively interconnect the logic modules to one another and to define the functions of the logic modules. To implement a particular circuit function, the circuit is mapped into the array and the appropriate programmable elements are programmed to implement the necessary wiring connections that form the user circuit.
-
An FPGA core tile may be employed as a stand-alone FPGA, repeated in a rectangular array of core tiles, or included with other functions in a system-on-a-chip (SOC). The core FPGA tile may include an array of logic modules, and input/output modules. An FPGA circuit may also include other components such as static random access memory (SRAM) blocks. Horizontal and vertical routing channels provide interconnections between the various components within an FPGA core tile. Programmable connections are provided by programmable elements between the routing resources.
-
An FPGA circuit can be programmed to implement virtually any set of digital functions. Input signals are processed by the programmed circuit to produce the desired set of outputs. Such inputs flow from the user's system, through input buffers and through the circuit, and finally back out to the user's system via output buffers. The bonding pad, input buffer and output buffer combination is referred to as an input/output port (I/O). Such buffers provide any or all of the following input/output (I/O) functions: voltage gain, current gain, level translation, delay, signal isolation or hysteresis.
-
As stated above, many FPGA designers incorporate blocks of SRAM into their architecture. In some applications, the SRAM blocks are configured to function as a first-in/first-out (FIFO) memory. A FIFO is basically a SRAM memory with automatic read and write address generation and some additional control logic. The logic needed to implement a FIFO, in addition to the SRAM blocks, consists of address generating logic and flag generating logic.
-
Counters are used for address generation. Two separate counters are used in this application for independent read and write operations. By definition, a counter circuit produces a deterministic sequence of unique states. The sequence of states generated by a counter is circular such that after the last state has been reached the sequence repeats starting at the first state. The circular characteristic of a counter is utilized to generate the SRAM's write and read addresses so that data is sequenced as the first data written to the SRAM is the first data read. The size of the sequence produced by the counters is matched to the SRAM address space size. Assuming no read operation, when the write counter sequence has reached the last count, the SRAM has data written to all its addresses. Without additional control logic, further write operations would overwrite existing data starting at the first address.
-
Additional logic is needed to control the circular sequence of the read and write address counters in order to implement a FIFO. The control logic enables and disables the counters when appropriate and generates status flags. The read and write counters are initialized to produce a common start location. The control logic inhibits reading at any location until a write operation has been performed. When the write counter pulls ahead of the read counter by the entire length of the address space, the SRAM has data written to all its addresses. The control logic inhibits overwriting an address until its data has been read. Once the data has been read, the control permits overwriting at that address. When the read counter catches up to the write counter, the SRAM no longer contains valid data and the control logic inhibits reading until a write operation is performed.
-
Output signals, known to those of ordinary skill in the art as flags, provide the system with status on the SRAM capacity available. The full and empty conditions are indicated through full and empty flags. Two additional flags are generated to warn of approaching empty or full conditions.
-
FPGAs have programmable logic to implement this control logic. With the availability of a SRAM block, an FPGA application may be configured to operate as a FIFO memory. Many prior art FPGAs use this approach. However, considerable FPGA gates are consumed when implementing the control logic for a FIFO in this manner and this increases the cost of the application. Also, the performance of the FIFO is likely to be limited by the speed of the control logic and not the SRAM.
-
Hence, there is a need for an FPGA that has dedicated logic specifically included to implement a FIFO. The FIFO logic may included among the SRAM components in an FPGA core tile. The result is improved performance and a decrease in silicon area needed to implement the functions with respect to implementing the FIFO-function with FPGA gates.
SUMMARY OF THE SYSTEM
-
A field programmable gate array having a plurality of random access memory blocks coupled to a plurality of dedicated first-in/first-out memory logic components and a plurality of random access memory clusters programmably coupled to the rest of the FPGA is described.
-
A better understanding of the features and advantages of the present invention will be obtained by reference to the following detailed description of the invention and accompanying drawings which set forth an illustrative embodiment in which the principles of the invention are utilized.
BRIEF DESCRIPTION OF THE DRAWINGS
- FIG. 1
is a block diagram of a one-tile FPGA of the present system.
- FIG. 2
is a block diagram of an FPGA including
multiple core tiles102 as shown in
FIG. 1.
- FIG. 3
is a simplified block diagram of a synchronous random access memory (SRAM) module of the present system.
- FIG. 4
is a simplified schematic diagram illustrating the FIFO logic component of the present system.
- FIG. 5
is a simplified block diagram illustrating the architecture of a RAM cluster of the present system.
- FIG. 6
is a simplified schematic diagram illustrating RT module, RN module, RI module and RO module of a RAM cluster of
FIG. 5.
- FIG. 7
is a simplified schematic diagram illustrating RC module of a ram cluster of
FIG. 5.
DETAILED DESCRIPTION OF THE INVENTION
-
Those of ordinary skill in the art will realize that the following description of the present invention is illustrative only and not in any way limiting. Other embodiments of the invention will readily suggest themselves to such skilled persons.
-
In the present disclosure, Vcc is used to define the positive power supply for the digital circuit as designed. As one of ordinary skill in the art will readily recognize, the size of a digital circuit may vary greatly depending on a user's particular circuit requirements. Thus, Vcc may change depending on the size of the circuit elements used.
-
Moreover, in this disclosure, various circuits and logical functions are described. It is to be understood that designations such as “1” and or “0” in these descriptions are arbitrary logical designations. In a first implementation of the invention, or “1” may correspond to a voltage high, while “0” corresponds to a voltage low or ground, while in a second implementation, “0” may correspond to a voltage high, while “1” corresponds to a voltage low or ground. Likewise, where signals are described, a “signal” as used in this disclosure may represent the application, or pulling “high” of a voltage to a node in a circuit where there was low or no voltage before, or it may represent the termination, or the bringing “low” of a voltage to the node, depending on the particular implementation of the invention.
- FIG. 1
is a block diagram of an
illustrative core tile102 in an
FPGA100 of the present system.
FPGA core tile102 comprises an array of
logic clusters104, static random access memory (SRAM)
clusters106 and static random access memory (SRAM)
modules108.
Logic clusters104 and
SRAM clusters106 are connected together by a routing interconnect architecture (not shown) that may comprise multiple levels of routing interconnects.
FPGA core tile102 is surrounded by input/output (I/O)
clusters110, input/output (I/O) FIFO control blocks 114 and input/
output banks112. There are two rows of I/
O clusters110 on the top and bottom edges of
FPGA100 and one column of I/O clusters on the left and right edge of
FPGA100. In the present example, for illustrative purposes only, there are seven
SRAM clusters106 adjacent to and interacting with each
SRAM module108.
- FIG. 2
is a block diagram of an illustrative FPGA including
multiple core tiles102 as shown as an example in
FIG. 1. As shown in
FIG. 2,
FPGA120 comprises four
core tiles102, though other numbers of tiles are possible.
Core tiles102 are surrounded by I/
O clusters110, input/output FIFO control blocks 114 and I/
O banks112.
- FIG. 3
is a simplified block diagram of a static random access memory (SRAM) block 108 of the present system. The present system combines dedicated control logic with a two port SRAM to produce a FIFO. As set forth in
FIGS. 1 and 2, there are four
SRAM blocks108 along the one side of
FPGA tile102. Each
SRAM block108 may be configured to operate as an individual SRAM module or modules may be cascaded together to produce wider or deeper memory combinations. As set forth in greater detail below, dedicated FIFO control logic has been added to each SRAM block.
-
Referring still to
FIG. 3,
SRAM block108 comprises a
SRAM component150.
SRAM component150 is a memory component. Memory components are well known to those of ordinary skill in the relevant art and can vary greatly depending on the application. Write
data bus152 and write
address bus156 are coupled to
SRAM component150 through
register154. Write data enable
signal lines158 are each coupled to
SRAM component150 through one input of two-
input XOR gates160, 162, 164, 166, 168, AND
gate170 and register 154. The second input of two-
input XNOR gates160, 162, 164, 166, 168 is provided by write enable
control lines172.
Register154 receives a clock signal through write
clock signal line159. Read
address bus174 is coupled to SRAM component through
register176. Read enable
signal lines178 are each coupled to
SRAM component150 through one input of
XOR gates180, 182, 184, 186, 188, AND
gate190 and register 176. The second input of
register176 receives a clock signal through read
clock signal line192. Input signal busses 194 and 196 provide the signals for determining the write word width and read word width respectively. Read
data bus198 is coupled to the output of
SRAM component150 through
register199 and two-
input multiplexer197.
-
In the present example, for illustrative purposes only,
SRAM block108 has multiple bits accessible by two independent ports: a read only port (all circuitry on the right of SRAM block 108) and a write only port (all circuitry on the left of SRAM block 108). Both ports may be independently configured in multiple words by bits per words combinations. For example, both ports may be configured as 4,096×1, 2,048×2, 1,024×4, 512×9, 256×18 and 128×36. In addition, a plurality of SRAM blocks may be cascaded together by means of
busses152, 156, 158, 174, 178, 198. In the present example, there are five enable lines for each port, one for real enable and four for higher order address bits. The ten XOR gates are used to invert or not invert the lines on a block-by-block basis effectively making AND
gates170 and 190 decoders with programmable bubbles on the inputs. The write port is synchronous to the write clock and the read port is synchronous to the read clock. As one of ordinary skill in the art would readily recognize, the above example is illustrative only, many other configurations or memory blocks could be used.
- FIG. 4
is a simplified schematic diagram illustrating the
FIFO logic component200 of the present invention.
FIFO logic component200 is coupled between static random access memory (SRAM)
clusters106 and static random access memory (SRAM)
block108. In the present example, for illustrative purposes only,
FIFO logic component200 is coupled between seven static random access memory (SRAM)
clusters106 and static random access memory (SRAM)
block108. Two input AND
gate202 has its non-inverting and inverting inputs coupled to random
access memory cluster106 via
signal lines240 and 242 respectively and an output coupled to address
comparator238, and to
subtractor circuit222 through
counter210 and to address
comparator232 through
registers218 and 220. The output of two-input AND
gate202 may also be coupled to
RAM module108 through
tri-state buffer206. The output of
counter210 may also be coupled to SRAM block 108 through
tri-state buffer214. Two input AND
gate204 has its non-inverting and inverting inputs coupled to
SRAM cluster106 through
signal lines244 and 246 respectively and its output coupled to address
comparator232 through
counter212. Two input AND
gate204 also has its output coupled to address
comparator238 through
counter212, register 224 and register 226 and its output is also coupled to
subtractor222 through
counter212. The output of two-input AND
gate204 may also be coupled to
SRAM module108 through
tri-state buffer208. The output of
counter212 may also be coupled to SRAM block 108 through
tri-state buffer216.
Buffers206, 208, 214 and 216 receive their control signals from
SRAM clusters106
programmable configuration bits248.
-
Referring still to
FIG. 4,
subtractor circuit222 has its output coupled to one input of
magnitude comparators234 and 236.
Magnitude comparators234 and 236 receive their second input from the
programmable configuration bits228 and 230 respectively. The configuration bits in 228 and 230 are programmable threshold values need to generate the almost full and almost empty flags respectively.
-
Read
data bus250 and write
data bus252 are coupled directly to
SRAM block108. When the FIFO logic component is not active,
controller bits248 are set at 0 disabling the
tri-state buffers206, 208 214 and 216. When the SRAM is not configured as a FIFO, all input signals originate from
adjacent SRAM clusters106. When a SRAM is configured as a FIFO, a select set of signals from the RAM cluster modules are set to high impedance and
FIFO logic component200 seizes control of the signal lines. When
FIFO logic component200 is active, it seizes control of the write enable
signals158, the read enable
signals178 and the read and write
address lines174 and 156 respectively as shown in
FIG. 3.
- Counters
210 and 212 are binary counters, however, they also generate gray code. Gray code or “single distance code” is an ordering of 2n binary numbers such that only one bit changes between any two consecutive elements. The binary value is sent to
subtractor222 to calculate the difference between the read and write counters for the almost full and almost empty flags. The gray code is sent to address
comparators232 and 238 as well as to
tri-state buffers214 and 216. In gray code, one and only one bit changes between any two consecutive codes in the sequence. The purpose of
registers218 and 220 is to synchronize the read counter address in 210 to write clock signal and the purpose of
registers224 and 226 is to synchronize the write counter address to read clock signal for comparison purposes. Because there is no requirement that read
clock signal253 and write clock signal be synchronous, there is no guarantee that the outputs of 210 will not be changing during the setup and hold time windows of
register218. Because of the likelihood of change during the register setup and hold time window, there is a chance of an uncertain result. The chance of an uncertain result is limited by using gray code to make sure that only one bit can change at a time. However the uncertainty on that one bit resolves itself, the result is that the bit will either get the last address or the next address and no other address when comparing the read and write addresses.
-
When the memory is full writing must be inhibited to prevent overwriting valid data in the SRAM. To control this the comparison between the read and write addresses is done in the write clock (WCK) time domain since write operations are synchronous to WCK. The read
address counter210 gray code sampled two WCK cycles in the past by
registers218 and 220 is compared to the current
write address counter212 gray code by
comparator232. If the result is equal, then the SRAM may be full and writing is inhibited. There is no way to reliably know for certain if the SRAM is really full. The read address being compared is two WCK cycles old and one or more read operations may have occurred during that time. However, by erring on the side of safety when it is possible that the memory might be full, overwriting of data can be reliably prevented.
-
In a similar manner, when the memory is empty reading must be inhibited to prevent outputting invalid data from the SRAM. To control this the comparison between the write and read addresses is done in the RCK time domain since read operations are synchronous to RCK. The
write address counter212 gray code sampled two RCK cycles in the past by
registers224 and 226 is compared to the current
read address counter210 gray code by
comparator238. If the result is equal, then the SRAM may be empty and reading is inhibited. There is no way to reliably know for certain if the SRAM is really full. The write address being compared is two RCK cycles old and one or more read operations may have occurred during that time. However, by erring on the side of safety when it is possible that the memory might be empty, reading of invalid data can be reliably inhibited.
-
Since both a full and an empty condition are detected by equality between the read and write addresses, a way to tell the difference between the two conditions is require. This is accomplished by having an extra most significant bit (MSB) in
counters210 and 212 which is not part of the address space sent to the SRAM block (and not shown in
FIG. 4to avoid overcomplicating the disclosure and obscuring the invention). Additional logic (also not shown) inside each
comparator232 and 238 compares the read and write MSBs. When the two MSBs are equal and the read and write addresses are equal in
comparator238, this implies a possible empty condition. When the two MSBs are not equal and the read and write addresses are equal in
comparator232, this implies a possible full condition.
- FIG. 5
is a simplified block diagram illustrating the architecture of a
RAM cluster106 of the present system. As would be clear to those of ordinary skill in the art having the benefit of this disclosure,
RAM cluster106 may comprise any number of the logic components as indicated below. The examples set forth below are for illustrative purposes only and in no way limit the scope of the present invention. Random access memory clusters 106(0-6) further comprise two
sub-clusters300 and 302. Each
sub cluster300 and 302 has two transmitter modules 314 and two
receiver modules312.
Right sub cluster302 has a
buffer module316.
-
To avoid overcomplicating the disclosure and thereby obscuring the present invention,
receiver modules312, transmitter modules 314 and
buffer module316 are not described in detail herein. The implementation of
receiver modules312 and transmitter modules 314 suitable for use according to the present system is disclosed in co-pending U.S. patent application Ser. No. 10/323,613, filed on Dec. 18, 2002, and hereby incorporated herein by reference. The implementation of
buffer modules316 suitable for use according to the present system is disclosed in U.S. Pat. No. 6,727,726, issued Apr. 27, 2004, and hereby incorporated herein by reference.
-
In the present example, for illustrative purposes only, the interface to each
SRAM block108 is logically one
RAM cluster106 wide and seven rows long. Thus, there is a column of seven RAM clusters 106(0) through 106(6) for every
SRAM block108.
Sub-clusters300 and 302 of RAM cluster 106(0) each have one RAM clock interface input (RC)
module304, six single ended input (RT)
modules306 and two RAM interface output (RO)
modules308 in addition to the two transmitter modules 314 and two
receiver modules312 as set forth above.
Right sub cluster302 also has a
buffer module316.
RC modules304 in RAM cluster 106(0) select the write and read clock signals from all the HCLK and RCLK networks or from signals in either of two adjacent two routed channels and determine their polarity.
RC modules304 will be discussed in greater detail below. Each
RT module306 provides a control signal to
SRAM module108 which is either routed from a single channel or tied off to
logic1 or
logic0.
RO modules308 transmit read-data or FIFO flags from
SRAM module108 into an individual output track.
RT modules306 and
RO modules308 will be discussed in greater detail below.
- Sub-clusters
300 and 302 of RAM clusters 106(1-6) each have three two-input RAM channel-up/channel-down non-cascadable signal (RN)
modules310, three
RO modules308 and six two-input RAM channel-up/channel-down cascadable signal (RI)
modules309 in addition to the two transmitter modules 314 and two
receiver modules312 as set forth above.
Right sub cluster302 also has a
buffer module316.
RN modules310 and
RI modules309 provide an input signal to
SRAM module108 that can be routed from two rows, the one in which it is located and the row immediately above it.
- FIG. 6
is a simplified schematic diagram illustrating
RT module306,
RN module310,
RI module309 and
RO module308 of a RAM cluster of
FIG. 5.
RT module306 comprises a
buffer354 that has an input programmably coupled to a horizontal routing track in routing architecture row 352. As is known to those of ordinary skill in the art, there are types of programmable elements. Illustrative examples of such programmable elements include, but are not limited to, MOS transistors, flash memory cell and antifuses.
Buffer354 has an output that is coupled to
SRAM block108.
- RN module
310 comprises a two-input AND
gate356 and a
buffer358. One input of two-input AND
gate356 is programmably coupled to a horizontal routing track in routing architecture row 350. The second input of two-input AND
gate356 is programmably coupled to a horizontal routing track in routing architecture row 352. The output of two-input AND
gate356 is coupled to
SRAM module108 through
buffer358.
- RI module
309 comprises a two-input NAND gate 376 having the ability to select a signal from routing
architecture row150 or 152. Two-input NAND gate 376 has an output coupled to SRAM block 108 through
tri-state buffer380 and one inverted signal input of a two-input OR
gate378. Two-input OR gate has a second input coupled to Vcc or ground and its output coupled to
SRAM module108 through
tri-state buffer380. In the present disclosure, Vcc is used to define the positive power supply for the digital circuit as designed. As one of ordinary skill in the art will readily recognize, the size of a digital circuit may vary greatly depending on a user's particular circuit requirements. Thus, Vcc may change depending on the size of the circuit elements used.
-
In this disclosure, various circuits and logical functions are described. It is to be understood that designations such as “1” and “0” in these descriptions are arbitrary logical designations. In a first implementation of the invention, “1” may correspond to a voltage high, while “0” corresponds to a voltage low or ground, while in a second implementation, “0” may correspond to a voltage high, while or “1” corresponds to a voltage low or ground. Likewise, where signals are described, a “signal” as used in this disclosure may represent the application, or pulling “high” of a voltage to a node in a circuit where there was low or no voltage before, or it may represent the termination, or the bringing “low” of a voltage to the node, depending on the particular implementation of the invention.
- RO module
308 comprises a
buffer360 having an input coupled to FIFO control block 200 or
SRAM block108. The output of
buffer360 requires programming voltage protection and drives an output track which in routing architecture row 352.
- FIG. 7
is a simplified schematic diagram illustrating
RC module304 of a ram cluster of
FIG. 5.
RC module304 comprises a four
input multiplexer362 having inputs coupled to the clock network bus 370 (not shown).
Multiplexer362 has an output coupled to a first input of a two-
input multiplexer365. The second input of two-
input multiplexer365 is selectively programmably coupled to the routing architecture in
rows372 and 374 through two-input AND
gate364. Two-
input multiplexer365 has an output coupled to an input of a two-input XNOR gate that has a second input programmably coupled to Vcc or ground in
routing architecture row372. The output of
XNOR gate366 is coupled to SRAM block 108 through
buffer368.
-
While embodiments and applications of this system have been shown and described, it would be apparent to those skilled in the art that many more modifications than mentioned above are possible without departing from the inventive concepts herein. The system, therefore, is not to be restricted except in the spirit of the appended claims.
Claims (1)
1. A field programmable gate array comprising:
a plurality of random access memory clusters that store data;
a plurality of static random access memory blocks that control transmission of data to and from said plurality of random access memory clusters wherein each of said plurality of random access memory clusters are coupled to one said plurality of static random access memory blocks; and
a plurality of dedicated first-in/first-out memory logic components for providing first-in/first out access to said data stored in said plurality of random access memory clusters wherein each of said plurality of plurality of dedicated first-in/first-out memory logic components is coupled to one of said plurality of static random access memory blocks and to each of said plurality of random access memory clusters coupled to said one of said plurality of static random access memory blocks.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/111,648 US20080218207A1 (en) | 2003-05-28 | 2008-04-29 | Synchronous first-in/first-out block memory for a field programmable gate array |
Applications Claiming Priority (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/448,259 US6838902B1 (en) | 2003-05-28 | 2003-05-28 | Synchronous first-in/first-out block memory for a field programmable gate array |
US10/948,010 US6980027B2 (en) | 2003-05-28 | 2004-09-22 | Synchronous first-in/first-out block memory for a field programmable gate array |
US11/297,088 US7227380B2 (en) | 2003-05-28 | 2005-12-07 | Synchronous first-in/first-out block memory for a field programmable gate array |
US11/737,030 US7394289B2 (en) | 2003-05-28 | 2007-04-18 | Synchronous first-in/first-out block memory for a field programmable gate array |
US12/111,648 US20080218207A1 (en) | 2003-05-28 | 2008-04-29 | Synchronous first-in/first-out block memory for a field programmable gate array |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/737,030 Continuation US7394289B2 (en) | 2003-05-28 | 2007-04-18 | Synchronous first-in/first-out block memory for a field programmable gate array |
Publications (1)
Publication Number | Publication Date |
---|---|
US20080218207A1 true US20080218207A1 (en) | 2008-09-11 |
Family
ID=33538944
Family Applications (5)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/448,259 Expired - Lifetime US6838902B1 (en) | 2003-05-28 | 2003-05-28 | Synchronous first-in/first-out block memory for a field programmable gate array |
US10/948,010 Expired - Lifetime US6980027B2 (en) | 2003-05-28 | 2004-09-22 | Synchronous first-in/first-out block memory for a field programmable gate array |
US11/297,088 Expired - Fee Related US7227380B2 (en) | 2003-05-28 | 2005-12-07 | Synchronous first-in/first-out block memory for a field programmable gate array |
US11/737,030 Expired - Lifetime US7394289B2 (en) | 2003-05-28 | 2007-04-18 | Synchronous first-in/first-out block memory for a field programmable gate array |
US12/111,648 Abandoned US20080218207A1 (en) | 2003-05-28 | 2008-04-29 | Synchronous first-in/first-out block memory for a field programmable gate array |
Family Applications Before (4)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/448,259 Expired - Lifetime US6838902B1 (en) | 2003-05-28 | 2003-05-28 | Synchronous first-in/first-out block memory for a field programmable gate array |
US10/948,010 Expired - Lifetime US6980027B2 (en) | 2003-05-28 | 2004-09-22 | Synchronous first-in/first-out block memory for a field programmable gate array |
US11/297,088 Expired - Fee Related US7227380B2 (en) | 2003-05-28 | 2005-12-07 | Synchronous first-in/first-out block memory for a field programmable gate array |
US11/737,030 Expired - Lifetime US7394289B2 (en) | 2003-05-28 | 2007-04-18 | Synchronous first-in/first-out block memory for a field programmable gate array |
Country Status (1)
Country | Link |
---|---|
US (5) | US6838902B1 (en) |
Families Citing this family (77)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6150837A (en) * | 1997-02-28 | 2000-11-21 | Actel Corporation | Enhanced field programmable gate array |
US6838902B1 (en) * | 2003-05-28 | 2005-01-04 | Actel Corporation | Synchronous first-in/first-out block memory for a field programmable gate array |
US7385419B1 (en) * | 2003-05-30 | 2008-06-10 | Actel Corporation | Dedicated input/output first in/first out module for a field programmable gate array |
US7193440B1 (en) * | 2004-02-14 | 2007-03-20 | Herman Schmit | Configurable circuits, IC's, and systems |
US7425841B2 (en) | 2004-02-14 | 2008-09-16 | Tabula Inc. | Configurable circuits, IC's, and systems |
US7167025B1 (en) * | 2004-02-14 | 2007-01-23 | Herman Schmit | Non-sequentially configurable IC |
US7157933B1 (en) | 2004-02-14 | 2007-01-02 | Herman Schmit | Configurable circuits, IC's, and systems |
US7126373B1 (en) | 2004-02-14 | 2006-10-24 | Herman Schmit | Configurable logic circuits with commutative properties |
US7284222B1 (en) | 2004-06-30 | 2007-10-16 | Tabula, Inc. | Method and apparatus for identifying connections between configurable nodes in a configurable integrated circuit |
US7193432B1 (en) | 2004-02-14 | 2007-03-20 | Herman Schmit | VPA logic circuits |
US7109752B1 (en) * | 2004-02-14 | 2006-09-19 | Herman Schmit | Configurable circuits, IC's, and systems |
US7126381B1 (en) | 2004-02-14 | 2006-10-24 | Herman Schmit | VPA interconnect circuit |
US7254677B1 (en) | 2004-05-04 | 2007-08-07 | Xilinx, Inc. | First-in, first-out memory system with reduced cycle latency |
US6934198B1 (en) | 2004-05-04 | 2005-08-23 | Xilinx, Inc. | First-in, first-out buffer system in an integrated circuit |
US7038952B1 (en) | 2004-05-04 | 2006-05-02 | Xilinx, Inc. | Block RAM with embedded FIFO buffer |
US7106098B1 (en) * | 2004-05-04 | 2006-09-12 | Xilinx, Inc. | Split FIFO configuration of block RAM |
US7449915B2 (en) * | 2004-06-30 | 2008-11-11 | Tabula Inc. | VPA logic circuits |
US7439766B2 (en) * | 2004-06-30 | 2008-10-21 | Tabula, Inc. | Configurable logic circuits with commutative properties |
US7408382B2 (en) * | 2004-06-30 | 2008-08-05 | Tabula, Inc. | Configurable circuits, IC's, and systems |
US7312630B2 (en) | 2004-06-30 | 2007-12-25 | Tabula, Inc. | Configurable integrated circuit with built-in turns |
US7145361B1 (en) | 2004-06-30 | 2006-12-05 | Andre Rohe | Configurable integrated circuit with different connection schemes |
US7282950B1 (en) | 2004-11-08 | 2007-10-16 | Tabula, Inc. | Configurable IC's with logic resources with offset connections |
US7193438B1 (en) * | 2004-06-30 | 2007-03-20 | Andre Rohe | Configurable integrated circuit with offset connection |
US7676661B1 (en) | 2004-10-05 | 2010-03-09 | Xilinx, Inc. | Method and system for function acceleration using custom instructions |
US7755387B2 (en) * | 2004-11-01 | 2010-07-13 | Sicronic Remote Kg, Llc | FPGA having a direct routing structure |
US7743085B2 (en) | 2004-11-08 | 2010-06-22 | Tabula, Inc. | Configurable IC with large carry chains |
US7330050B2 (en) | 2004-11-08 | 2008-02-12 | Tabula, Inc. | Storage elements for a configurable IC and method and apparatus for accessing data stored in the storage elements |
US7342415B2 (en) * | 2004-11-08 | 2008-03-11 | Tabula, Inc. | Configurable IC with interconnect circuits that also perform storage operations |
US7224181B1 (en) | 2004-11-08 | 2007-05-29 | Herman Schmit | Clock distribution in a configurable IC |
US7276933B1 (en) | 2004-11-08 | 2007-10-02 | Tabula, Inc. | Reconfigurable IC that has sections running at different looperness |
US7301368B2 (en) * | 2005-03-15 | 2007-11-27 | Tabula, Inc. | Embedding memory within tile arrangement of a configurable IC |
US7573296B2 (en) * | 2004-11-08 | 2009-08-11 | Tabula Inc. | Configurable IC with configurable routing resources that have asymmetric input and/or outputs |
US7259587B1 (en) | 2004-11-08 | 2007-08-21 | Tabula, Inc. | Configurable IC's with configurable logic resources that have asymetric inputs and/or outputs |
US7317331B2 (en) | 2004-11-08 | 2008-01-08 | Tabula, Inc. | Reconfigurable IC that has sections running at different reconfiguration rates |
US7917559B2 (en) | 2004-11-08 | 2011-03-29 | Tabula, Inc. | Configurable IC's with configurable logic circuits that perform adder and/or subtractor operations |
US7295037B2 (en) | 2004-11-08 | 2007-11-13 | Tabula, Inc. | Configurable IC with routing circuits with offset connections |
US7268586B1 (en) * | 2004-11-08 | 2007-09-11 | Tabula, Inc. | Method and apparatus for accessing stored data in a reconfigurable IC |
US7242216B1 (en) | 2004-11-08 | 2007-07-10 | Herman Schmit | Embedding memory between tile arrangement of a configurable IC |
US7346739B1 (en) | 2004-11-19 | 2008-03-18 | Xilinx, Inc. | First-in-first-out memory system and method for providing same |
US7236009B1 (en) * | 2004-12-01 | 2007-06-26 | Andre Rohe | Operational time extension |
US7499452B2 (en) * | 2004-12-28 | 2009-03-03 | International Business Machines Corporation | Self-healing link sequence counts within a circular buffer |
US7310003B2 (en) * | 2005-03-15 | 2007-12-18 | Tabula, Inc. | Configurable IC with interconnect circuits that have select lines driven by user signals |
US20070244959A1 (en) * | 2005-03-15 | 2007-10-18 | Steven Teig | Configurable IC's with dual carry chains |
US7298169B2 (en) * | 2005-03-15 | 2007-11-20 | Tabula, Inc | Hybrid logic/interconnect circuit in a configurable IC |
US7230869B1 (en) | 2005-03-15 | 2007-06-12 | Jason Redgrave | Method and apparatus for accessing contents of memory cells |
US7224182B1 (en) * | 2005-03-15 | 2007-05-29 | Brad Hutchings | Hybrid configurable circuit for a configurable IC |
US7530033B2 (en) * | 2005-03-15 | 2009-05-05 | Tabula, Inc. | Method and apparatus for decomposing functions in a configurable IC |
US7825684B2 (en) * | 2005-03-15 | 2010-11-02 | Tabula, Inc. | Variable width management for a memory of a configurable IC |
EP1708080A1 (en) * | 2005-03-31 | 2006-10-04 | STMicroelectronics Pvt. Ltd | Configurable length first-in first-out memory |
US7359276B1 (en) | 2005-09-27 | 2008-04-15 | Xilinx, Inc. | Multi-port system for communication between processing elements |
US7372297B1 (en) | 2005-11-07 | 2008-05-13 | Tabula Inc. | Hybrid interconnect/logic circuits enabling efficient replication of a function in several sub-cycles to save logic and routing resources |
US7818361B1 (en) | 2005-11-07 | 2010-10-19 | Tabula, Inc. | Method and apparatus for performing two's complement multiplication |
US8463836B1 (en) | 2005-11-07 | 2013-06-11 | Tabula, Inc. | Performing mathematical and logical operations in multiple sub-cycles |
US7765249B1 (en) | 2005-11-07 | 2010-07-27 | Tabula, Inc. | Use of hybrid interconnect/logic circuits for multiplication |
US7679401B1 (en) | 2005-12-01 | 2010-03-16 | Tabula, Inc. | User registers implemented with routing circuits in a configurable IC |
US20070164784A1 (en) * | 2006-01-19 | 2007-07-19 | Altera Corporation | Modular I/O bank architecture |
US7378868B2 (en) * | 2006-01-19 | 2008-05-27 | Altera Corporation | Modular I/O bank architecture |
US7797497B1 (en) | 2006-03-08 | 2010-09-14 | Tabula, Inc. | System and method for providing more logical memory ports than physical memory ports |
US7694083B1 (en) | 2006-03-08 | 2010-04-06 | Tabula, Inc. | System and method for providing a virtual memory architecture narrower and deeper than a physical memory architecture |
US7609085B1 (en) | 2006-03-08 | 2009-10-27 | Tabula, Inc. | Configurable integrated circuit with a 4-to-1 multiplexer |
US7669097B1 (en) | 2006-03-27 | 2010-02-23 | Tabula, Inc. | Configurable IC with error detection and correction circuitry |
US7495970B1 (en) * | 2006-06-02 | 2009-02-24 | Lattice Semiconductor Corporation | Flexible memory architectures for programmable logic devices |
US7539789B1 (en) | 2006-08-14 | 2009-05-26 | Xilinx, Inc. | Circuits providing greater depth and/or asymmetric access ports for first-in first-out memory circuits (FIFOs) |
US7535789B1 (en) * | 2006-09-27 | 2009-05-19 | Xilinx, Inc. | Circuits and methods of concatenating FIFOs |
US7930666B1 (en) | 2006-12-12 | 2011-04-19 | Tabula, Inc. | System and method of providing a memory hierarchy |
US7521959B2 (en) * | 2007-03-20 | 2009-04-21 | Tabula, Inc. | Configurable IC having a routing fabric with storage elements |
US8112468B1 (en) | 2007-03-22 | 2012-02-07 | Tabula, Inc. | Method and apparatus for performing an operation with a plurality of sub-operations in a configurable IC |
US7825685B2 (en) | 2007-09-06 | 2010-11-02 | Tabula, Inc. | Configuration context switcher with a clocked storage element |
US8863067B1 (en) | 2008-02-06 | 2014-10-14 | Tabula, Inc. | Sequential delay analysis by placement engines |
US8166435B2 (en) * | 2008-06-26 | 2012-04-24 | Tabula, Inc. | Timing operations in an IC with configurable circuits |
US8912820B2 (en) | 2010-04-02 | 2014-12-16 | Tabula, Inc. | System and method for reducing reconfiguration power |
US8446170B2 (en) | 2011-05-05 | 2013-05-21 | Actel Corporation | FPGA RAM blocks optimized for use as register files |
US8941409B2 (en) | 2011-07-01 | 2015-01-27 | Tabula, Inc. | Configurable storage elements |
US9148151B2 (en) | 2011-07-13 | 2015-09-29 | Altera Corporation | Configurable storage elements |
WO2013071183A1 (en) | 2011-11-11 | 2013-05-16 | Tabula, Inc. | Content addressable memory in integrated circuit |
US8611173B1 (en) | 2011-12-02 | 2013-12-17 | Altera Corporation | Buffer circuitry with multiport memory cells |
US9203397B1 (en) | 2011-12-16 | 2015-12-01 | Altera Corporation | Delaying start of user design execution |
Citations (51)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4255748A (en) * | 1979-02-12 | 1981-03-10 | Automation Systems, Inc. | Bus fault detector |
US4625313A (en) * | 1984-07-06 | 1986-11-25 | Tektronix, Inc. | Method and apparatus for testing electronic equipment |
US4638187A (en) * | 1985-10-01 | 1987-01-20 | Vtc Incorporated | CMOS output buffer providing high drive current with minimum output signal distortion |
US4638243A (en) * | 1985-06-05 | 1987-01-20 | Monolithic Memories, Inc. | Short detector for fusible link array using single reference fuse |
US4684830A (en) * | 1985-03-22 | 1987-08-04 | Monolithic Memories, Inc. | Output circuit for a programmable logic array |
US4700130A (en) * | 1980-03-12 | 1987-10-13 | U.S. Philips Corporation | Current-measuring arrangement with overload protection |
US4706216A (en) * | 1985-02-27 | 1987-11-10 | Xilinx, Inc. | Configurable logic element |
US4713557A (en) * | 1984-09-26 | 1987-12-15 | Xilinx, Inc. | Bidirectional buffer amplifier |
US4718042A (en) * | 1985-12-23 | 1988-01-05 | Ncr Corporation | Non-destructive method and circuit to determine the programmability of a one time programmable device |
US4717912A (en) * | 1982-10-07 | 1988-01-05 | Advanced Micro Devices, Inc. | Apparatus for producing any one of a plurality of signals at a single output |
US4742252A (en) * | 1985-03-29 | 1988-05-03 | Advanced Micro Devices, Inc. | Multiple array customizable logic device |
US4758745A (en) * | 1986-09-19 | 1988-07-19 | Actel Corporation | User programmable integrated circuit interconnect architecture and test method |
US4772812A (en) * | 1981-07-27 | 1988-09-20 | Data General Corporation | Tri-state output buffer circuit including a capacitor and dynamic depletion mode switching device |
US4800176A (en) * | 1987-05-29 | 1989-01-24 | Kabushiki Kaisha Toshiba | Method for forming contact portion in semiconductor integrated circuit devices |
US4857774A (en) * | 1986-09-19 | 1989-08-15 | Actel Corporation | Testing apparatus and diagnostic method for use with programmable interconnect architecture |
US4870300A (en) * | 1986-08-06 | 1989-09-26 | Mitsubishi Denki Kabushiki Kaisha | Standard cell system large scale integrated circuit with heavy load lines passing through the cells |
US4870302A (en) * | 1984-03-12 | 1989-09-26 | Xilinx, Inc. | Configurable electrical circuit having configurable logic elements and configurable interconnects |
US4928023A (en) * | 1987-08-27 | 1990-05-22 | Texas Instruments Incorporated | Improved output buffer having reduced noise characteristics |
US4930097A (en) * | 1988-12-30 | 1990-05-29 | Intel Corporation | Architecture for an improved performance of a programmable logic device |
US4935645A (en) * | 1988-03-02 | 1990-06-19 | Dallas Semiconductor Corporation | Fusing and detection circuit |
US4959561A (en) * | 1989-01-04 | 1990-09-25 | Motorola, Inc. | MOS output buffer with reduced supply line disturbance |
US4978905A (en) * | 1989-10-31 | 1990-12-18 | Cypress Semiconductor Corp. | Noise reduction output buffer |
US5008855A (en) * | 1989-07-18 | 1991-04-16 | Actel Corporation | Method of programming anti-fuse element |
US5046035A (en) * | 1987-08-26 | 1991-09-03 | Ict International Cmos Tech., Inc. | High-performance user programmable logic device (PLD) |
US5083083A (en) * | 1986-09-19 | 1992-01-21 | Actel Corporation | Testability architecture and techniques for programmable interconnect architecture |
US5121394A (en) * | 1989-12-20 | 1992-06-09 | Bull Hn Information Systems Inc. | Method of organizing programmable logic array devices for board testability |
US5122685A (en) * | 1991-03-06 | 1992-06-16 | Quicklogic Corporation | Programmable application specific integrated circuit and logic cell therefor |
US5132571A (en) * | 1990-08-01 | 1992-07-21 | Actel Corporation | Programmable interconnect architecture having interconnects disposed above function modules |
US5144166A (en) * | 1990-11-02 | 1992-09-01 | Concurrent Logic, Inc. | Programmable logic cell and array |
US5187392A (en) * | 1991-07-31 | 1993-02-16 | Intel Corporation | Programmable logic device with limited signal swing |
US5191241A (en) * | 1990-08-01 | 1993-03-02 | Actel Corporation | Programmable interconnect architecture |
US5198705A (en) * | 1990-05-11 | 1993-03-30 | Actel Corporation | Logic module with configurable combinational and sequential blocks |
US5208530A (en) * | 1986-09-19 | 1993-05-04 | Actel Corporation | Testability architecture and techniques for programmable interconnect architecture |
US5208491A (en) * | 1992-01-07 | 1993-05-04 | Washington Research Foundation | Field programmable gate array |
US5220215A (en) * | 1992-05-15 | 1993-06-15 | Micron Technology, Inc. | Field programmable logic array with two or planes |
US5220213A (en) * | 1991-03-06 | 1993-06-15 | Quicklogic Corporation | Programmable application specific integrated circuit and logic cell therefor |
US5222066A (en) * | 1990-12-26 | 1993-06-22 | Motorola, Inc. | Modular self-test for embedded SRAMS |
US5221865A (en) * | 1991-06-21 | 1993-06-22 | Crosspoint Solutions, Inc. | Programmable input/output buffer circuit with test capability |
US5223792A (en) * | 1986-09-19 | 1993-06-29 | Actel Corporation | Testability architecture and techniques for programmable interconnect architecture |
US5258319A (en) * | 1988-02-19 | 1993-11-02 | Mitsubishi Denki Kabushiki Kaisha | Method of manufacturing a MOS type field effect transistor using an oblique ion implantation step |
US5272388A (en) * | 1992-06-09 | 1993-12-21 | Actel Corporation | High-yield methods for programming antifuses |
US5286922A (en) * | 1992-07-14 | 1994-02-15 | Curtiss Thomas E | Fluorescent coated wire |
US5293133A (en) * | 1992-08-27 | 1994-03-08 | Quicklogic Corporation | Method of determining an electrical characteristic of an antifuse and apparatus therefor |
US5294846A (en) * | 1992-08-17 | 1994-03-15 | Paivinen John O | Method and apparatus for programming anti-fuse devices |
US5300830A (en) * | 1992-05-15 | 1994-04-05 | Micron Semiconductor, Inc. | Programmable logic device macrocell with an exclusive feedback and exclusive external input lines for registered and combinatorial modes using a dedicated product term for control |
US5300832A (en) * | 1992-11-10 | 1994-04-05 | Sun Microsystems, Inc. | Voltage interfacing buffer with isolation transistors used for overvoltage protection |
US5304871A (en) * | 1992-07-24 | 1994-04-19 | Actel Corporation | Programmable interconnect architecture employing leaky programmable elements |
US5309091A (en) * | 1986-09-19 | 1994-05-03 | Actel Corporation | Testability architecture and techniques for programmable interconnect architecture |
US5317698A (en) * | 1992-08-18 | 1994-05-31 | Actel Corporation | FPGA architecture including direct logic function circuit to I/O interconnections |
US5977791A (en) * | 1996-04-15 | 1999-11-02 | Altera Corporation | Embedded memory block with FIFO mode for programmable logic device |
US6218860B1 (en) * | 1995-03-22 | 2001-04-17 | Altera Corporation | Programmable logic array integrated circuit incorporating a first-in first-out memory |
Family Cites Families (101)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5225719A (en) | 1985-03-29 | 1993-07-06 | Advanced Micro Devices, Inc. | Family of multiple segmented programmable logic blocks interconnected by a high speed centralized switch matrix |
US5341092A (en) * | 1986-09-19 | 1994-08-23 | Actel Corporation | Testability architecture and techniques for programmable interconnect architecture |
US5451887A (en) | 1986-09-19 | 1995-09-19 | Actel Corporation | Programmable logic module and architecture for field programmable gate array device |
US5365165A (en) | 1986-09-19 | 1994-11-15 | Actel Corporation | Testability architecture and techniques for programmable interconnect architecture |
US5212652A (en) | 1989-08-15 | 1993-05-18 | Advanced Micro Devices, Inc. | Programmable gate array with improved interconnect structure |
US5400262A (en) | 1989-09-20 | 1995-03-21 | Aptix Corporation | Universal interconnect matrix array |
IL96808A (en) * | 1990-04-18 | 1996-03-31 | Rambus Inc | Integrated circuit i/o using a high performance bus interface |
US5126282A (en) | 1990-05-16 | 1992-06-30 | Actel Corporation | Methods of reducing anti-fuse resistance during programming |
US5286992A (en) * | 1990-09-28 | 1994-02-15 | Actel Corporation | Low voltage device in a high voltage substrate |
US5367207A (en) | 1990-12-04 | 1994-11-22 | Xilinx, Inc. | Structure and method for programming antifuses in an integrated circuit array |
US5701027A (en) * | 1991-04-26 | 1997-12-23 | Quicklogic Corporation | Programmable interconnect structures and programmable integrated circuits |
JP3014164B2 (en) | 1991-05-15 | 2000-02-28 | 沖電気工業株式会社 | Output buffer circuit |
US5302546A (en) | 1991-07-31 | 1994-04-12 | Quicklogic Corporation | Programming of antifuses |
US5883850A (en) * | 1991-09-03 | 1999-03-16 | Altera Corporation | Programmable logic array integrated circuits |
US5550782A (en) | 1991-09-03 | 1996-08-27 | Altera Corporation | Programmable logic array integrated circuits |
US5260610A (en) | 1991-09-03 | 1993-11-09 | Altera Corporation | Programmable logic element interconnections for programmable logic array integrated circuits |
US5361165A (en) * | 1992-01-03 | 1994-11-01 | General Motors Corporation | Reflective cluster display with stowable viewing screen |
FR2691307A1 (en) | 1992-05-18 | 1993-11-19 | Lausanne Ecole Polytechnique F | An intermediate circuit between a low voltage logic circuit and a high voltage output stage realized in standard CMOS technology. |
US5646547A (en) | 1994-04-28 | 1997-07-08 | Xilinx, Inc. | Logic cell which can be configured as a latch without static one's problem |
DE4224804C1 (en) | 1992-07-27 | 1994-01-13 | Siemens Ag | Programmable logic circuitry |
DE69315149T2 (en) * | 1992-09-09 | 1998-05-07 | Matsushita Electric Ind Co Ltd | Combination pressure switch arrangement |
GB9223226D0 (en) | 1992-11-05 | 1992-12-16 | Algotronix Ltd | Improved configurable cellular array (cal ii) |
US5809281A (en) | 1993-03-30 | 1998-09-15 | Altera Corporation | Field programmable gate array with high speed SRAM based configurable function block configurable as high performance logic or block of SRAM |
JPH0774616A (en) | 1993-07-06 | 1995-03-17 | Seiko Epson Corp | Signal voltage level conversion circuit and output buffer circuit |
US5394033A (en) | 1993-09-01 | 1995-02-28 | Lattice Semiconductor Corporation | Structure and method for implementing hierarchical routing pools in a programmable logic circuit |
US5396128A (en) | 1993-09-13 | 1995-03-07 | Motorola, Inc. | Output circuit for interfacing integrated circuits having different power supply potentials |
US5375089A (en) | 1993-10-05 | 1994-12-20 | Advanced Micro Devices, Inc. | Plural port memory system utilizing a memory having a read port and a write port |
US5602780A (en) * | 1993-10-20 | 1997-02-11 | Texas Instruments Incorporated | Serial to parallel and parallel to serial architecture for a RAM based FIFO memory |
US5399920A (en) | 1993-11-09 | 1995-03-21 | Texas Instruments Incorporated | CMOS driver which uses a higher voltage to compensate for threshold loss of the pull-up NFET |
US5486775A (en) | 1993-11-22 | 1996-01-23 | Altera Corporation | Multiplexer structures for use in making controllable interconnections in integrated circuits. |
US5365485A (en) | 1993-11-22 | 1994-11-15 | Texas Instruments Incorporated | Fifo with fast retransmit mode |
US5455525A (en) * | 1993-12-06 | 1995-10-03 | Intelligent Logic Systems, Inc. | Hierarchically-structured programmable logic array and system for interconnecting logic elements in the logic array |
US5430687A (en) | 1994-04-01 | 1995-07-04 | Xilinx, Inc. | Programmable logic device including a parallel input device for loading memory cells |
US5689195A (en) | 1995-05-17 | 1997-11-18 | Altera Corporation | Programmable logic array integrated circuit devices |
US5469396A (en) | 1994-06-07 | 1995-11-21 | Actel Corporation | Apparatus and method determining the resistance of antifuses in an array |
TW265489B (en) | 1994-07-20 | 1995-12-11 | Micron Technology Inc | Low-to-high voltage cmos driver circuit for driving capacitive loads |
US5606266A (en) | 1994-11-04 | 1997-02-25 | Altera Corporation | Programmable logic array integrated circuits with enhanced output routing |
US5495181A (en) * | 1994-12-01 | 1996-02-27 | Quicklogic Corporation | Integrated circuit facilitating simultaneous programming of multiple antifuses |
GB2297409B (en) | 1995-01-27 | 1998-08-19 | Altera Corp | Programmable logic devices |
US5537057A (en) | 1995-02-14 | 1996-07-16 | Altera Corporation | Programmable logic array device with grouped logic regions and three types of conductors |
US5847577A (en) | 1995-02-24 | 1998-12-08 | Xilinx, Inc. | DRAM memory cell for programmable logic devices |
US6049223A (en) * | 1995-03-22 | 2000-04-11 | Altera Corporation | Programmable logic array integrated circuit with general-purpose memory configurable as a random access or FIFO memory |
US5594363A (en) * | 1995-04-07 | 1997-01-14 | Zycad Corporation | Logic cell and routing architecture in a field programmable gate array |
US5850564A (en) | 1995-05-03 | 1998-12-15 | Btr, Inc, | Scalable multiple level tab oriented interconnect architecture |
US5640106A (en) | 1995-05-26 | 1997-06-17 | Xilinx, Inc. | Method and structure for loading data into several IC devices |
US5835165A (en) | 1995-06-07 | 1998-11-10 | Lsi Logic Corporation | Reduction of false locking code words in concatenated decoders |
US5838954A (en) | 1995-08-18 | 1998-11-17 | Xilinx, Inc. | Computer-implemented method of optimizing a time multiplexed programmable logic device |
US5701441A (en) | 1995-08-18 | 1997-12-23 | Xilinx, Inc. | Computer-implemented method of optimizing a design in a time multiplexed programmable logic device |
US5546019A (en) | 1995-08-24 | 1996-08-13 | Taiwan Semiconductor Manufacture Company | CMOS I/O circuit with 3.3 volt output and tolerance of 5 volt input |
US5666322A (en) | 1995-09-21 | 1997-09-09 | Nec Electronics, Inc. | Phase-locked loop timing controller in an integrated circuit memory |
US5880492A (en) * | 1995-10-16 | 1999-03-09 | Xilinx, Inc. | Dedicated local line interconnect layout |
US5600264A (en) * | 1995-10-16 | 1997-02-04 | Xilinx, Inc. | Programmable single buffered six pass transistor configuration |
US5744991A (en) * | 1995-10-16 | 1998-04-28 | Altera Corporation | System for distributing clocks using a delay lock loop in a programmable logic circuit |
US5815004A (en) | 1995-10-16 | 1998-09-29 | Xilinx, Inc. | Multi-buffered configurable logic block output lines in a field programmable gate array |
US5848006A (en) | 1995-12-06 | 1998-12-08 | Nec Corporation | Redundant semiconductor memory device using a single now address decoder for driving both sub-wordlines and redundant sub-wordlines |
US5914906A (en) * | 1995-12-20 | 1999-06-22 | International Business Machines Corporation | Field programmable memory array |
US5804986A (en) * | 1995-12-29 | 1998-09-08 | Cypress Semiconductor Corp. | Memory in a programmable logic device |
US5870586A (en) * | 1996-01-31 | 1999-02-09 | Xilinx, Inc. | Configuration emulation of a programmable logic device |
US5744980A (en) * | 1996-02-16 | 1998-04-28 | Actel Corporation | Flexible, high-performance static RAM architecture for field-programmable gate arrays |
GB9604496D0 (en) | 1996-03-01 | 1996-05-01 | Xilinx Inc | Embedded memory for field programmable gate array |
US5835998A (en) | 1996-04-04 | 1998-11-10 | Altera Corporation | Logic cell for programmable logic devices |
US5847441A (en) | 1996-05-10 | 1998-12-08 | Micron Technology, Inc. | Semiconductor junction antifuse circuit |
US5742181A (en) * | 1996-06-04 | 1998-04-21 | Hewlett-Packard Co. | FPGA with hierarchical interconnect structure and hyperlinks |
US5852608A (en) | 1996-06-06 | 1998-12-22 | Sun Microsystems, Inc. | Structure and method for bi-directional data transfer between asynchronous clock domains |
US5828538A (en) | 1996-06-21 | 1998-10-27 | Quicklogic Corporation | Power-up circuit for field programmable gate arrays |
US5825201A (en) | 1996-06-21 | 1998-10-20 | Quicklogic Corporation | Programming architecture for a programmable integrated circuit employing antifuses |
US5952847A (en) * | 1996-06-25 | 1999-09-14 | Actel Corporation | Multiple logic family compatible output driver |
US5870327A (en) * | 1996-07-19 | 1999-02-09 | Xilinx, Inc. | Mixed mode RAM/ROM cell using antifuses |
US5859544A (en) | 1996-09-05 | 1999-01-12 | Altera Corporation | Dynamic configurable elements for programmable logic devices |
US5880597A (en) * | 1996-09-18 | 1999-03-09 | Altera Corporation | Interleaved interconnect for programmable logic array devices |
US5825202A (en) | 1996-09-26 | 1998-10-20 | Xilinx, Inc. | Integrated circuit with field programmable and application specific logic areas |
US5832892A (en) | 1996-10-11 | 1998-11-10 | Yaoita; Yasuhito | Spark ignition internal combustion engine |
US5883526A (en) * | 1997-04-17 | 1999-03-16 | Altera Corporation | Hierarchical interconnect for programmable logic devices |
US5828230A (en) | 1997-01-09 | 1998-10-27 | Xilinx, Inc. | FPGA two turn routing structure with lane changing and minimum diffusion area |
US5880598A (en) * | 1997-01-10 | 1999-03-09 | Xilinx, Inc. | Tile-based modular routing resources for high density programmable logic device |
US5854763A (en) | 1997-01-31 | 1998-12-29 | Mosaid Technologies Inc. | Integrated circuit with non-binary decoding and data access |
US5821776A (en) | 1997-01-31 | 1998-10-13 | Actel Corporation | Field programmable gate array with mask programmed analog function circuits |
US6011744A (en) * | 1997-07-16 | 2000-01-04 | Altera Corporation | Programmable logic device with multi-port memory |
JP3085258B2 (en) * | 1997-09-10 | 2000-09-04 | 日本電気株式会社 | Clock signal distribution circuit |
US6100715A (en) * | 1998-12-15 | 2000-08-08 | Vantis Corporation | Methods for configuring FPGA's having variable grain blocks and logic for providing time-shared access to interconnect resources |
US6034677A (en) * | 1997-10-17 | 2000-03-07 | Sony Corporation | Method and apparatus for displaying an electronic program guide |
JPH11205102A (en) * | 1998-01-13 | 1999-07-30 | Mitsubishi Electric Corp | Delay synchronization circuit |
US6049487A (en) * | 1998-03-16 | 2000-04-11 | Actel Corporation | Embedded static random access memory for field programmable gate array |
US6038627A (en) * | 1998-03-16 | 2000-03-14 | Actel Corporation | SRAM bus architecture and interconnect to an FPGA |
US6292925B1 (en) * | 1998-03-27 | 2001-09-18 | Xilinx, Inc. | Context-sensitive self implementing modules |
US6260182B1 (en) * | 1998-03-27 | 2001-07-10 | Xilinx, Inc. | Method for specifying routing in a logic module by direct module communication |
US6216258B1 (en) * | 1998-03-27 | 2001-04-10 | Xilinx, Inc. | FPGA modules parameterized by expressions |
US6289068B1 (en) * | 1998-06-22 | 2001-09-11 | Xilinx, Inc. | Delay lock loop with clock phase shifter |
JP3993717B2 (en) * | 1998-09-24 | 2007-10-17 | 富士通株式会社 | Semiconductor integrated circuit device |
JP2000113673A (en) * | 1998-10-01 | 2000-04-21 | Nec Corp | Semiconductor storage device and data transmitting method thereof |
US6242943B1 (en) * | 1998-12-31 | 2001-06-05 | Khaled Ahmad El-Ayat | Programmable multi-standard I/O architecture for FPGAS |
US6177844B1 (en) * | 1999-01-08 | 2001-01-23 | Altera Corporation | Phase-locked loop or delay-locked loop circuitry for programmable logic devices |
US6353334B1 (en) * | 2000-01-27 | 2002-03-05 | Xilinx, Inc. | Circuit for converting a logic signal on an output node to a pair of low-voltage differential signals |
US6826247B1 (en) | 2000-03-24 | 2004-11-30 | Stmicroelectronics, Inc. | Digital phase lock loop |
US6418059B1 (en) * | 2000-06-26 | 2002-07-09 | Intel Corporation | Method and apparatus for non-volatile memory bit sequence program controller |
US6891394B1 (en) * | 2002-06-04 | 2005-05-10 | Actel Corporation | Field-programmable gate array low voltage differential signaling driver utilizing two complimentary output buffers |
US6727726B1 (en) * | 2002-11-12 | 2004-04-27 | Actel Corporation | Field programmable gate array architecture including a buffer module and a method of distributing buffer modules in a field programmable gate array |
US6734702B1 (en) * | 2002-11-12 | 2004-05-11 | Texas Instruments Incorporated | Impedance calibration circuit |
US6838902B1 (en) * | 2003-05-28 | 2005-01-04 | Actel Corporation | Synchronous first-in/first-out block memory for a field programmable gate array |
US6867615B1 (en) * | 2003-05-30 | 2005-03-15 | Actel Corporation | Dedicated input/output first in/first out module for a field programmable gate array |
US7199609B1 (en) * | 2003-05-30 | 2007-04-03 | Actel Corporation | Dedicated input/output first in/first out module for a field programmable gate array |
-
2003
- 2003-05-28 US US10/448,259 patent/US6838902B1/en not_active Expired - Lifetime
-
2004
- 2004-09-22 US US10/948,010 patent/US6980027B2/en not_active Expired - Lifetime
-
2005
- 2005-12-07 US US11/297,088 patent/US7227380B2/en not_active Expired - Fee Related
-
2007
- 2007-04-18 US US11/737,030 patent/US7394289B2/en not_active Expired - Lifetime
-
2008
- 2008-04-29 US US12/111,648 patent/US20080218207A1/en not_active Abandoned
Patent Citations (55)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4255748A (en) * | 1979-02-12 | 1981-03-10 | Automation Systems, Inc. | Bus fault detector |
US4700130A (en) * | 1980-03-12 | 1987-10-13 | U.S. Philips Corporation | Current-measuring arrangement with overload protection |
US4772812A (en) * | 1981-07-27 | 1988-09-20 | Data General Corporation | Tri-state output buffer circuit including a capacitor and dynamic depletion mode switching device |
US4717912A (en) * | 1982-10-07 | 1988-01-05 | Advanced Micro Devices, Inc. | Apparatus for producing any one of a plurality of signals at a single output |
US4870302A (en) * | 1984-03-12 | 1989-09-26 | Xilinx, Inc. | Configurable electrical circuit having configurable logic elements and configurable interconnects |
US4625313A (en) * | 1984-07-06 | 1986-11-25 | Tektronix, Inc. | Method and apparatus for testing electronic equipment |
US4713557A (en) * | 1984-09-26 | 1987-12-15 | Xilinx, Inc. | Bidirectional buffer amplifier |
US4706216A (en) * | 1985-02-27 | 1987-11-10 | Xilinx, Inc. | Configurable logic element |
US4684830A (en) * | 1985-03-22 | 1987-08-04 | Monolithic Memories, Inc. | Output circuit for a programmable logic array |
US4742252A (en) * | 1985-03-29 | 1988-05-03 | Advanced Micro Devices, Inc. | Multiple array customizable logic device |
US4638243A (en) * | 1985-06-05 | 1987-01-20 | Monolithic Memories, Inc. | Short detector for fusible link array using single reference fuse |
US4638187B1 (en) * | 1985-10-01 | 1993-03-02 | Cypress Semiconductor Minnesot | |
US4638187A (en) * | 1985-10-01 | 1987-01-20 | Vtc Incorporated | CMOS output buffer providing high drive current with minimum output signal distortion |
US4718042A (en) * | 1985-12-23 | 1988-01-05 | Ncr Corporation | Non-destructive method and circuit to determine the programmability of a one time programmable device |
US4870300A (en) * | 1986-08-06 | 1989-09-26 | Mitsubishi Denki Kabushiki Kaisha | Standard cell system large scale integrated circuit with heavy load lines passing through the cells |
US4758745A (en) * | 1986-09-19 | 1988-07-19 | Actel Corporation | User programmable integrated circuit interconnect architecture and test method |
US4873459A (en) * | 1986-09-19 | 1989-10-10 | Actel Corporation | Programmable interconnect architecture |
US4857774A (en) * | 1986-09-19 | 1989-08-15 | Actel Corporation | Testing apparatus and diagnostic method for use with programmable interconnect architecture |
US5208530A (en) * | 1986-09-19 | 1993-05-04 | Actel Corporation | Testability architecture and techniques for programmable interconnect architecture |
US5223792A (en) * | 1986-09-19 | 1993-06-29 | Actel Corporation | Testability architecture and techniques for programmable interconnect architecture |
US5309091A (en) * | 1986-09-19 | 1994-05-03 | Actel Corporation | Testability architecture and techniques for programmable interconnect architecture |
US4758745B1 (en) * | 1986-09-19 | 1994-11-15 | Actel Corp | User programmable integrated circuit interconnect architecture and test method |
US4873459B1 (en) * | 1986-09-19 | 1995-01-10 | Actel Corp | Programmable interconnect architecture |
US5083083A (en) * | 1986-09-19 | 1992-01-21 | Actel Corporation | Testability architecture and techniques for programmable interconnect architecture |
US4800176A (en) * | 1987-05-29 | 1989-01-24 | Kabushiki Kaisha Toshiba | Method for forming contact portion in semiconductor integrated circuit devices |
US5046035A (en) * | 1987-08-26 | 1991-09-03 | Ict International Cmos Tech., Inc. | High-performance user programmable logic device (PLD) |
US4928023A (en) * | 1987-08-27 | 1990-05-22 | Texas Instruments Incorporated | Improved output buffer having reduced noise characteristics |
US5258319A (en) * | 1988-02-19 | 1993-11-02 | Mitsubishi Denki Kabushiki Kaisha | Method of manufacturing a MOS type field effect transistor using an oblique ion implantation step |
US4935645A (en) * | 1988-03-02 | 1990-06-19 | Dallas Semiconductor Corporation | Fusing and detection circuit |
US4930097A (en) * | 1988-12-30 | 1990-05-29 | Intel Corporation | Architecture for an improved performance of a programmable logic device |
US4959561A (en) * | 1989-01-04 | 1990-09-25 | Motorola, Inc. | MOS output buffer with reduced supply line disturbance |
US5008855A (en) * | 1989-07-18 | 1991-04-16 | Actel Corporation | Method of programming anti-fuse element |
US4978905A (en) * | 1989-10-31 | 1990-12-18 | Cypress Semiconductor Corp. | Noise reduction output buffer |
US5121394A (en) * | 1989-12-20 | 1992-06-09 | Bull Hn Information Systems Inc. | Method of organizing programmable logic array devices for board testability |
US5198705A (en) * | 1990-05-11 | 1993-03-30 | Actel Corporation | Logic module with configurable combinational and sequential blocks |
US5132571A (en) * | 1990-08-01 | 1992-07-21 | Actel Corporation | Programmable interconnect architecture having interconnects disposed above function modules |
US5191241A (en) * | 1990-08-01 | 1993-03-02 | Actel Corporation | Programmable interconnect architecture |
US5144166A (en) * | 1990-11-02 | 1992-09-01 | Concurrent Logic, Inc. | Programmable logic cell and array |
US5222066A (en) * | 1990-12-26 | 1993-06-22 | Motorola, Inc. | Modular self-test for embedded SRAMS |
US5122685A (en) * | 1991-03-06 | 1992-06-16 | Quicklogic Corporation | Programmable application specific integrated circuit and logic cell therefor |
US5220213A (en) * | 1991-03-06 | 1993-06-15 | Quicklogic Corporation | Programmable application specific integrated circuit and logic cell therefor |
US5221865A (en) * | 1991-06-21 | 1993-06-22 | Crosspoint Solutions, Inc. | Programmable input/output buffer circuit with test capability |
US5187392A (en) * | 1991-07-31 | 1993-02-16 | Intel Corporation | Programmable logic device with limited signal swing |
US5208491A (en) * | 1992-01-07 | 1993-05-04 | Washington Research Foundation | Field programmable gate array |
US5220215A (en) * | 1992-05-15 | 1993-06-15 | Micron Technology, Inc. | Field programmable logic array with two or planes |
US5300830A (en) * | 1992-05-15 | 1994-04-05 | Micron Semiconductor, Inc. | Programmable logic device macrocell with an exclusive feedback and exclusive external input lines for registered and combinatorial modes using a dedicated product term for control |
US5272388A (en) * | 1992-06-09 | 1993-12-21 | Actel Corporation | High-yield methods for programming antifuses |
US5286922A (en) * | 1992-07-14 | 1994-02-15 | Curtiss Thomas E | Fluorescent coated wire |
US5304871A (en) * | 1992-07-24 | 1994-04-19 | Actel Corporation | Programmable interconnect architecture employing leaky programmable elements |
US5294846A (en) * | 1992-08-17 | 1994-03-15 | Paivinen John O | Method and apparatus for programming anti-fuse devices |
US5317698A (en) * | 1992-08-18 | 1994-05-31 | Actel Corporation | FPGA architecture including direct logic function circuit to I/O interconnections |
US5293133A (en) * | 1992-08-27 | 1994-03-08 | Quicklogic Corporation | Method of determining an electrical characteristic of an antifuse and apparatus therefor |
US5300832A (en) * | 1992-11-10 | 1994-04-05 | Sun Microsystems, Inc. | Voltage interfacing buffer with isolation transistors used for overvoltage protection |
US6218860B1 (en) * | 1995-03-22 | 2001-04-17 | Altera Corporation | Programmable logic array integrated circuit incorporating a first-in first-out memory |
US5977791A (en) * | 1996-04-15 | 1999-11-02 | Altera Corporation | Embedded memory block with FIFO mode for programmable logic device |
Also Published As
Publication number | Publication date |
---|---|
US6838902B1 (en) | 2005-01-04 |
US7394289B2 (en) | 2008-07-01 |
US6980027B2 (en) | 2005-12-27 |
US20070182446A1 (en) | 2007-08-09 |
US7227380B2 (en) | 2007-06-05 |
US20050036398A1 (en) | 2005-02-17 |
US20060082385A1 (en) | 2006-04-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7227380B2 (en) | 2007-06-05 | Synchronous first-in/first-out block memory for a field programmable gate array |
US5804986A (en) | 1998-09-08 | Memory in a programmable logic device |
US6661733B1 (en) | 2003-12-09 | Dual-port SRAM in a programmable logic device |
US7102385B2 (en) | 2006-09-05 | Dedicated input/output first in/first out module for a field programmable gate array |
US6430088B1 (en) | 2002-08-06 | Embedded static random access memory for field programmable gate array |
US6496887B1 (en) | 2002-12-17 | SRAM bus architecture and interconnect to an FPGA |
EP2965429B1 (en) | 2018-12-26 | Integrated circuit devices having memory and methods of implementing memory in an integrated circuit device |
EP0840455B1 (en) | 2003-07-16 | A microcontroller accessible macrocell |
US7193437B2 (en) | 2007-03-20 | Architecture for a connection block in reconfigurable gate arrays |
US8811102B2 (en) | 2014-08-19 | Multiple read port memory system with a single port memory cell |
JP2005004895A (en) | 2005-01-06 | Synchronous bank type memory |
US9780792B2 (en) | 2017-10-03 | FPGA RAM blocks optimized for use as register files |
US7304499B1 (en) | 2007-12-04 | Distributed random access memory in a programmable logic device |
US7444456B2 (en) | 2008-10-28 | SRAM bus architecture and interconnect to an FPGA |
US7199609B1 (en) | 2007-04-03 | Dedicated input/output first in/first out module for a field programmable gate array |
JP2000030460A (en) | 2000-01-28 | Pipelined dual port integrated circuit memory |
US7385419B1 (en) | 2008-06-10 | Dedicated input/output first in/first out module for a field programmable gate array |
US7248491B1 (en) | 2007-07-24 | Circuit for and method of implementing a content addressable memory in a programmable logic device |
US20050104625A1 (en) | 2005-05-19 | Data input/output buffer and semiconductor memory device using the same |
US7242633B1 (en) | 2007-07-10 | Memory device and method of transferring data in memory device |
US7586327B1 (en) | 2009-09-08 | Distributed memory circuitry on structured application-specific integrated circuit devices |
US20010005373A1 (en) | 2001-06-28 | Virtual channel DRAM |
EP1516242A2 (en) | 2005-03-23 | Fifo-register |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
2009-12-01 | STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |