US20200057610A1 - Programmable integrated circuits with multiplexer and register pipelining circuitry - Google Patents

Programmable integrated circuits with multiplexer and register pipelining circuitry Download PDF

Info

Publication number
US20200057610A1
US20200057610A1 US16/666,066 US201916666066A US2020057610A1 US 20200057610 A1 US20200057610 A1 US 20200057610A1 US 201916666066 A US201916666066 A US 201916666066A US 2020057610 A1 US2020057610 A1 US 2020057610A1
Authority
US
United States
Prior art keywords
block
input
receive
adder
dsp
Prior art date
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
Application number
US16/666,066
Inventor
Benjamin Esposito
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Altera Corp
Original Assignee
Altera Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Altera Corp filed Critical Altera Corp
Priority to US16/666,066 priority Critical patent/US20200057610A1/en
Publication of US20200057610A1 publication Critical patent/US20200057610A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
    • G06F7/544Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices for evaluating functions by calculation
    • G06F7/5443Sum of products
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
    • G06F7/57Arithmetic logic units [ALU], i.e. arrangements or devices for performing two or more of the operations covered by groups G06F7/483 – G06F7/556 or for performing logical operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/78Architectures of general purpose stored program computers comprising a single central processing unit
    • G06F15/7867Architectures of general purpose stored program computers comprising a single central processing unit with reconfigurable architecture

Definitions

  • This invention relates to integrated circuits and, more particularly, to configurable specialized processing blocks in an integrated circuit.
  • PLD programmable logic device
  • configurable specialized blocks such as configurable specialized storage blocks and configurable specialized processing blocks in addition to blocks of generic programmable logic.
  • Such specialized blocks may include circuitry that has been partly or fully hardwired to perform one or more specific tasks, such as a logical or a mathematical operation.
  • a specialized block may also contain one or more specialized structures. Examples of structures that are commonly implemented in such specialized blocks include multipliers, arithmetic logic units (ALUs), memory elements such as random-access memory (RAM) blocks, read-only memory (ROM) blocks, content-addressable memory (CAM) blocks and register files, AND/NAND/OR/NOR arrays, etc., or combinations thereof.
  • ALUs arithmetic logic units
  • RAM random-access memory
  • ROM read-only memory
  • CAM content-addressable memory
  • SPB programmable logic devices
  • Such blocks may sometimes be referred to as multiply-accumulate (MAC) blocks, when they include structures to perform multiplication operations, summing operations, and/or accumulations of multiplication operations.
  • MAC multiply-accumulate
  • a circuit may have an output port, input ports, and configuration circuitry.
  • the configuration circuitry may configure the circuit to perform an arithmetic function based on first, second, and third signals that were received at the input ports and to provide the result of the arithmetic function at the output port in a first mode.
  • the configuration circuitry may further configure the circuit to perform a multiplexing function based on the first, second, and third signals and provide a selected one of the first, second, and third signals at the output port in a second mode.
  • the present invention can be implemented in numerous ways, such as a process, an apparatus, a system, a device, or a method on a computer readable medium. Several inventive embodiments of the present invention are described below.
  • the above-mentioned configuration circuitry may configure the circuit to perform a register pipeline function of the first signal in a third mode.
  • the circuit may include at least one pipeline register between one of the input ports and the output port.
  • the circuit may further include two multipliers.
  • the first multiplier may receive first and second signals from the input ports and perform a portion of the arithmetic function in the first mode and a portion of the multiplexing function in the second mode.
  • the second multiplier may receive second and third signals from the input ports and perform an additional portion of the arithmetic function in the first mode and an additional portion of the multiplexing function in the second mode.
  • the circuit may further include an adder that is coupled to the first and second multipliers.
  • the adder and the two multipliers may implement a sum of product function in the first mode and another portion of the multiplexing function in the second mode.
  • FIG. 1 is a diagram of an illustrative integrated circuit having specialized processing blocks in accordance with an embodiment.
  • FIG. 2 is a diagram of an illustrative integrated circuit with storage, processing, and input-output circuitry in accordance with an embodiment.
  • FIG. 3 is a diagram of an illustrative specialized processing block in accordance with an embodiment.
  • FIG. 4 is a diagram of an illustrative specialized processing block that is configured to operate as a 4:1 multiplexer in accordance with an embodiment.
  • FIG. 5 is a diagram of an illustrative specialized processing block that is configured to operate as a 4:1 multiplexer with a scaling factor in accordance with an embodiment.
  • FIG. 6 is a diagram of five illustrative specialized processing blocks that are arranged and configured to operate as a 16:1 multiplexer in accordance with an embodiment.
  • FIG. 7 is a diagram of an illustrative specialized processing block that is configured to operate as a two independent 16-bit pipeline registers in accordance with an embodiment.
  • FIG. 8 is a diagram of an illustrative specialized processing block that is configured to operate as a 36-bit pipeline register in accordance with an embodiment.
  • FIG. 9 is a flow chart showing illustrative steps for operating a specialized processing block as an arithmetic circuit in a first mode and as a multiplexer in a second mode in accordance with an embodiment.
  • FIG. 10 is a flow chart showing illustrative steps for operating a specialized processing block as an arithmetic circuit in a first mode and as pipeline registers in a second mode in accordance with an embodiment.
  • the present invention relates to integrated circuits and, more particularly, to integrated circuits with configurable specialized processing blocks.
  • Configurable specialized processing blocks are often configured to support a pure arithmetic use model in which input data is processed by arithmetic operators such as multipliers and adders or accumulators to implement an arithmetic function such as a multiply-accumulate function.
  • a configurable specialized processing block may be configured to operate in different modes.
  • a configured specialized processing block may be configured as an arithmetic circuit, as a multiplexer, and/or as a register pipeline.
  • the programmable logic device may include a two-dimensional array of functional blocks, including logic array blocks (LABs) 110 and other functional blocks, such as random access memory (RAM) blocks 130 and configurable specialized processing blocks such as specialized processing blocks (SPB) 120 , for example.
  • Functional blocks such as LABs 110 may include smaller programmable regions (e.g., logic elements, configurable logic blocks, or adaptive logic modules) that receive input signals and perform custom functions on the input signals to produce output signals.
  • Programmable logic device 100 may contain programmable memory elements. Memory elements may be loaded with configuration data (also called programming data) using input/output elements (IOEs) 102 . Once loaded, the memory elements each provide a corresponding static control signal that controls the operation of an associated functional block (e.g., LABs 110 , SPB 120 , RAM 130 , or input/output elements 102 ).
  • configuration data also called programming data
  • IOEs input/output elements
  • the outputs of the loaded memory elements are applied to the gates of metal-oxide-semiconductor transistors in a functional block to turn certain transistors on or off and thereby configure the logic in the functional block including the routing paths.
  • Programmable logic circuit elements that may be controlled in this way include parts of multiplexers (e.g., multiplexers used for forming routing paths in interconnect circuits), look-up tables, logic arrays, AND, OR, NAND, and NOR logic gates, pass gates, etc.
  • the memory elements may use any suitable volatile and/or non-volatile memory structures such as random-access-memory (RAM) cells, fuses, antifuses, programmable read-only-memory memory cells, mask-programmed and laser-programmed structures, combinations of these structures, etc. Because the memory elements are loaded with configuration data during programming, the memory elements are sometimes referred to as configuration memory, configuration RAM (CRAM), configuration memory elements, or programmable memory elements.
  • RAM random-access-memory
  • fuses fuses
  • antifuses programmable read-only-memory memory cells
  • mask-programmed and laser-programmed structures combinations of these structures, etc.
  • the programmable logic device may have input/output elements (IOEs) 102 for driving signals off of PLD and for receiving signals from other devices.
  • IOEs input/output elements
  • Input/output elements 102 may include parallel input/output circuitry, serial data transceiver circuitry, differential receiver and transmitter circuitry, or other circuitry used to connect one integrated circuit to another integrated circuit.
  • input/output elements 102 may be located around the periphery of the chip.
  • the programmable logic device may have input/output elements 102 arranged in different ways. For example, input/output elements 102 may form one or more columns of input/output elements that may be located anywhere on the programmable logic device (e.g., distributed evenly across the width of the PLD).
  • input/output elements 102 may form one or more rows of input/output elements (e.g., distributed across the height of the PLD). Alternatively, input/output elements 102 may form islands of input/output elements that may be distributed over the surface of the PLD or clustered in selected areas.
  • the PLD may also include programmable interconnect circuitry in the form of vertical routing channels 140 (i.e., interconnects formed along a vertical axis of PLD 100 ) and horizontal routing channels 150 (i.e., interconnects formed along a horizontal axis of PLD 100 ), each routing channel including at least one track to route at least one wire.
  • the interconnect circuitry may include double data rate interconnections and/or single data rate interconnections.
  • routing wires may be shorter than the entire length of the routing channel.
  • a length L wire may span L functional blocks.
  • a length four wire may span four blocks.
  • Length four wires in a horizontal routing channel may be referred to as “H4” wires, whereas length four wires in a vertical routing channel may be referred to as “V4” wires.
  • Different PLDs may have different functional blocks which connect to different numbers of routing channels.
  • a three-sided routing architecture is depicted in FIG. 1 where input and output connections are present on three sides of each functional block to the routing channels.
  • Other routing architectures are also intended to be included within the scope of the present invention. Examples of other routing architectures include 1-sided, 11 ⁇ 2-sided, 2-sided, and 4-sided routing architectures.
  • each wire is driven at a single logical point by a driver.
  • the driver may be associated with a multiplexer which selects a signal to drive on the wire.
  • a driver may be placed at each starting point of a wire.
  • routing topologies besides the topology of the interconnect circuitry depicted in FIG. 1 , are intended to be included within the scope of the present invention.
  • the routing topology may include diagonal wires, horizontal wires, and vertical wires along different parts of their extent as well as wires that are perpendicular to the device plane in the case of three dimensional integrated circuits, and the driver of a wire may be located at a different point than one end of a wire.
  • the routing topology may include global wires that span substantially all of PLD 100 , fractional global wires such as wires that span part of PLD 100 , staggered wires of a particular length, smaller local wires, or any other suitable interconnection resource arrangement.
  • embodiments of the present invention may be implemented in any integrated circuit.
  • the functional blocks of such an integrated circuit may be arranged in more levels or layers in which multiple functional blocks are interconnected to form still larger blocks.
  • Other device arrangements may use functional blocks that are not arranged in rows and columns.
  • FIG. 2 shows a block diagram of another embodiment of an integrated circuit 200 in accordance with the present invention.
  • Integrated circuit 200 may include a memory block 260 , a specialized processing (SP) block 220 , a versatile processing block 270 , and input/output circuitry 240 .
  • SP specialized processing
  • SP block 220 may include multipliers, adders, accumulators, shifters, and other arithmetic circuitry.
  • SP block 220 may also include storage elements such as registers, latches, memory arrays, or other storage circuitry. Such storage elements may serve different purposes. For instance, storage elements may store coefficients for implementing FIR filters or to select and mask input data when implementing a multiplexing function. Alternatively, storage elements may be used to pipeline a critical path or to synchronize data before it is processed.
  • SP block 220 may be configurable to operate in different modes. For example, SP block 220 may be configurable to operate as an arithmetic circuit, as a multiplexer, and/or a register pipeline.
  • Memory block 260 may include random-access memory (RAM), first-in first-out (FIFO) circuitry, stack or last-in first-out (LIFO) circuitry, read-only memory (ROM), registers, latches, or other storage circuitry suitable to store data.
  • Input/output circuitry may include parallel input/output circuitry, differential input/output circuitry, serial data transceiver circuitry, or other input/output circuitry suitable to transmit and receive data.
  • Versatile processing block 270 may include embedded microprocessors, microcontrollers, or other processing circuitry. Versatile processing block 270 may have combinational and sequential logic circuitry such as logical function blocks and storage elements such as registers. Versatile processing block 270 may be configurable or programmable to perform any arbitrary function.
  • SP block 220 may have limited functionality due to specialized processing components and limited configurability of interconnect resources. For example, SP block 220 may include multipliers and adders to facilitate the efficient implementation of arithmetic functions, but may not be configurable to implement combinational functions such as a combinational sum-of-products (i.e., a logical OR function of several logical AND functions).
  • interconnect resources may be arranged such that SP block 220 can be configured to implement an arithmetic sum-of-products (i.e., an addition of several multiplications), but not an arithmetic product-of-sums (i.e., a multiplication of several additions).
  • SP block 220 can be configured to implement an arithmetic sum-of-products (i.e., an addition of several multiplications), but not an arithmetic product-of-sums (i.e., a multiplication of several additions).
  • versatile processing block 270 may be configured to perform any function including arithmetic functions and combinational functions. However, versatile processing block 270 may be much less efficient in executing a function that SP block 220 can implement.
  • Internal interconnection resources 230 such as conductive lines and busses may be used to send data from one component to another component or to broadcast data from one component to one or more other components.
  • External interconnection resources 250 such as conductive lines and busses, optical interconnect infrastructure, or wired and wireless networks with optional intermediate switches may be used to communicate with other devices.
  • the internal interconnect resources 230 , and/or the external interconnect resources 250 may be implemented using configurable interconnect circuitry.
  • FIG. 3 shows an embodiment of a configurable specialized processing block such as SP block 220 of FIG. 2 .
  • Configurable specialized processing block 300 may include input registers 320 and output registers 380 , multiplexers 310 , 335 , 340 , 360 , and 390 , configuration memory 385 , coefficient storage circuitry 330 , multipliers 350 , and adder 370 .
  • Configurable specialized processing block 300 described in FIG. 3 is merely illustrative and is not intended to limit the scope of the present invention. If desired, some multiplexers may be omitted to trade-off flexibility for circuit area. For example, omitting multiplexers 310 may reduce the area of configurable specialized processing block 300 by four 2:1 multiplexers and the respective configuration bits and wires at the expense that all input data is registered, thereby adding one clock cycle of latency to all incoming data. Similarly, omitting multiplexers 390 may reduce the area of configurable specialized processing block 300 by three 2:1 multiplexers and the respective configuration bits and wires at the expense that all output data is registered, thereby adding one clock cycle of latency all outgoing data.
  • configurable specialized processing block 300 may include additional circuitry.
  • configurable specialized processing block 300 may include additional circuitry for pattern detection, rounding, saturation, overflow and underflow handling, and/or additional arithmetic circuitry such as accumulator circuitry (e.g., circuitry implemented as a feedback loop from an output register 380 to adder 370 ) or pre-adder circuitry (e.g., to add input signals in symmetrical filter implementations), just to name a few.
  • Arithmetic circuitry may perform integer arithmetic, fixed-point arithmetic, and/or floating-point arithmetic (e.g., single-precision floating-point, double-precision floating-point, etc.) operations.
  • configurable specialized processing block 300 may have more or less inputs and outputs.
  • configurable specialized processing block 300 may have only a single output and six inputs.
  • the single output may be driven by a multiplexer that may choose between an adder output and a multiplier output (not shown).
  • Every signal in configurable specialized processing block 300 may include multiple bits of data.
  • input signals IN_ 0 , IN_ 1 , IN_ 2 , and IN_ 3 may all include nine bits, 12 bits, 16 bits, 18 bits, 25 bits, 27 bits, 32 bits, 36 bits, etc.
  • each pair of signals i.e., IN_ 0 and IN_ 1 , or IN_ 2 and IN_ 3
  • IN_ 0 and IN_ 2 may have 18 bits while IN_ 1 and IN_ 3 have 25 bits.
  • IN_ 0 and IN_ 2 may have 27 bits while IN_ 1 and IN_ 3 have 18 bits or vice versa.
  • output signals OUT_ 0 , OUT_ 1 , and OUT_ 2 may all have the same number of bits. Alternatively, all output signals may have a different bit width. As an example, OUT_ 1 may have one more bit than OUT_ 0 and OUT_ 1 .
  • the multiplication of two 18-bit numbers in each of multipliers 350 may produce two 36-bit numbers. Adding these two 36-bit numbers in adder 370 may produce a 37-bit number because of a potential carry bit.
  • Configurable specialized processing block 300 may have a different number of multipliers 350 and/or adders 370 than shown in FIG. 3 .
  • configurable specialized processing block 300 may include four multipliers 350 and three adders 370 , thereby allowing for four independent multiplications, two independent sum of two products, or a sum of four products.
  • Multipliers 350 may be any type of multiplier.
  • multiplier 350 may be a floating-point multiplier, a fixed-point multiplier, an integer multiplier, just to name a few.
  • adder 370 may be any type of adder.
  • adder 370 may be a floating-point adder, a fixed-point adder, an integer adder, just to name a few.
  • configurable specialized processing block 300 may have a feedback path (not shown) from the output register 380 that is driven by adder 370 back to the input of adder 370 to allow for the implementation of a multiply-accumulate function.
  • Configuration circuitry such as configuration memory 385 may control the selection in multiplexers 310 , 340 , 360 , and 390 and thereby configure configurable specialized processing block to operate in different modes.
  • configurable specialized processing block 300 may be configured to operate as an arithmetic operator, as a multiplexer, as a register pipeline, or in some combinations thereof such as a register pipelined multiplexer, a register pipelined arithmetic operator, or a multiplexer with arithmetic operation execution.
  • configuration circuitry may configure multiplexers 310 and 360 to serve as bypass circuitry, which routes inputs IN_ 1 and IN_ 3 to adder 370 , thereby bypassing multipliers 350 .
  • configurable specialized processing block 300 may implement two independent multiplications, an addition, a sum of products, and some combinations thereof, just to name a few. For example, configurable specialized processing block 300 may compute the product of signals IN_ 0 and IN_ 1 and the product of the signals IN_ 2 and IN_ 3 by selecting the respective signals in multiplexers 310 , selecting the output of multiplexers 310 in multiplexers 340 , multiplying each pair of signals in multipliers 350 , selecting the output of multipliers 350 in multiplexers 360 , and selecting the output of multiplexers 360 in multiplexers 390 to produce signals OUT_ 0 and OUT_ 2 , respectively.
  • multiplexers 310 and 390 may be configured to store input signals IN_ 0 , IN_ 1 , IN_ 2 , and IN_ 3 in input registers 320 and the results of the multiplication in output registers 380 .
  • Adder 370 may compute the sum of the outputs of multiplexers 360 , thereby producing a sum of products as output signal OUT_ 1 .
  • signals IN_ 0 and IN_ 2 may be used as select signals and select between signals IN_ 1 and IN_ 3 .
  • configurable specialized processing block 300 may select signal IN_ 1 by directing multiplexers 335 with signals IN_ 0 and IN_ 2 to select a one and a zero in coefficient storage 330 , respectively.
  • Multiplexers 340 may select the output of multiplexers 340 . Multiplying IN_ 1 with one produces IN_ 1 and IN_ 3 with zero produces IN_ 1 and zero at the output of multipliers 350 , respectively. Selecting the output of multipliers 350 in multiplexers 360 and computing the sum in adder 370 may produce IN_ 1 as output signal OUT_ 1 .
  • FIG. 4 shows an embodiment of a configurable specialized processing block 400 that is configured to operate as a 4:1 multiplexer.
  • configurable specialized processing block 400 may include coefficient storage blocks 430 , 432 , 434 , and 436 , multiplexers 440 , multipliers 410 , first stage adders 420 , and second stage adder 425 .
  • Configurable specialized processing block 400 may include additional circuitry, which has been omitted in order not to unnecessarily obscure the present embodiment.
  • coefficient storage blocks 430 , 432 , 434 , and 436 may each be configured to store a ‘1’ at a first, second, third, and fourth address, respectively, and to store zeroes at the second, third, and fourth addresses, at the first, third, and fourth addresses, at the first, second, and fourth addresses, and at the first, second, and third addresses, respectively.
  • coefficient storage block 430 may store a ‘1’ at address Bank 0, while coefficient storage blocks 432 , 434 , and 436 store a ‘0’ at address Bank 0.
  • coefficient storage blocks 432 , 434 , and 434 may store a ‘1’ at addresses Bank 1, Bank 2, and Bank 3, respectively, while coefficient storage blocks 430 , 434 , and 436 store a ‘0’ at address Bank 1, coefficient storage blocks 430 , 432 , and 436 store a ‘0’ at address Bank 2, and coefficient storage blocks 430 , 432 , and 434 store a ‘0’ at address Bank 3.
  • Configurable specialized processing block 400 may receive input signals IN_ 0 , IN_ 1 , IN_ 2 , IN_ 3 , and select signal SEL.
  • Select signal SEL may control multiplexers 440 to select a coefficient from coefficient storage 430 , 432 , 434 , and 436 and thereby control which input signal may be selected.
  • select signal SEL may be ‘0’, which may direct multiplexers 440 to select the coefficients stored at address Bank 0 in coefficient storage blocks 430 , 432 , 434 , and 436 .
  • multiplexers 440 may select ‘1’, ‘0’, ‘0’, and ‘0’ from coefficient storage blocks 430 , 432 , 434 , and 436 , respectively.
  • Multipliers 440 may compute products as IN_ 0 , ‘0’, ‘0’, and ‘0’, respectively, which adders 420 and 425 may sum together resulting in IN_ 0 being produced at the output of adder 425 .
  • select signal SEL may be ‘1’, ‘2’, or ‘3’, which may direct multiplexers 440 to select the coefficients stored at addresses Bank 1, Bank 2, and Bank 3, respectively, in coefficient storage blocks 430 , 432 , 434 , and 436 , thereby producing IN_ 1 , IN_ 2 , and IN_ 3 , respectively, at output of adder 425 .
  • FIG. 5 shows an embodiment of a configurable specialized processing block that is configured to operate as a 4:1 multiplexer in which the selected input signal is multiplied with constant scaling factor SCALE.
  • configurable specialized processing block 500 may include coefficient storage blocks 530 , 532 , 534 , and 536 , multiplexers 440 , multipliers 410 , first stage adders 420 , and second stage adders 425 .
  • Configurable specialized processing block 500 may include additional circuitry, which has been omitted in order not to unnecessarily obscure the present embodiment.
  • coefficient storage blocks 530 , 532 , 534 , and 536 may each be configured to store a scaling factor SCALE (e.g., a factor which may be equal to 2, 4, 5, 8, 10, 2.5, etc.) at a first, second, third, and fourth address, respectively, and to store zeroes at the second, third, and fourth addresses, at the first, third, and fourth addresses, at the first, second, and fourth addresses, and at the first, second, and third addresses, respectively.
  • SCALE scaling factor which may be equal to 2, 4, 5, 8, 10, 2.5, etc.
  • coefficient storage blocks 532 , 534 , and 534 may store a scaling factor SCALE at addresses Bank 1, Bank 2, and Bank 3, respectively, while coefficient storage blocks 530 , 534 , and 536 store a ‘0’ at address Bank 1, coefficient storage blocks 530 , 532 , and 536 store a ‘0’ at address Bank 2, and coefficient storage blocks 530 , 532 , and 534 store a ‘0’ at address Bank 3.
  • Configurable specialized processing block 500 may receive input signals IN_ 0 , IN_ 1 , IN_ 2 , IN_ 3 , and select signal SEL.
  • Select signal SEL may control multiplexers 440 to select a coefficient from coefficient storage 530 , 532 , 534 , and 536 and thereby control which input signal may be selected and multiplied with scaling factor SCALE.
  • select signal SEL may be ‘0’, which may direct multiplexers 440 to select the coefficients stored at address Bank 0 in coefficient storage blocks 530 , 532 , 534 , and 536 .
  • multiplexers 440 may select scaling factor SCALE, ‘0’, ‘0’, and ‘0’ from coefficient storage blocks 530 , 532 , 534 , and 536 , respectively.
  • Multipliers 440 may compute products as (SCALE*IN_ 0 ), ‘0’, ‘0’, and ‘0’, respectively, which adders 420 and 425 may sum together resulting in (SCALE*IN_ 0 ) being produced at the output of adder 425 .
  • select signal SEL may be ‘1’, ‘2’, or ‘3’, which may direct multiplexers 440 to select the coefficients stored at addresses Bank 1, Bank 2, and Bank 3, respectively in coefficient storage blocks 530 , 532 , 534 , and 536 , thereby producing (SCALE*IN_ 1 ), (SCALE*IN_ 2 ), and (SCALE*IN_ 3 ), respectively at output of adder 425 .
  • larger multiplexers may be formed by cascading smaller multiplexers.
  • a 16:1 multiplexer may be formed by two stages of 4:1 multiplexers in which the first stage includes four 4:1 multiplexers and the second stage includes one 4:1 multiplexer.
  • An embodiment of such an arrangement that uses configurable specialized processing block 400 of FIG. 4 to implement each of the 4:1 multiplexers is shown in FIG. 6 .
  • the 16:1 multiplexer of FIG. 6 includes a first stage of four configurable specialized processing blocks 400 and a second stage of one configurable specialized processing block 400 that are each configured to operate as 4:1 multiplexers as shown in FIG. 4 and described above.
  • Each of the four configurable specialized processing blocks 400 receives four input signals and a select signal, whereby the select signal is shared among all four configurable specialized processing blocks 400 .
  • the top-most configurable specialized processing block 400 may receive input signals IN_ 0 , IN_ 1 , IN_ 2 , IN_ 3 and select signal SEL[1:0], the next configurable specialized processing block 400 may receive input signals IN_ 4 , IN_ 5 , IN_ 6 , IN_ 7 , and select signal SEL[1:0], etc.
  • the select signal together with the coefficients that are stored in the coefficient storage may select one signal from each of the configurable specialized processing blocks 400 .
  • the select signal together with the coefficients stored in the coefficient storage may select input signals IN_ 0 , IN_ 4 , IN_ 8 , and IN_ 12 , respectively.
  • the configurable specialized processing block 400 that forms the second stage of the 16:1 multiplexer may receive select signal SEL[3:2] and the selected input signals from the first stage. Select signal SEL[3:2] together with the coefficients that are stored in the coefficient storage may select one signal from the signals received from configurable specialized processing blocks 400 of the first stage.
  • configurable storage block 400 may receive signals IN_ 0 , IN_ 4 , IN_ 8 , and IN_ 12 from the first stage, and the select signal SEL[3:2] together with the coefficients stored in the coefficient storage may select signal IN_ 0 as the output signal of the 16:1 multiplexer.
  • 4:1 multiplexers may be implemented using different circuitry.
  • 4:1 multiplexers may be implemented as dedicated circuitry, using functional blocks (e.g., using LABs 110 of FIG. 1 ), or using the embodiment of configurable specialized processing block 500 of FIG. 5 , thereby multiplying the selected input signal with a scaling factor, just to name a few alternative implementations.
  • a configurable specialized processing block such as configurable specialized processing blocks 300 , 400 , or 500 may be configured to implement registered multiplexers or registered arithmetic operators (e.g., using input registers 320 and/or output registers 380 of FIG. 3 ).
  • a configurable specialized processing block such as configurable specialized processing block 300 may be configured to operate as a register pipeline.
  • configuration bits may configure multiplexers 310 , 360 , and 390 such that input signals IN_ 1 and/or IN_ 3 are register pipelined.
  • configurable specialized processing block 300 is configured to implement two register pipeline stages for signals IN_ 1 and IN_ 3 .
  • input registers 320 may operate as a first register pipeline stage and store input signals IN_ 1 and IN_ 3 .
  • Multiplexer 310 may select the stored signals from input registers 320 , multiplexers 360 may select the signals from multiplexers 310 , and output registers 380 may operate as a second register pipeline stage and store the signals from multiplexers 360 . Multiplexers 390 may select the stored signals from output registers 380 , and thereby provide the signals as output signals OUT_ 0 and OUT_ 2 .
  • Configurable specialized processing block 300 may be configured differently and still operate as a register pipeline. An embodiment of such a configurable specialized processing block is shown in FIG. 7 . As an example, configurable specialized processing block 300 of FIG. 3 may be configured as shown in FIG. 7 if multiplexers 360 were omitted.
  • Configurable specialized processing block 700 may include input registers 712 , 714 , 716 , and 718 , multipliers 732 and 736 , and output registers 722 and 726 . As shown, configurable specialized processing block 700 may be configured to operate as two independent, two stage register pipelines with each having 16 bits of data.
  • Configurable specialized processing block 700 may receive input signals IN_A, IN_B and ‘1’ at the two remaining input ports.
  • Input registers 712 and 716 may store input signals IN_A and IN_B, respectively, while input registers 714 and 718 may store ‘1’.
  • Multiplier 732 may multiply IN_A that is stored in input registers 712 with ‘1’ stored in input registers 714 , thereby producing IN_A, which may be stored in output registers 722 .
  • multiplier 736 may multiply IN_B that is stored in input registers 716 with ‘1’ stored in input registers 718 , thereby producing IN_B, which may be stored in output registers 726 .
  • configurable specialized processing block 700 may receive a select signal that may direct a multiplexer to retrieve a ‘1’ stored in coefficient storage circuitry such as coefficient storage circuitry 330 of FIG. 3 .
  • Configurable specialized processing block 800 may include input registers 812 , 814 , and 816 , multiplier 832 , adder 842 , and output registers 822 . As shown, configurable specialized processing block 800 may be configured to operate as a two stage register pipelines having 36 bits of data.
  • Configurable specialized processing block 800 may receive input signals IN_B, IN_C and ‘0’ at the input ports.
  • Input registers 814 and 816 may store input signals IN_B and IN_C, respectively, while input registers 812 may store ‘0’.
  • Multiplier 832 may multiply IN_B that is stored in input registers 814 with ‘0’ stored in input registers 812 , thereby producing ‘0’.
  • Adder 842 may add IN_C that is stored in input registers 816 to ‘0’ from multiplier 832 , thereby producing IN_C, which may be stored in output registers 822 .
  • configurable specialized processing block 800 may include coefficient storage circuitry coupled to a multiplexer, such as coefficient storage circuitry 330 that is coupled to multiplexer 335 of FIG. 3 , and an input signal (e.g., signal IN_A, not shown) may direct the multiplexer to retrieve a ‘0’ stored in the coefficient storage circuitry.
  • a multiplexer such as coefficient storage circuitry 330 that is coupled to multiplexer 335 of FIG. 3
  • an input signal e.g., signal IN_A, not shown
  • FIG. 9 is a flow chart showing illustrative steps for operating a configurable specialized processing block such as configurable specialized processing block 300 of FIG. 3 as an arithmetic circuit in a first mode and as a multiplexer in a second mode in accordance with an embodiment.
  • the configurable specialized processing block may receive first, second and third signals. Depending on whether the configurable specialized processing block is configured to operate in a first or second mode, the configurable specialized processing block may operate as an arithmetic operator or as a multiplexer, respectively.
  • the configurable specialized processing block may compute a product of the first and second signals during step 920 .
  • the configurable specialized processing block may select first and second coefficients by addressing first and second storage circuits based on the third signal during step 930 .
  • the third input may direct a multiplexer such as multiplexer 335 of FIG. 3 to select an appropriate coefficient from a coefficient storage circuitry such as coefficient storage circuitry 330 of FIG. 3 .
  • the configurable specialized processing block may compute a first product of the first signal and the first selected coefficient and a second product of the second signal and the second selected coefficient during step 950 .
  • one of the first and second selected coefficients is ‘1’ and the other is ‘0’
  • one of the first and second products may be ‘0’ while the other may be the first or second signal.
  • the configurable specialized processing block may compute a sum of the first and second products.
  • the output of the adder may produce either the first or the second signal at an output of the configurable specialized processing block, thereby selecting between the first and second signals based on the third signal.
  • FIG. 10 is a flow chart showing illustrative steps for operating a configurable specialized processing block such as configurable specialized processing block 300 of FIG. 3 as a single register pipeline in a first mode and as one and two pipeline registers in a second mode in accordance with an embodiment.
  • the configurable specialized processing block may receive first and second signals.
  • the configurable specialized processing block may compute the product of the first and second signals in the first and second mode.
  • the configurable specialized processing block may optionally receive a third signal during step 1065 and compute the sum of the product of the first and second signals and the third signal during step 1075 .
  • the configurable specialized processing block may be configured to operate in a second mode which may include register pipelining a signal. Register pipelining may be performed in single width mode as shown in FIG. 7 or in double width mode as shown in FIG. 8 .
  • the configurable specialized processing block may receive a second signal that is asserted to ‘1’ during step 1035 , which has the effect that the product of the first and second signals computed during step 1020 is the first signal.
  • the configurable specialized processing block may store the product to perform register pipelining of the first signal (e.g., using output registers 722 of FIG. 7 ) during step 1040 .
  • the configurable specialized processing block may store the first and second signals to perform register pipelining of the first signal (e.g., using input registers 712 and 714 of FIG. 7 ) during step 1050 .
  • the configurable specialized processing block may receive a second signal that is asserted to ‘0’ during step 1025 .
  • the second signal may serve as a control signal that retrieves ‘0’ from coefficient storage and overrides the second signal during step 1030 for the purpose of computing the product of first and second signals during step 1020 , which as a result is ‘0’.
  • the configurable specialized processing block may receive a third signal and compute the sum of the product of the first and second signals and the third signal (e.g., using adder 842 of FIG. 8 ) during step 1070 . Since the product of the first and second signals computed during step 1020 is ‘0’, the result of the sum is the third signal.
  • the configurable specialized processing block may store the sum to perform register pipelining of the first signal (e.g., using output registers 822 of FIG. 8 ) during step 1090 .
  • the configurable specialized processing block may store the first, second, and third signals to perform register pipelining of the third signal (e.g., using input registers 812 , 814 , and 816 of FIG. 8 ) during step 1095 .
  • CMOS complementary metal-oxide-semiconductor
  • CMOS complementary metal-oxide-semiconductor
  • PAL programmable array logic
  • PLA programmable logic arrays
  • FPLA field programmable logic arrays
  • EPLD electrically programmable logic devices
  • EEPLD electrically erasable programmable logic devices
  • LCDA logic cell arrays
  • FPGA field programmable gate arrays
  • ASSP application specific standard products
  • ASICs application specific integrated circuits
  • DSPs digital signal processors
  • GPUs graphics processing units
  • the integrated circuit described herein may be part of a data processing system that includes one or more of the following components; a processor; memory; I/O circuitry; and peripheral devices.
  • the integrated circuit can be used in a wide variety of applications, such as computer networking, data networking, instrumentation, video processing, digital signal processing, or any suitable other application where the advantage of using configurable specialized processing circuits that may operate as multiplexers and/or register pipelines is desirable.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Computational Mathematics (AREA)
  • Computing Systems (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Logic Circuits (AREA)

Abstract

An integrated circuit may have specialized processing blocks that are configurable to operate as arithmetic operators that may implement amongst others multiplication, addition, sum-of-product, and multiply-accumulation operations in a first mode. In a second mode, the specialized processing blocks may operate as multiplexers and several specialized processing blocks may be cascaded to implement wider multiplexing functions. In a third mode, the specialized processing blocks may operate as register pipelines.

Description

  • This application is a continuation of U.S. patent application Ser. No. 14/326,828, filed Jul. 9, 2014, which is hereby incorporated by reference herein in its entirety.
  • BACKGROUND
  • This invention relates to integrated circuits and, more particularly, to configurable specialized processing blocks in an integrated circuit.
  • Considering a programmable logic device (PLD) as one example of an integrated circuit, as applications for which PLDs are used increase in complexity, it has become more common to design PLDs to include configurable specialized blocks such as configurable specialized storage blocks and configurable specialized processing blocks in addition to blocks of generic programmable logic. Such specialized blocks may include circuitry that has been partly or fully hardwired to perform one or more specific tasks, such as a logical or a mathematical operation.
  • A specialized block may also contain one or more specialized structures. Examples of structures that are commonly implemented in such specialized blocks include multipliers, arithmetic logic units (ALUs), memory elements such as random-access memory (RAM) blocks, read-only memory (ROM) blocks, content-addressable memory (CAM) blocks and register files, AND/NAND/OR/NOR arrays, etc., or combinations thereof.
  • One particularly useful type of configurable specialized processing block that has been provided on programmable logic devices (PLDs) is a specialized processing block (SPB) that can be used to process audio signals (as an example). Such blocks may sometimes be referred to as multiply-accumulate (MAC) blocks, when they include structures to perform multiplication operations, summing operations, and/or accumulations of multiplication operations.
  • SUMMARY
  • In accordance with certain aspects of the invention, a circuit may have an output port, input ports, and configuration circuitry. The configuration circuitry may configure the circuit to perform an arithmetic function based on first, second, and third signals that were received at the input ports and to provide the result of the arithmetic function at the output port in a first mode. The configuration circuitry may further configure the circuit to perform a multiplexing function based on the first, second, and third signals and provide a selected one of the first, second, and third signals at the output port in a second mode.
  • It is appreciated that the present invention can be implemented in numerous ways, such as a process, an apparatus, a system, a device, or a method on a computer readable medium. Several inventive embodiments of the present invention are described below.
  • In certain embodiments, the above-mentioned configuration circuitry may configure the circuit to perform a register pipeline function of the first signal in a third mode. In this mode, the circuit may include at least one pipeline register between one of the input ports and the output port.
  • If desired, the circuit may further include two multipliers. The first multiplier may receive first and second signals from the input ports and perform a portion of the arithmetic function in the first mode and a portion of the multiplexing function in the second mode. The second multiplier may receive second and third signals from the input ports and perform an additional portion of the arithmetic function in the first mode and an additional portion of the multiplexing function in the second mode.
  • If desired, the circuit may further include an adder that is coupled to the first and second multipliers. The adder and the two multipliers may implement a sum of product function in the first mode and another portion of the multiplexing function in the second mode.
  • Further features of the invention, its nature and various advantages, will be more apparent from the accompanying drawings and the following detailed description of the preferred embodiments.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a diagram of an illustrative integrated circuit having specialized processing blocks in accordance with an embodiment.
  • FIG. 2 is a diagram of an illustrative integrated circuit with storage, processing, and input-output circuitry in accordance with an embodiment.
  • FIG. 3 is a diagram of an illustrative specialized processing block in accordance with an embodiment.
  • FIG. 4 is a diagram of an illustrative specialized processing block that is configured to operate as a 4:1 multiplexer in accordance with an embodiment.
  • FIG. 5 is a diagram of an illustrative specialized processing block that is configured to operate as a 4:1 multiplexer with a scaling factor in accordance with an embodiment.
  • FIG. 6 is a diagram of five illustrative specialized processing blocks that are arranged and configured to operate as a 16:1 multiplexer in accordance with an embodiment.
  • FIG. 7 is a diagram of an illustrative specialized processing block that is configured to operate as a two independent 16-bit pipeline registers in accordance with an embodiment.
  • FIG. 8 is a diagram of an illustrative specialized processing block that is configured to operate as a 36-bit pipeline register in accordance with an embodiment.
  • FIG. 9 is a flow chart showing illustrative steps for operating a specialized processing block as an arithmetic circuit in a first mode and as a multiplexer in a second mode in accordance with an embodiment.
  • FIG. 10 is a flow chart showing illustrative steps for operating a specialized processing block as an arithmetic circuit in a first mode and as pipeline registers in a second mode in accordance with an embodiment.
  • DETAILED DESCRIPTION
  • The present invention relates to integrated circuits and, more particularly, to integrated circuits with configurable specialized processing blocks.
  • Configurable specialized processing blocks are often configured to support a pure arithmetic use model in which input data is processed by arithmetic operators such as multipliers and adders or accumulators to implement an arithmetic function such as a multiply-accumulate function.
  • Typically, only a portion of a user design implements such arithmetic functions and this portion may vary depending on the design, whereas some integrated circuits may provide a fixed number of configurable specialized processing blocks. Thus, situations frequently arise where the implementation of a user design on an integrated circuit leaves some of the available configurable specialized processing blocks unused. Consequently, in an effort to use the available circuit area more efficiently, it would be desirable to implement other portions of the user design on these otherwise unused configurable specialized processing blocks.
  • For this purpose, a configurable specialized processing block may be configured to operate in different modes. For example, a configured specialized processing block may be configured as an arithmetic circuit, as a multiplexer, and/or as a register pipeline.
  • It will be recognized by one skilled in the art, that the present exemplary embodiments may be practiced without some or all of these specific details. In other instances, well-known operations have not been described in detail in order not to unnecessarily obscure the present embodiments.
  • An illustrative embodiment of an integrated circuit such as programmable logic device (PLD) 100 having an exemplary interconnect circuitry is shown in FIG. 1. As shown in FIG. 1, the programmable logic device (PLD) may include a two-dimensional array of functional blocks, including logic array blocks (LABs) 110 and other functional blocks, such as random access memory (RAM) blocks 130 and configurable specialized processing blocks such as specialized processing blocks (SPB) 120, for example. Functional blocks such as LABs 110 may include smaller programmable regions (e.g., logic elements, configurable logic blocks, or adaptive logic modules) that receive input signals and perform custom functions on the input signals to produce output signals.
  • Programmable logic device 100 may contain programmable memory elements. Memory elements may be loaded with configuration data (also called programming data) using input/output elements (IOEs) 102. Once loaded, the memory elements each provide a corresponding static control signal that controls the operation of an associated functional block (e.g., LABs 110, SPB 120, RAM 130, or input/output elements 102).
  • In a typical scenario, the outputs of the loaded memory elements are applied to the gates of metal-oxide-semiconductor transistors in a functional block to turn certain transistors on or off and thereby configure the logic in the functional block including the routing paths. Programmable logic circuit elements that may be controlled in this way include parts of multiplexers (e.g., multiplexers used for forming routing paths in interconnect circuits), look-up tables, logic arrays, AND, OR, NAND, and NOR logic gates, pass gates, etc.
  • The memory elements may use any suitable volatile and/or non-volatile memory structures such as random-access-memory (RAM) cells, fuses, antifuses, programmable read-only-memory memory cells, mask-programmed and laser-programmed structures, combinations of these structures, etc. Because the memory elements are loaded with configuration data during programming, the memory elements are sometimes referred to as configuration memory, configuration RAM (CRAM), configuration memory elements, or programmable memory elements.
  • In addition, the programmable logic device may have input/output elements (IOEs) 102 for driving signals off of PLD and for receiving signals from other devices. Input/output elements 102 may include parallel input/output circuitry, serial data transceiver circuitry, differential receiver and transmitter circuitry, or other circuitry used to connect one integrated circuit to another integrated circuit. As shown, input/output elements 102 may be located around the periphery of the chip. If desired, the programmable logic device may have input/output elements 102 arranged in different ways. For example, input/output elements 102 may form one or more columns of input/output elements that may be located anywhere on the programmable logic device (e.g., distributed evenly across the width of the PLD). If desired, input/output elements 102 may form one or more rows of input/output elements (e.g., distributed across the height of the PLD). Alternatively, input/output elements 102 may form islands of input/output elements that may be distributed over the surface of the PLD or clustered in selected areas.
  • The PLD may also include programmable interconnect circuitry in the form of vertical routing channels 140 (i.e., interconnects formed along a vertical axis of PLD 100) and horizontal routing channels 150 (i.e., interconnects formed along a horizontal axis of PLD 100), each routing channel including at least one track to route at least one wire. If desired, the interconnect circuitry may include double data rate interconnections and/or single data rate interconnections.
  • If desired, routing wires may be shorter than the entire length of the routing channel. A length L wire may span L functional blocks. For example, a length four wire may span four blocks. Length four wires in a horizontal routing channel may be referred to as “H4” wires, whereas length four wires in a vertical routing channel may be referred to as “V4” wires.
  • Different PLDs may have different functional blocks which connect to different numbers of routing channels. A three-sided routing architecture is depicted in FIG. 1 where input and output connections are present on three sides of each functional block to the routing channels. Other routing architectures are also intended to be included within the scope of the present invention. Examples of other routing architectures include 1-sided, 1½-sided, 2-sided, and 4-sided routing architectures.
  • In a direct drive routing architecture, each wire is driven at a single logical point by a driver. The driver may be associated with a multiplexer which selects a signal to drive on the wire. In the case of channels with a fixed number of wires along their length, a driver may be placed at each starting point of a wire.
  • Note that other routing topologies, besides the topology of the interconnect circuitry depicted in FIG. 1, are intended to be included within the scope of the present invention. For example, the routing topology may include diagonal wires, horizontal wires, and vertical wires along different parts of their extent as well as wires that are perpendicular to the device plane in the case of three dimensional integrated circuits, and the driver of a wire may be located at a different point than one end of a wire. The routing topology may include global wires that span substantially all of PLD 100, fractional global wires such as wires that span part of PLD 100, staggered wires of a particular length, smaller local wires, or any other suitable interconnection resource arrangement.
  • Furthermore, it should be understood that embodiments of the present invention may be implemented in any integrated circuit. If desired, the functional blocks of such an integrated circuit may be arranged in more levels or layers in which multiple functional blocks are interconnected to form still larger blocks. Other device arrangements may use functional blocks that are not arranged in rows and columns.
  • FIG. 2 shows a block diagram of another embodiment of an integrated circuit 200 in accordance with the present invention. Integrated circuit 200 may include a memory block 260, a specialized processing (SP) block 220, a versatile processing block 270, and input/output circuitry 240.
  • SP block 220 may include multipliers, adders, accumulators, shifters, and other arithmetic circuitry. SP block 220 may also include storage elements such as registers, latches, memory arrays, or other storage circuitry. Such storage elements may serve different purposes. For instance, storage elements may store coefficients for implementing FIR filters or to select and mask input data when implementing a multiplexing function. Alternatively, storage elements may be used to pipeline a critical path or to synchronize data before it is processed. If desired, SP block 220 may be configurable to operate in different modes. For example, SP block 220 may be configurable to operate as an arithmetic circuit, as a multiplexer, and/or a register pipeline.
  • Memory block 260 may include random-access memory (RAM), first-in first-out (FIFO) circuitry, stack or last-in first-out (LIFO) circuitry, read-only memory (ROM), registers, latches, or other storage circuitry suitable to store data. Input/output circuitry may include parallel input/output circuitry, differential input/output circuitry, serial data transceiver circuitry, or other input/output circuitry suitable to transmit and receive data.
  • Versatile processing block 270 may include embedded microprocessors, microcontrollers, or other processing circuitry. Versatile processing block 270 may have combinational and sequential logic circuitry such as logical function blocks and storage elements such as registers. Versatile processing block 270 may be configurable or programmable to perform any arbitrary function. In comparison, SP block 220 may have limited functionality due to specialized processing components and limited configurability of interconnect resources. For example, SP block 220 may include multipliers and adders to facilitate the efficient implementation of arithmetic functions, but may not be configurable to implement combinational functions such as a combinational sum-of-products (i.e., a logical OR function of several logical AND functions). As another example, interconnect resources may be arranged such that SP block 220 can be configured to implement an arithmetic sum-of-products (i.e., an addition of several multiplications), but not an arithmetic product-of-sums (i.e., a multiplication of several additions).
  • In contrast, versatile processing block 270 may be configured to perform any function including arithmetic functions and combinational functions. However, versatile processing block 270 may be much less efficient in executing a function that SP block 220 can implement.
  • Internal interconnection resources 230 such as conductive lines and busses may be used to send data from one component to another component or to broadcast data from one component to one or more other components. External interconnection resources 250 such as conductive lines and busses, optical interconnect infrastructure, or wired and wireless networks with optional intermediate switches may be used to communicate with other devices. In certain embodiments, the internal interconnect resources 230, and/or the external interconnect resources 250 may be implemented using configurable interconnect circuitry.
  • FIG. 3 shows an embodiment of a configurable specialized processing block such as SP block 220 of FIG. 2. Configurable specialized processing block 300 may include input registers 320 and output registers 380, multiplexers 310, 335, 340, 360, and 390, configuration memory 385, coefficient storage circuitry 330, multipliers 350, and adder 370.
  • Configurable specialized processing block 300 described in FIG. 3 is merely illustrative and is not intended to limit the scope of the present invention. If desired, some multiplexers may be omitted to trade-off flexibility for circuit area. For example, omitting multiplexers 310 may reduce the area of configurable specialized processing block 300 by four 2:1 multiplexers and the respective configuration bits and wires at the expense that all input data is registered, thereby adding one clock cycle of latency to all incoming data. Similarly, omitting multiplexers 390 may reduce the area of configurable specialized processing block 300 by three 2:1 multiplexers and the respective configuration bits and wires at the expense that all output data is registered, thereby adding one clock cycle of latency all outgoing data.
  • If desired, configurable specialized processing block 300 may include additional circuitry. For example, configurable specialized processing block 300 may include additional circuitry for pattern detection, rounding, saturation, overflow and underflow handling, and/or additional arithmetic circuitry such as accumulator circuitry (e.g., circuitry implemented as a feedback loop from an output register 380 to adder 370) or pre-adder circuitry (e.g., to add input signals in symmetrical filter implementations), just to name a few. Arithmetic circuitry may perform integer arithmetic, fixed-point arithmetic, and/or floating-point arithmetic (e.g., single-precision floating-point, double-precision floating-point, etc.) operations.
  • If desired, configurable specialized processing block 300 may have more or less inputs and outputs. For example, configurable specialized processing block 300 may have only a single output and six inputs. In this example, the single output may be driven by a multiplexer that may choose between an adder output and a multiplier output (not shown).
  • Every signal in configurable specialized processing block 300 may include multiple bits of data. For example, input signals IN_0, IN_1, IN_2, and IN_3 may all include nine bits, 12 bits, 16 bits, 18 bits, 25 bits, 27 bits, 32 bits, 36 bits, etc. If desired, each pair of signals (i.e., IN_0 and IN_1, or IN_2 and IN_3) may have a different number of bits. For example, IN_0 and IN_2 may have 18 bits while IN_1 and IN_3 have 25 bits. As another example, IN_0 and IN_2 may have 27 bits while IN_1 and IN_3 have 18 bits or vice versa. These examples are merely illustrative.
  • Similarly, output signals OUT_0, OUT_1, and OUT_2 may all have the same number of bits. Alternatively, all output signals may have a different bit width. As an example, OUT_1 may have one more bit than OUT_0 and OUT_1. For example, the multiplication of two 18-bit numbers in each of multipliers 350 may produce two 36-bit numbers. Adding these two 36-bit numbers in adder 370 may produce a 37-bit number because of a potential carry bit.
  • Configurable specialized processing block 300 may have a different number of multipliers 350 and/or adders 370 than shown in FIG. 3. For example, configurable specialized processing block 300 may include four multipliers 350 and three adders 370, thereby allowing for four independent multiplications, two independent sum of two products, or a sum of four products.
  • Multipliers 350 may be any type of multiplier. For example, multiplier 350 may be a floating-point multiplier, a fixed-point multiplier, an integer multiplier, just to name a few. Similarly, adder 370 may be any type of adder. For example, adder 370 may be a floating-point adder, a fixed-point adder, an integer adder, just to name a few.
  • If desired, configurable specialized processing block 300 may have a feedback path (not shown) from the output register 380 that is driven by adder 370 back to the input of adder 370 to allow for the implementation of a multiply-accumulate function.
  • Configuration circuitry such as configuration memory 385 may control the selection in multiplexers 310, 340, 360, and 390 and thereby configure configurable specialized processing block to operate in different modes. For example, configurable specialized processing block 300 may be configured to operate as an arithmetic operator, as a multiplexer, as a register pipeline, or in some combinations thereof such as a register pipelined multiplexer, a register pipelined arithmetic operator, or a multiplexer with arithmetic operation execution.
  • As an example, configuration circuitry may configure multiplexers 310 and 360 to serve as bypass circuitry, which routes inputs IN_1 and IN_3 to adder 370, thereby bypassing multipliers 350.
  • When configured to operate as an arithmetic operator, configurable specialized processing block 300 may implement two independent multiplications, an addition, a sum of products, and some combinations thereof, just to name a few. For example, configurable specialized processing block 300 may compute the product of signals IN_0 and IN_1 and the product of the signals IN_2 and IN_3 by selecting the respective signals in multiplexers 310, selecting the output of multiplexers 310 in multiplexers 340, multiplying each pair of signals in multipliers 350, selecting the output of multipliers 350 in multiplexers 360, and selecting the output of multiplexers 360 in multiplexers 390 to produce signals OUT_0 and OUT_2, respectively.
  • If desired, multiplexers 310 and 390 may be configured to store input signals IN_0, IN_1, IN_2, and IN_3 in input registers 320 and the results of the multiplication in output registers 380. Adder 370 may compute the sum of the outputs of multiplexers 360, thereby producing a sum of products as output signal OUT_1.
  • When configured to operate as a multiplexer, signals IN_0 and IN_2 may be used as select signals and select between signals IN_1 and IN_3. For example, configurable specialized processing block 300 may select signal IN_1 by directing multiplexers 335 with signals IN_0 and IN_2 to select a one and a zero in coefficient storage 330, respectively. Multiplexers 340 may select the output of multiplexers 340. Multiplying IN_1 with one produces IN_1 and IN_3 with zero produces IN_1 and zero at the output of multipliers 350, respectively. Selecting the output of multipliers 350 in multiplexers 360 and computing the sum in adder 370 may produce IN_1 as output signal OUT_1.
  • FIG. 4 shows an embodiment of a configurable specialized processing block 400 that is configured to operate as a 4:1 multiplexer. As shown, configurable specialized processing block 400 may include coefficient storage blocks 430, 432, 434, and 436, multiplexers 440, multipliers 410, first stage adders 420, and second stage adder 425. Configurable specialized processing block 400 may include additional circuitry, which has been omitted in order not to unnecessarily obscure the present embodiment.
  • As an example, coefficient storage blocks 430, 432, 434, and 436 may each be configured to store a ‘1’ at a first, second, third, and fourth address, respectively, and to store zeroes at the second, third, and fourth addresses, at the first, third, and fourth addresses, at the first, second, and fourth addresses, and at the first, second, and third addresses, respectively.
  • For example, coefficient storage block 430 may store a ‘1’ at address Bank 0, while coefficient storage blocks 432, 434, and 436 store a ‘0’ at address Bank 0. Similarly, coefficient storage blocks 432, 434, and 434 may store a ‘1’ at addresses Bank 1, Bank 2, and Bank 3, respectively, while coefficient storage blocks 430, 434, and 436 store a ‘0’ at address Bank 1, coefficient storage blocks 430, 432, and 436 store a ‘0’ at address Bank 2, and coefficient storage blocks 430, 432, and 434 store a ‘0’ at address Bank 3.
  • Configurable specialized processing block 400 may receive input signals IN_0, IN_1, IN_2, IN_3, and select signal SEL. Select signal SEL may control multiplexers 440 to select a coefficient from coefficient storage 430, 432, 434, and 436 and thereby control which input signal may be selected. For example, select signal SEL may be ‘0’, which may direct multiplexers 440 to select the coefficients stored at address Bank 0 in coefficient storage blocks 430, 432, 434, and 436. Thus, multiplexers 440 may select ‘1’, ‘0’, ‘0’, and ‘0’ from coefficient storage blocks 430, 432, 434, and 436, respectively. Multipliers 440 may compute products as IN_0, ‘0’, ‘0’, and ‘0’, respectively, which adders 420 and 425 may sum together resulting in IN_0 being produced at the output of adder 425.
  • Similarly, select signal SEL may be ‘1’, ‘2’, or ‘3’, which may direct multiplexers 440 to select the coefficients stored at addresses Bank 1, Bank 2, and Bank 3, respectively, in coefficient storage blocks 430, 432, 434, and 436, thereby producing IN_1, IN_2, and IN_3, respectively, at output of adder 425.
  • In some applications, it may be desirable to multiply the selected input signal with a constant scaling factor (e.g., if the selected input signal is multiplied with a constant number in a later operation). FIG. 5 shows an embodiment of a configurable specialized processing block that is configured to operate as a 4:1 multiplexer in which the selected input signal is multiplied with constant scaling factor SCALE.
  • As shown, configurable specialized processing block 500 may include coefficient storage blocks 530, 532, 534, and 536, multiplexers 440, multipliers 410, first stage adders 420, and second stage adders 425. Configurable specialized processing block 500 may include additional circuitry, which has been omitted in order not to unnecessarily obscure the present embodiment.
  • As an example, coefficient storage blocks 530, 532, 534, and 536 may each be configured to store a scaling factor SCALE (e.g., a factor which may be equal to 2, 4, 5, 8, 10, 2.5, etc.) at a first, second, third, and fourth address, respectively, and to store zeroes at the second, third, and fourth addresses, at the first, third, and fourth addresses, at the first, second, and fourth addresses, and at the first, second, and third addresses, respectively. For example, coefficient storage block 530 may store a scaling factor SCALE at address Bank 0, while coefficient storage blocks 532, 534, and 536 store a ‘0’ at address Bank 0. Similarly, coefficient storage blocks 532, 534, and 534 may store a scaling factor SCALE at addresses Bank 1, Bank 2, and Bank 3, respectively, while coefficient storage blocks 530, 534, and 536 store a ‘0’ at address Bank 1, coefficient storage blocks 530, 532, and 536 store a ‘0’ at address Bank 2, and coefficient storage blocks 530, 532, and 534 store a ‘0’ at address Bank 3.
  • Configurable specialized processing block 500 may receive input signals IN_0, IN_1, IN_2, IN_3, and select signal SEL. Select signal SEL may control multiplexers 440 to select a coefficient from coefficient storage 530, 532, 534, and 536 and thereby control which input signal may be selected and multiplied with scaling factor SCALE. For example, select signal SEL may be ‘0’, which may direct multiplexers 440 to select the coefficients stored at address Bank 0 in coefficient storage blocks 530, 532, 534, and 536. Thus, multiplexers 440 may select scaling factor SCALE, ‘0’, ‘0’, and ‘0’ from coefficient storage blocks 530, 532, 534, and 536, respectively. Multipliers 440 may compute products as (SCALE*IN_0), ‘0’, ‘0’, and ‘0’, respectively, which adders 420 and 425 may sum together resulting in (SCALE*IN_0) being produced at the output of adder 425.
  • Similarly, select signal SEL may be ‘1’, ‘2’, or ‘3’, which may direct multiplexers 440 to select the coefficients stored at addresses Bank 1, Bank 2, and Bank 3, respectively in coefficient storage blocks 530, 532, 534, and 536, thereby producing (SCALE*IN_1), (SCALE*IN_2), and (SCALE*IN_3), respectively at output of adder 425.
  • If desired, larger multiplexers may be formed by cascading smaller multiplexers. As an example, a 16:1 multiplexer may be formed by two stages of 4:1 multiplexers in which the first stage includes four 4:1 multiplexers and the second stage includes one 4:1 multiplexer. An embodiment of such an arrangement that uses configurable specialized processing block 400 of FIG. 4 to implement each of the 4:1 multiplexers is shown in FIG. 6.
  • As shown, the 16:1 multiplexer of FIG. 6 includes a first stage of four configurable specialized processing blocks 400 and a second stage of one configurable specialized processing block 400 that are each configured to operate as 4:1 multiplexers as shown in FIG. 4 and described above. Each of the four configurable specialized processing blocks 400 receives four input signals and a select signal, whereby the select signal is shared among all four configurable specialized processing blocks 400. For example, the top-most configurable specialized processing block 400 may receive input signals IN_0, IN_1, IN_2, IN_3 and select signal SEL[1:0], the next configurable specialized processing block 400 may receive input signals IN_4, IN_5, IN_6, IN_7, and select signal SEL[1:0], etc.
  • The select signal together with the coefficients that are stored in the coefficient storage may select one signal from each of the configurable specialized processing blocks 400. As an example, the select signal together with the coefficients stored in the coefficient storage may select input signals IN_0, IN_4, IN_8, and IN_12, respectively.
  • The configurable specialized processing block 400 that forms the second stage of the 16:1 multiplexer may receive select signal SEL[3:2] and the selected input signals from the first stage. Select signal SEL[3:2] together with the coefficients that are stored in the coefficient storage may select one signal from the signals received from configurable specialized processing blocks 400 of the first stage. As an example, configurable storage block 400 may receive signals IN_0, IN_4, IN_8, and IN_12 from the first stage, and the select signal SEL[3:2] together with the coefficients stored in the coefficient storage may select signal IN_0 as the output signal of the 16:1 multiplexer.
  • If desired, some of the 4:1 multiplexers may be implemented using different circuitry. For example, 4:1 multiplexers may be implemented as dedicated circuitry, using functional blocks (e.g., using LABs 110 of FIG. 1), or using the embodiment of configurable specialized processing block 500 of FIG. 5, thereby multiplying the selected input signal with a scaling factor, just to name a few alternative implementations.
  • If desired, a configurable specialized processing block such as configurable specialized processing blocks 300, 400, or 500 may be configured to implement registered multiplexers or registered arithmetic operators (e.g., using input registers 320 and/or output registers 380 of FIG. 3). In certain embodiments, a configurable specialized processing block such as configurable specialized processing block 300 may be configured to operate as a register pipeline.
  • In the example of configurable specialized processing block, configuration bits may configure multiplexers 310, 360, and 390 such that input signals IN_1 and/or IN_3 are register pipelined. Consider the scenario in which configurable specialized processing block 300 is configured to implement two register pipeline stages for signals IN_1 and IN_3. In this scenario, input registers 320 may operate as a first register pipeline stage and store input signals IN_1 and IN_3.
  • Multiplexer 310 may select the stored signals from input registers 320, multiplexers 360 may select the signals from multiplexers 310, and output registers 380 may operate as a second register pipeline stage and store the signals from multiplexers 360. Multiplexers 390 may select the stored signals from output registers 380, and thereby provide the signals as output signals OUT_0 and OUT_2.
  • Configurable specialized processing block 300 may be configured differently and still operate as a register pipeline. An embodiment of such a configurable specialized processing block is shown in FIG. 7. As an example, configurable specialized processing block 300 of FIG. 3 may be configured as shown in FIG. 7 if multiplexers 360 were omitted.
  • Configurable specialized processing block 700 may include input registers 712, 714, 716, and 718, multipliers 732 and 736, and output registers 722 and 726. As shown, configurable specialized processing block 700 may be configured to operate as two independent, two stage register pipelines with each having 16 bits of data.
  • Configurable specialized processing block 700 may receive input signals IN_A, IN_B and ‘1’ at the two remaining input ports. Input registers 712 and 716 may store input signals IN_A and IN_B, respectively, while input registers 714 and 718 may store ‘1’.
  • Multiplier 732 may multiply IN_A that is stored in input registers 712 with ‘1’ stored in input registers 714, thereby producing IN_A, which may be stored in output registers 722. Similarly, multiplier 736 may multiply IN_B that is stored in input registers 716 with ‘1’ stored in input registers 718, thereby producing IN_B, which may be stored in output registers 726.
  • Instead of receiving a ‘1’ at input ports, configurable specialized processing block 700 may receive a select signal that may direct a multiplexer to retrieve a ‘1’ stored in coefficient storage circuitry such as coefficient storage circuitry 330 of FIG. 3.
  • Another embodiment of a configurable specialized processing block that is configured to operate as a register pipeline is shown in FIG. 8. Configurable specialized processing block 800 may include input registers 812, 814, and 816, multiplier 832, adder 842, and output registers 822. As shown, configurable specialized processing block 800 may be configured to operate as a two stage register pipelines having 36 bits of data.
  • Configurable specialized processing block 800 may receive input signals IN_B, IN_C and ‘0’ at the input ports. Input registers 814 and 816 may store input signals IN_B and IN_C, respectively, while input registers 812 may store ‘0’.
  • Multiplier 832 may multiply IN_B that is stored in input registers 814 with ‘0’ stored in input registers 812, thereby producing ‘0’. Adder 842 may add IN_C that is stored in input registers 816 to ‘0’ from multiplier 832, thereby producing IN_C, which may be stored in output registers 822.
  • If desired, configurable specialized processing block 800 may include coefficient storage circuitry coupled to a multiplexer, such as coefficient storage circuitry 330 that is coupled to multiplexer 335 of FIG. 3, and an input signal (e.g., signal IN_A, not shown) may direct the multiplexer to retrieve a ‘0’ stored in the coefficient storage circuitry.
  • FIG. 9 is a flow chart showing illustrative steps for operating a configurable specialized processing block such as configurable specialized processing block 300 of FIG. 3 as an arithmetic circuit in a first mode and as a multiplexer in a second mode in accordance with an embodiment.
  • During step 910, the configurable specialized processing block may receive first, second and third signals. Depending on whether the configurable specialized processing block is configured to operate in a first or second mode, the configurable specialized processing block may operate as an arithmetic operator or as a multiplexer, respectively.
  • In response to determining that the configurable specialized processing block is configured to operate in first mode, the configurable specialized processing block may compute a product of the first and second signals during step 920.
  • In response to determining that the configurable specialized processing block is not configured to operate in first mode, the configurable specialized processing block may select first and second coefficients by addressing first and second storage circuits based on the third signal during step 930. For example, the third input may direct a multiplexer such as multiplexer 335 of FIG. 3 to select an appropriate coefficient from a coefficient storage circuitry such as coefficient storage circuitry 330 of FIG. 3.
  • During step 940, the configurable specialized processing block may compute a first product of the first signal and the first selected coefficient and a second product of the second signal and the second selected coefficient during step 950. In the event that one of the first and second selected coefficients is ‘1’ and the other is ‘0’, one of the first and second products may be ‘0’ while the other may be the first or second signal.
  • During step 960, the configurable specialized processing block may compute a sum of the first and second products. In the event that one of the first and second products is ‘0’ and the other the first or second signal, the output of the adder may produce either the first or the second signal at an output of the configurable specialized processing block, thereby selecting between the first and second signals based on the third signal.
  • FIG. 10 is a flow chart showing illustrative steps for operating a configurable specialized processing block such as configurable specialized processing block 300 of FIG. 3 as a single register pipeline in a first mode and as one and two pipeline registers in a second mode in accordance with an embodiment.
  • During step 1010, the configurable specialized processing block may receive first and second signals. During step 1020, the configurable specialized processing block may compute the product of the first and second signals in the first and second mode.
  • In the event that the configurable specialized processing block is configured to operate in a first mode which may include executing an arithmetic function, the configurable specialized processing block may optionally receive a third signal during step 1065 and compute the sum of the product of the first and second signals and the third signal during step 1075.
  • In the event that the configurable specialized processing block is not configured to operate in a first mode, the configurable specialized processing block may be configured to operate in a second mode which may include register pipelining a signal. Register pipelining may be performed in single width mode as shown in FIG. 7 or in double width mode as shown in FIG. 8.
  • In response to determining that the configurable specialized processing block operates in single with mode, the configurable specialized processing block may receive a second signal that is asserted to ‘1’ during step 1035, which has the effect that the product of the first and second signals computed during step 1020 is the first signal. The configurable specialized processing block may store the product to perform register pipelining of the first signal (e.g., using output registers 722 of FIG. 7) during step 1040. In order to implement a second register pipeline stage, the configurable specialized processing block may store the first and second signals to perform register pipelining of the first signal (e.g., using input registers 712 and 714 of FIG. 7) during step 1050.
  • In response to determining that the configurable specialized processing block operates not in single width mode, the configurable specialized processing block may receive a second signal that is asserted to ‘0’ during step 1025. Alternatively, the second signal may serve as a control signal that retrieves ‘0’ from coefficient storage and overrides the second signal during step 1030 for the purpose of computing the product of first and second signals during step 1020, which as a result is ‘0’.
  • During step 1060, the configurable specialized processing block may receive a third signal and compute the sum of the product of the first and second signals and the third signal (e.g., using adder 842 of FIG. 8) during step 1070. Since the product of the first and second signals computed during step 1020 is ‘0’, the result of the sum is the third signal. The configurable specialized processing block may store the sum to perform register pipelining of the first signal (e.g., using output registers 822 of FIG. 8) during step 1090. In order to implement a second register pipeline stage, the configurable specialized processing block may store the first, second, and third signals to perform register pipelining of the third signal (e.g., using input registers 812, 814, and 816 of FIG. 8) during step 1095.
  • The method and apparatus described herein may be incorporated into any suitable electronic device or system of electronic devices. For example, the method and apparatus may be incorporated into numerous types of devices such as microprocessors or other ICs. Exemplary ICs include programmable array logic (PAL), programmable logic arrays (PLAs), field programmable logic arrays (FPLAs), electrically programmable logic devices (EPLDs), electrically erasable programmable logic devices (EEPLDs), logic cell arrays (LCAs), field programmable gate arrays (FPGAs), application specific standard products (ASSPs), application specific integrated circuits (ASICs), digital signal processors (DSPs), graphics processing units (GPUs) just to name a few.
  • The integrated circuit described herein may be part of a data processing system that includes one or more of the following components; a processor; memory; I/O circuitry; and peripheral devices. The integrated circuit can be used in a wide variety of applications, such as computer networking, data networking, instrumentation, video processing, digital signal processing, or any suitable other application where the advantage of using configurable specialized processing circuits that may operate as multiplexers and/or register pipelines is desirable.
  • Although the method operations were described in a specific order, it should be understood that other operations may be performed in between described operations, described operations may be adjusted so that they occur at slightly different times or described operations may be distributed in a system which allows the occurrence of the processing operations at various intervals associated with the processing, as long as the processing of the overlay operations are performed in a desired way.
  • The foregoing is merely illustrative of the principles of this invention and various modifications can be made by those skilled in the art without departing from the scope and spirit of the invention.

Claims (20)

What is claimed is:
1. A circuit block, comprising:
a digital signal processing (DSP) block input terminal configured to receive an input signal;
a multiplier having a first multiplier input terminal and a second multiplier input terminal; and
a control terminal configured to receive a control signal, wherein the first multiplier input terminal is configured to receive the input signal from the DSP block input terminal, and wherein the second multiplier input terminal is configured to receive only a selected one of a first constant value and a second constant value that is different than the first constant value depending on the polarity of the control signal.
2. The circuit block of claim 1, wherein the first constant value is a high signal.
3. The circuit block of claim 2, wherein the second constant value is a low signal.
4. The circuit block of claim 1, further comprising:
a multiplexer that is controlled by the control signal.
5. The circuit block of claim 4, wherein the multiplexer has a first data input configured to receive the first constant value and a second data input configured to receive the second constant value.
6. The circuit block of claim 1, further comprising:
an adder having a first adder input terminal configured to receive signals output from the multiplier.
7. The circuit block of claim 6, further comprising:
an additional digital signal processing (DSP) block input terminal configured to receive an additional input signal, wherein the adder further includes a second adder input terminal operable to receive the additional input signal from the additional DSP block input terminal.
8. The circuit block of claim 6, further comprising:
an additional adder configured to receive signals output from the adder.
9. The circuit block of claim 6, further comprising:
an additional adder configured to combine signals output from the adder with other signals.
10. A digital signal processing (DSP) block, comprising:
a first digital signal processing (DSP) block input terminal configured to receive a first input signal;
a second digital signal processing (DSP) block input terminal configured to receive a second input signal;
a third digital signal processing (DSP) block input terminal configured to receive a third input signal;
a multiplier configured to receive the first and second input signals; and
an adder having a first adder input terminal configured to receive signals output from the multiplier and a second adder input terminal, wherein the third input signal can be received at the second adder input terminal but not the first adder input terminal.
11. The DSP block of claim 10, further comprising:
a multiplexer that is operable to receive the second input signal and that directly feeds the multiplier.
12. The DSP block of claim 10, wherein the multiplier is further operable to receive a selected one of a first constant value and a second constant value that is different than the first constant value.
13. The DSP block of claim 12, further comprising:
a multiplexer configured to selectively provide either the first constant value or the second constant value to the multiplier.
14. The DSP block of claim 13, wherein the first constant value is a high signal and wherein the second constant value is a low signal.
15. A digital signal processing (DSP) block operable in a first processing mode and a second processing mode, comprising:
first input registers configured to receive a first input signal;
second input registers configured to receive a second input signal;
a multiplier configured to receive signals from the first and second input registers;
additional registers; and
an adder configured to receive signals from the multiplier and the additional registers, wherein the additional registers output signals exhibiting a first bit width in the first processing mode and output signals exhibiting a second bit width that is different than the first bit in the second processing mode.
16. The DSP block of claim 15, wherein the first processing mode comprises a single width mode, and wherein the second processing mode comprises a double width mode.
17. The DSP block of claim 16, wherein the first processing mode supports register pipelining.
18. The DSP block of claim 17, wherein the second processing mode also supports register pipelining.
19. The DSP block of claim 16, wherein the second processing mode supports register pipelining.
20. The DSP block of claim 15, further comprising:
output registers that are coupled to the multiplier and that are configured to output signals having the first bit width in the first processing mode and to output signals having the second bit width in the second processing mode.
US16/666,066 2014-07-09 2019-10-28 Programmable integrated circuits with multiplexer and register pipelining circuitry Abandoned US20200057610A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/666,066 US20200057610A1 (en) 2014-07-09 2019-10-28 Programmable integrated circuits with multiplexer and register pipelining circuitry

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US14/326,828 US10489116B1 (en) 2014-07-09 2014-07-09 Programmable integrated circuits with multiplexer and register pipelining circuitry
US16/666,066 US20200057610A1 (en) 2014-07-09 2019-10-28 Programmable integrated circuits with multiplexer and register pipelining circuitry

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US14/326,828 Continuation US10489116B1 (en) 2014-07-09 2014-07-09 Programmable integrated circuits with multiplexer and register pipelining circuitry

Publications (1)

Publication Number Publication Date
US20200057610A1 true US20200057610A1 (en) 2020-02-20

Family

ID=68617755

Family Applications (2)

Application Number Title Priority Date Filing Date
US14/326,828 Active 2037-02-24 US10489116B1 (en) 2014-07-09 2014-07-09 Programmable integrated circuits with multiplexer and register pipelining circuitry
US16/666,066 Abandoned US20200057610A1 (en) 2014-07-09 2019-10-28 Programmable integrated circuits with multiplexer and register pipelining circuitry

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US14/326,828 Active 2037-02-24 US10489116B1 (en) 2014-07-09 2014-07-09 Programmable integrated circuits with multiplexer and register pipelining circuitry

Country Status (1)

Country Link
US (2) US10489116B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP4155901A1 (en) * 2021-09-24 2023-03-29 INTEL Corporation Systems and methods for sparsity operations in a specialized processing block

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11568223B2 (en) * 2017-04-14 2023-01-31 Semiconductor Energy Laboratory Co., Ltd. Neural network circuit
US11809798B2 (en) 2019-12-13 2023-11-07 Intel Corporation Implementing large multipliers in tensor arrays
US11656872B2 (en) 2019-12-13 2023-05-23 Intel Corporation Systems and methods for loading weights into a tensor processing block
KR20220015680A (en) * 2020-07-31 2022-02-08 삼성전자주식회사 Method and apparatus for performing deep learning operations

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SG52303A1 (en) 1993-12-20 1998-09-28 Motorola Inc Arithmetic engine
US5805477A (en) 1996-09-26 1998-09-08 Hewlett-Packard Company Arithmetic cell for field programmable devices
US5935197A (en) 1997-03-21 1999-08-10 Arm Limited Data processing circuit and method of operation performing arithmetic processing on data signals
US6020756A (en) * 1998-03-03 2000-02-01 Xilinx, Inc. Multiplexer enhanced configurable logic block
US20030158880A1 (en) * 2002-02-13 2003-08-21 Ng Kenneth Y. Booth encoder and partial products circuit
US7437401B2 (en) 2004-02-20 2008-10-14 Altera Corporation Multiplier-accumulator block mode splitting
US8521800B1 (en) 2007-08-15 2013-08-27 Nvidia Corporation Interconnected arithmetic logic units
US8612503B2 (en) * 2010-03-16 2013-12-17 Integrated Device Technology, Inc. Methods and apparatuses for flexible and high performance digital signal processing

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP4155901A1 (en) * 2021-09-24 2023-03-29 INTEL Corporation Systems and methods for sparsity operations in a specialized processing block

Also Published As

Publication number Publication date
US10489116B1 (en) 2019-11-26

Similar Documents

Publication Publication Date Title
US10572224B2 (en) Methods and apparatus for sequencing multiply-accumulate operations
US10613831B2 (en) Methods and apparatus for performing product series operations in multiplier accumulator blocks
US10838695B2 (en) Fixed-point and floating-point arithmetic operator circuits in specialized processing blocks
US20200057610A1 (en) Programmable integrated circuits with multiplexer and register pipelining circuitry
US10101966B1 (en) Digital signal processing blocks with embedded arithmetic circuits
US10175944B2 (en) Mixed-precision floating-point arithmetic circuitry in specialized processing blocks
US7230451B1 (en) Programmable logic device with routing channels
US9747110B2 (en) Pipelined cascaded digital signal processing structures and methods
US8090758B1 (en) Enhanced multiplier-accumulator logic for a programmable logic device
US7567997B2 (en) Applications of cascading DSP slices
US9098332B1 (en) Specialized processing block with fixed- and floating-point structures
US20220012015A1 (en) Integrated circuits with machine learning extensions
US10649731B2 (en) Integrated circuits with specialized processing blocks for performing floating-point fast fourier transforms and complex multiplication
US20120290819A1 (en) Dsp block with embedded floating point structures
US9768783B1 (en) Methods for operating configurable storage and processing blocks at double and single data rates
US8543634B1 (en) Specialized processing block for programmable integrated circuit device
US9684488B2 (en) Combined adder and pre-adder for high-radix multiplier circuit
US7176715B1 (en) Computer combinatorial multipliers in programmable logic devices

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION