WO2003023618A1 - Encryption for a stream file in an fpga integrated circuit - Google Patents

Encryption for a stream file in an fpga integrated circuit Download PDF

Info

Publication number
WO2003023618A1
WO2003023618A1 PCT/US2002/028357 US0228357W WO03023618A1 WO 2003023618 A1 WO2003023618 A1 WO 2003023618A1 US 0228357 W US0228357 W US 0228357W WO 03023618 A1 WO03023618 A1 WO 03023618A1
Authority
WO
WIPO (PCT)
Prior art keywords
data stream
gap
encrypting
encryption
enabled
Prior art date
Application number
PCT/US2002/028357
Other languages
French (fr)
Inventor
Wayne Wong
Original Assignee
Actel Corporation
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 Actel Corporation filed Critical Actel Corporation
Priority to JP2003527602A priority Critical patent/JP4213585B2/en
Priority to EP02757624A priority patent/EP1425667A4/en
Publication of WO2003023618A1 publication Critical patent/WO2003023618A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/70Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
    • G06F21/71Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure computing or processing of information
    • G06F21/75Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure computing or processing of information by inhibiting the analysis of circuitry or operation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/70Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
    • G06F21/71Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure computing or processing of information
    • G06F21/76Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure computing or processing of information in application-specific integrated circuits [ASIC] or field-programmable devices, e.g. field-programmable gate arrays [FPGA] or programmable logic devices [PLD]

Definitions

  • the present invention relates to field programmable gate array (FPGA) integrated circuits. More particularly, the present invention relates to a method and apparatus for encrypting a data stream used to program an FPGA device.
  • FPGA field programmable gate array
  • a field-programmable gate array is an integrated circuit (IC) that includes a two-dimensional array of general-purpose logic circuits, called cells or blocks, whose functions are programmable. The cells are linked to one another by programmable buses.
  • the cell types may be small multifunction circuits (or configurable functional blocks or groups) capable of realizing all Boolean functions of a few variables.
  • the cell types are not restricted to gates.
  • configurable functional groups typically include memory cells and connection transistors that may be used to configure logic functions such as addition, subtraction, etc., inside of the FPGA.
  • a cell may also contain sequential elements such as flip-flops.
  • FPGAs Two types of logic cells found in FPGAs are those based on multiplexers and those based on programmable read only memory (PROM) table-lookup memories. Erasable FPGAs can be reprogrammed many times. This technology is especially convenient when developing and debugging a prototype design for a new product and for manufacture.
  • PROM programmable read only memory
  • FPGAs may typically include a physical template that includes an array of circuits, sets of uncommitted routing interconnects, and sets of user programmable switches associated with both the circuits and the routing interconnects.
  • these switches are properly programmed (set to on or off states)
  • the template or the underlying circuit and interconnect of the FPGA is customized or configured to perform specific customized functions.
  • an FPGA can perform many different functions. Once a specific configuration of an FPGA has been decided upon, it can be configured to perform that one specific function.
  • the user programmable switches in an FPGA can be implemented in various technologies, such as ONO antifuse, M-M antifuse, SRAM memory cell, Flash EPROM memory cell, and EEPROM memory cell.
  • FPGAs that employ fuses or antifuses as switches can be programmed only once.
  • a memory cell controlled switch implementation of an FPGA can be reprogrammed repeatedly.
  • a NMOS transistor may be used as the switch to either connect or leave unconnected two selected points (A, B) in the circuit.
  • the source and drain nodes of the transistor may be connected to points A, B respectively, and its gate node may be directly or indirectly connected to the memory cell.
  • the switch can be turned on or off and thus point A and B are either connected or remain unconnected.
  • the ability to program these switches provides for a very flexible device.
  • FPGAs may store the program that determines the circuit to be implemented in a RAM or PROM on the FPGA chip.
  • the pattern of the data in this configuration memory (CM) determines the cell's functions and their interconnection wiring.
  • CM configuration memory
  • Each bit of CM controls a transistor switch in the target circuit that can select some cell function or make (or break) some connection.
  • the CM can be downloaded from an external source or stored on-chip. This type of FPGA can be reprogrammed repeatedly, which significantly reduces development and manufacturing costs.
  • Design software may be used to program the FPGA.
  • the design software may compile a specific configuration of the programmable switches desired by the end-user, into FPGA configuration data.
  • the design software assembles the configuration data into a bit stream, i.e., a stream of ones and zeros that is fed into the FPGA and used to program the configuration memories for the programmable switches.
  • the bit stream is the data-pattern to be loaded into the CM that determines whether each memory cell stores a "1" or "0".
  • the stored bit in each CM controls whether its associated transistor switch is turned on or off. End users typically use software to create the bit stream after they have simulated and tested the design for the FPGA.
  • a designer or end user programs an FPGA 100.
  • the design software assembles the configuration data into a data stream 110. This act may also be performed by software personnel.
  • the data stream may be stored on a source external to the FPGA 120. On start up, the external source sends the data stream to the FPGA 130. Once in the FPGA, the data stream configures the RAM or PROM within the FPGA.
  • a person may be able to intercept the data stream as it is being loaded onto the FPGA, between acts 120 and 130 of FIG. 1. This may allow such a person to reverse engineer the IC if he or she is able to read the data stream.
  • the present invention is directed towards a method and apparatus for encrypting a data stream used to program an FPGA device comprising determining if there is at least one gap in the data stream; determining whether encryption is enabled for the at least one gap in the data stream; and encrypting the data stream, if encryption is enabled for the at least one gap.
  • the present invention is also directed towards a method and apparatus for de- encrypting an encrypted data stream used to program an FPGA device comprising determining if there is at least one gap in the data stream; determining whether encryption was enabled for the at least one gap in the data stream; and de-encrypting the data stream, if encryption was enabled for the at least one gap.
  • FIG. 1 is a flow chart showing the prior art.
  • FIG. 2 is a flow chart showing one embodiment of the disclosed system.
  • FIG. 3 is a flow chart showing one embodiment of the disclosed system.
  • FIG. 4 is a flow chart showing one embodiment of the disclosed system.
  • FIG. 2 refers to a flow chart describing one embodiment of the disclosed method.
  • the design software assembles the configuration data into a data stream 210.
  • the design software may inquire as to whether the designer or the user wishes to have the data stream encrypted. If the designer or user wants the data stream to be encrypted, then he or she may select the option for encryption at act 220.
  • the data stream is encrypted at act 230. This act 230 may also be performed by software personnel.
  • the data stream may be stored on a source external to the FPGA 240.
  • the external data source may be a PROM, CPU or any other memory device. On start-up, the external source sends the data stream to the FPGA 250.
  • the FPGA may de- encrypt the data stream prior to configuring the RAM or PROM 260. Once de-encrypted, the data stream configures the RAM or PROM within the FPGA 270.
  • the RAM associated with each programmable transistor on the FPGA may also be referred to as RAM CELLS.
  • the data stream is loaded into CM which is addressed by X and Y address lines running horizontally and vertically. During the configuration, the data stream bits are loaded sequentially column (Y) by column (Y). Within one column, it is loaded bit by bit from the top to the bottom (stepping through all the rows or X's). Some intersections of X and Y lines or addresses may have no physical CM bits since those locations may be used by logic modules or other components.
  • the stream data inside the gap is not written to the CM and therefore has no effect on the functionality of the configured FPGA.
  • An address decoder may signal the beginning and also the end of such a gap.
  • the integrity of the configuration data loaded up to this point may be checked by an on-chip 16 bit Cyclic Redundancy Check (CRC) circuit.
  • CRC Cyclic Redundancy Check
  • the minimum gap size may be 17 bits.
  • the first bit inside the gap may be the "Encryption Enable" bit. If the Encryption Enable bit is set, then the subsequent section of the data stream will be encrypted.
  • the section may be defined as all the bits after the Encryption Enable Bit up to the beginning of the next gap.
  • every eighth (8th) bit may be complemented (changed from a "1" to a “0” and from a "0" to a “1”). It is not necessary that only the 8 th bit be complemented, other bits may be complemented, random patterns or un-random patterns of data may be inserted in the data stream gaps. If the encrypted data stream is loaded into the CM of the FPGA, the FPGA may not function correctly. Thus the data stream may be de- encrypted prior to entering the CM but after entering the FPGA device.
  • the encryption can be optionally set to "on” or "off for each section, thus for a particular design, with a different on/off setting the data stream file can appear very different, thereby making reverse engineering more difficult.
  • the system receives the data stream at act 310.
  • the system determines whether it has received the start of a gap at query 320.
  • a gap may be as small 2 bits.
  • a gap may be at least 17 bits in length upwards to at least 64 bits in length. The minimum of 17 bits may be due to the use of a 16 bit CRC.
  • the system determines whether encryption has been enabled for that gap at query 330. If encryption has been enabled, the system then complements every 8 th bit until the beginning of the next gap at act 340. The system performs this method until it determines that it has reached the end of the data stream at query 350.
  • the FPGA receives the encrypted data stream from the external source at act 410.
  • the system determines if it has received the start of a gap at query 420. If the system determines it has received the start of a gap, then the system determines whether the encryption was enabled at query 430. If the encryption was enabled, the system complements every 8 th bit (or other n ⁇ bit if a number other than 8 was used) until the beginning of the next gap at act 440. Act 440 in effect de-encrypts the data stream.
  • the system determines whether it has received the end of the data stream at query 450. If the system determines that it has received the end of the data stream, then the system configures the RAM and/or PROM of the FPGA with the de-encrypted data stream at act 460.
  • portions of the data stream may be compressed and other portions of the data stream may be encrypted, thereby further altering the data stream and thus hindering those who may attempt to reverse engineer the data stream.
  • random bits may be inserted into the gaps of the data stream to further hinder those who may wish to reverse engineer the data stream.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Storage Device Security (AREA)

Abstract

A method and apparatus for encrypting a data stream (310) used to program an FPGA device comprising determining if there is at least one gap in the data stream (320); determining whether encryption is enabled for the at least one gap in the data stream, and encrypting the data stream, if encryption is enabled for the at least one gap. A method and apparatus for de-encrypting an encrypted data stream used to program an FPGA device comprising determining if there is at least one gap in the data stream; determining whether encryption was encabled for the at least one gap in the data stream; and decrypting the data stream, if encryption was enabled for the at least one gap.

Description

ENCRYPTION FOR A STREAM FILE IN AN
FPGA INTEGRATED CIRCUIT
BACKGROUND OF THE INVENTION
1. Field of the Invention The present invention relates to field programmable gate array (FPGA) integrated circuits. More particularly, the present invention relates to a method and apparatus for encrypting a data stream used to program an FPGA device.
2. Background of the Invention
A field-programmable gate array (FPGA) is an integrated circuit (IC) that includes a two-dimensional array of general-purpose logic circuits, called cells or blocks, whose functions are programmable. The cells are linked to one another by programmable buses. The cell types may be small multifunction circuits (or configurable functional blocks or groups) capable of realizing all Boolean functions of a few variables. The cell types are not restricted to gates. For example, configurable functional groups typically include memory cells and connection transistors that may be used to configure logic functions such as addition, subtraction, etc., inside of the FPGA. A cell may also contain sequential elements such as flip-flops. Two types of logic cells found in FPGAs are those based on multiplexers and those based on programmable read only memory (PROM) table-lookup memories. Erasable FPGAs can be reprogrammed many times. This technology is especially convenient when developing and debugging a prototype design for a new product and for manufacture.
FPGAs may typically include a physical template that includes an array of circuits, sets of uncommitted routing interconnects, and sets of user programmable switches associated with both the circuits and the routing interconnects. When these switches are properly programmed (set to on or off states), the template or the underlying circuit and interconnect of the FPGA is customized or configured to perform specific customized functions. By reprogramming the on-off states of these switches, an FPGA can perform many different functions. Once a specific configuration of an FPGA has been decided upon, it can be configured to perform that one specific function. The user programmable switches in an FPGA can be implemented in various technologies, such as ONO antifuse, M-M antifuse, SRAM memory cell, Flash EPROM memory cell, and EEPROM memory cell. FPGAs that employ fuses or antifuses as switches can be programmed only once. A memory cell controlled switch implementation of an FPGA can be reprogrammed repeatedly. In this scenario, a NMOS transistor may be used as the switch to either connect or leave unconnected two selected points (A, B) in the circuit. The source and drain nodes of the transistor may be connected to points A, B respectively, and its gate node may be directly or indirectly connected to the memory cell. By setting the state of the memory cell to either logical "1" or "0", the switch can be turned on or off and thus point A and B are either connected or remain unconnected. Thus, the ability to program these switches provides for a very flexible device.
FPGAs may store the program that determines the circuit to be implemented in a RAM or PROM on the FPGA chip. The pattern of the data in this configuration memory (CM) determines the cell's functions and their interconnection wiring. Each bit of CM controls a transistor switch in the target circuit that can select some cell function or make (or break) some connection. By replacing the contents of CM, designers can make design changes or correct design errors. The CM can be downloaded from an external source or stored on-chip. This type of FPGA can be reprogrammed repeatedly, which significantly reduces development and manufacturing costs.
• Design software may be used to program the FPGA. The design software may compile a specific configuration of the programmable switches desired by the end-user, into FPGA configuration data. The design software assembles the configuration data into a bit stream, i.e., a stream of ones and zeros that is fed into the FPGA and used to program the configuration memories for the programmable switches. The bit stream is the data-pattern to be loaded into the CM that determines whether each memory cell stores a "1" or "0". The stored bit in each CM controls whether its associated transistor switch is turned on or off. End users typically use software to create the bit stream after they have simulated and tested the design for the FPGA.
Referring to the flow chart of FIG. 1, a designer or end user programs an FPGA 100. The design software assembles the configuration data into a data stream 110. This act may also be performed by software personnel. The data stream may be stored on a source external to the FPGA 120. On start up, the external source sends the data stream to the FPGA 130. Once in the FPGA, the data stream configures the RAM or PROM within the FPGA. In a FPGA that uses a data stream that is downloaded from an external source, a person may be able to intercept the data stream as it is being loaded onto the FPGA, between acts 120 and 130 of FIG. 1. This may allow such a person to reverse engineer the IC if he or she is able to read the data stream.
BRIEF DESCRIPTION OF THE INVENTION
The present invention is directed towards a method and apparatus for encrypting a data stream used to program an FPGA device comprising determining if there is at least one gap in the data stream; determining whether encryption is enabled for the at least one gap in the data stream; and encrypting the data stream, if encryption is enabled for the at least one gap.
The present invention is also directed towards a method and apparatus for de- encrypting an encrypted data stream used to program an FPGA device comprising determining if there is at least one gap in the data stream; determining whether encryption was enabled for the at least one gap in the data stream; and de-encrypting the data stream, if encryption was enabled for the at least one gap.
BRIEF DESCRIPTION OF THE DRAWING FIGURES FIG. 1 is a flow chart showing the prior art.
FIG. 2 is a flow chart showing one embodiment of the disclosed system. FIG. 3 is a flow chart showing one embodiment of the disclosed system.
FIG. 4 is a flow chart showing one embodiment of the disclosed system.
DETAILED DESCRIPTION OF THE INVENTION
Those of ordinary skill in the art will realize that the following description of the present invention is illustrative only and not in any way limiting. Other embodiments of the invention will readily suggest themselves to such skilled persons.
FIG. 2 refers to a flow chart describing one embodiment of the disclosed method. In the first act 200 a designer or user programs an FPGA 200. The design software assembles the configuration data into a data stream 210. The design software may inquire as to whether the designer or the user wishes to have the data stream encrypted. If the designer or user wants the data stream to be encrypted, then he or she may select the option for encryption at act 220. The data stream is encrypted at act 230. This act 230 may also be performed by software personnel. The data stream may be stored on a source external to the FPGA 240. The external data source may be a PROM, CPU or any other memory device. On start-up, the external source sends the data stream to the FPGA 250. The FPGA may de- encrypt the data stream prior to configuring the RAM or PROM 260. Once de-encrypted, the data stream configures the RAM or PROM within the FPGA 270. The RAM associated with each programmable transistor on the FPGA may also be referred to as RAM CELLS. In many systems, the data stream is loaded into CM which is addressed by X and Y address lines running horizontally and vertically. During the configuration, the data stream bits are loaded sequentially column (Y) by column (Y). Within one column, it is loaded bit by bit from the top to the bottom (stepping through all the rows or X's). Some intersections of X and Y lines or addresses may have no physical CM bits since those locations may be used by logic modules or other components. Although there may be locations with no data stream bits on the FPGA device, the data stream still contains data in the form of l's or 0's corresponding to those empty locations. Consecutive empty locations in the addressing space may be referred to as a "GAP".
The stream data inside the gap is not written to the CM and therefore has no effect on the functionality of the configured FPGA. An address decoder may signal the beginning and also the end of such a gap. At the end of the gap, the integrity of the configuration data loaded up to this point may be checked by an on-chip 16 bit Cyclic Redundancy Check (CRC) circuit. In another embodiment of the disclosed system that uses a 16 bit CRC, the minimum gap size may be 17 bits. The first bit inside the gap may be the "Encryption Enable" bit. If the Encryption Enable bit is set, then the subsequent section of the data stream will be encrypted. The section may be defined as all the bits after the Encryption Enable Bit up to the beginning of the next gap. However, the sections may be defined in other ways. If encryption is enabled, every eighth (8th) bit may be complemented (changed from a "1" to a "0" and from a "0" to a "1"). It is not necessary that only the 8th bit be complemented, other bits may be complemented, random patterns or un-random patterns of data may be inserted in the data stream gaps. If the encrypted data stream is loaded into the CM of the FPGA, the FPGA may not function correctly. Thus the data stream may be de- encrypted prior to entering the CM but after entering the FPGA device. The encryption can be optionally set to "on" or "off for each section, thus for a particular design, with a different on/off setting the data stream file can appear very different, thereby making reverse engineering more difficult.
Referring to FIG. 3, an illustration of one embodiment of the system is shown. The system receives the data stream at act 310. The system determines whether it has received the start of a gap at query 320. In one embodiment of the disclosed system a gap may be as small 2 bits. In another embodiment of the disclosed system, a gap may be at least 17 bits in length upwards to at least 64 bits in length. The minimum of 17 bits may be due to the use of a 16 bit CRC. The system then determines whether encryption has been enabled for that gap at query 330. If encryption has been enabled, the system then complements every 8th bit until the beginning of the next gap at act 340. The system performs this method until it determines that it has reached the end of the data stream at query 350.
Referring to FIG.4, another embodiment of the disclosed method is shown. The FPGA receives the encrypted data stream from the external source at act 410. The system then determines if it has received the start of a gap at query 420. If the system determines it has received the start of a gap, then the system determines whether the encryption was enabled at query 430. If the encryption was enabled, the system complements every 8th bit (or other n^bit if a number other than 8 was used) until the beginning of the next gap at act 440. Act 440 in effect de-encrypts the data stream. The system then determines whether it has received the end of the data stream at query 450. If the system determines that it has received the end of the data stream, then the system configures the RAM and/or PROM of the FPGA with the de-encrypted data stream at act 460.
In another embodiment of the present invention, portions of the data stream may be compressed and other portions of the data stream may be encrypted, thereby further altering the data stream and thus hindering those who may attempt to reverse engineer the data stream. In another embodiment of the present invention, random bits may be inserted into the gaps of the data stream to further hinder those who may wish to reverse engineer the data stream.
While embodiments and applications of this invention have been shown and described, it would be apparent to those skilled in the art that many more modifications than mentioned above are possible without departing from the inventive concepts herein. The invention, therefore, is not to be restricted except in the spirit of the appended claims. Although the claims refer to sending the data stream to RAM CELLS on the FPGA, those skilled in the art are aware that the disclosed system also applies to those devices with other memory devices located in the FPGA, including without limitation PROMs.

Claims

What is claimed is:
1. A method for encrypting a data stream used to program an FPGA device comprising: determining if there is at least one gap in the data stream; determining whether encryption is enabled for said at least one gap in the data stream; and encrypting said data stream, if encryption is enabled for said at least one gap.
2. The method of Claim 1 wherein said act of encrypting said data stream further comprises complementing every eighth bit of said data stream until the beginning of a next at least one gap.
3. The method of Claim 1 , further comprising: receiving said data stream by said FPGA device ; determining if there is at least one gap in the data stream; de-encrypting said data stream, if encryption is enabled for said at least one gap; and sending said data stream to a plurality of RAM cells in the FPGA device.
4. The method of Claim 3, wherein said act of de-encrypting said data stream comprises: complementing every eighth bit of said data stream until the beginning of a next at least one gap.
5. The method of Claim 1, wherein at least one gap is not encrypted, and said non- encrypted gap is compressed.
6. The method of Claim 1, wherein for at least one gap, a continuous segment of said gap is encrypted and another continuous segment of said gap is compressed.
7. The method of Claim 1 , wherein random bits are inserted into said at least one gap.
8. The method of Claim 1, wherein non-random bits are inserted into said at least one gap.
9. A method for de-encrypting an encrypted data stream used to program an FPGA device comprising: determining if there is at least one gap in the data stream; determining whether encryption was enabled for said at least one gap in the data stream; and de-encrypting said data stream, if encryption was enabled for said at least one gap.
10. A program storage device readable by a machine, tangibly embodying a program of instructions executable by the machine to perform a method for encrypting a data stream used to program an FPGA device, said method comprising: determining if there is at least one gap in the data stream; determining whether encryption is enabled for said at least one gap in the data stream; and encrypting said data stream, if encryption is enabled for said at least one gap.
11. The program storage device of Claim 10, wherein said act of encrypting said data stream further comprises complementing every eighth bit of said data stream until the beginning of a next at least one gap.
12. The program storage device of Claim 10, wherein said method for encrypting a data stream further comprises: receiving said data stream by said FPGA device ; determining if there is at least one gap in the data stream; de-encrypting said data stream, if encryption is enabled for said at least one gap; and sending said data stream to a plurality of RAM cells in the FPGA device.
13. The program storage device of Claim 12, wherein said act of de-encrypting said data stream comprises: complementing every eighth bit of said data stream until the beginning of a next at least one gap.
14. The program storage device of Claim 10, wherein said method for encrypting a data stream further comprises the following act: wherein at least one gap is not encrypted, and said non-encrypted gap is compressed.
15. The program storage device of Claim 10, wherein said method for encrypting a data stream further comprises the following act: wherein for at least one gap, a continuous segment of said gap is encrypted and another continuous segment of said gap is compressed.
16. The program storage device of Claim 10, wherein said method for encrypting a data stream further comprises the following act: wherein random bits are inserted into said at least one gap prior to encryption.
17. The program storage device of Claim 10, wherein said method for encrypting a data stream further comprises the following act: wherein non-random bits are inserted into said at least one gap prior to encryption.
18. A program storage device readable by a machine, tangibly embodying a program of instructions executable by the machine to perform a method for de-encrypting an encrypted data stream used to program an FPGA device, said method comprising: determining if there is at least one gap in the data stream; determining whether encryption was enabled for said at least one gap in the data stream; and de-encrypting said data stream, if encryption was enabled for said at least one gap.
19. An apparatus for encrypting a data stream used to program an FPGA device, said apparatus comprising: means for determining if there is at least one gap in said data stream; means for determining whether encryption is enabled for said at least one gap in the data stream; and means for encrypting said data stream, if encryption is enabled for said at least one gap.
20. The apparatus of Claim 19, wherein said means of encrypting further comprises means for complementing every eighth bit of said data stream until the beginning of a next at least one gap.
21. The apparatus of Claim 19, further comprising: means for receiving said data stream by said FPGA device; means for determining if there is at least one gap in the data stream; means for de-encrypting said data stream, if encryption is enabled for said at least one gap; and means for sending said data stream to a plurality of RAM cells in the FPGA device.
22. The apparatus of Claim 21 , wherein said means for de-encrypting further comprises means for complementing every eighth bit of said data stream until the beginning of a next at least one gap.
23. The apparatus of Claim 19, further comprising a means for compressing at least one non-encrypted gap.
24. The apparatus of Claim 19, further comprising a means for encrypting a continuous segment of said gap, and a means for compressing another continuous segment of said gap.
25. The apparatus of Claim 19, further comprising a means for inserting random bits into at least one said gap prior to encryption.
26. The apparatus of Claim 19, further comprising a means for inserting non-random bits into at least one said gap prior to encryption.
27. An apparatus for de-encrypting an encrypted data stream used to program an FPGA device, said apparatus comprising: means for determining if there is at least one gap in the data stream; means for determining whether encryption was enabled for said at least one gap in the data stream; and means for de-encrypting said data stream, if encryption was enabled for said at least one gap.
PCT/US2002/028357 2001-09-13 2002-09-06 Encryption for a stream file in an fpga integrated circuit WO2003023618A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2003527602A JP4213585B2 (en) 2001-09-13 2002-09-06 Encryption method for stream file in FPGA integrated circuit
EP02757624A EP1425667A4 (en) 2001-09-13 2002-09-06 Encryption for a stream file in an fpga integrated circuit

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/953,580 2001-09-13
US09/953,580 US7558967B2 (en) 2001-09-13 2001-09-13 Encryption for a stream file in an FPGA integrated circuit

Publications (1)

Publication Number Publication Date
WO2003023618A1 true WO2003023618A1 (en) 2003-03-20

Family

ID=25494214

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2002/028357 WO2003023618A1 (en) 2001-09-13 2002-09-06 Encryption for a stream file in an fpga integrated circuit

Country Status (4)

Country Link
US (1) US7558967B2 (en)
EP (1) EP1425667A4 (en)
JP (1) JP4213585B2 (en)
WO (1) WO2003023618A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1536332A2 (en) * 2003-11-03 2005-06-01 Macronix International Co., Ltd. Programmable configuration integrated circuit

Families Citing this family (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8095508B2 (en) * 2000-04-07 2012-01-10 Washington University Intelligent data storage and processing using FPGA devices
US7139743B2 (en) * 2000-04-07 2006-11-21 Washington University Associative database scanning and information retrieval using FPGA devices
US6711558B1 (en) * 2000-04-07 2004-03-23 Washington University Associative database scanning and information retrieval
US7558967B2 (en) 2001-09-13 2009-07-07 Actel Corporation Encryption for a stream file in an FPGA integrated circuit
JP2004007472A (en) 2002-03-22 2004-01-08 Toshiba Corp Semiconductor integrated circuit, data transfer system, and data transfer method
US20070277036A1 (en) 2003-05-23 2007-11-29 Washington University, A Corporation Of The State Of Missouri Intelligent data storage and processing using fpga devices
US10572824B2 (en) 2003-05-23 2020-02-25 Ip Reservoir, Llc System and method for low latency multi-functional pipeline with correlation logic and selectively activated/deactivated pipelined data processing engines
US7917299B2 (en) 2005-03-03 2011-03-29 Washington University Method and apparatus for performing similarity searching on a data stream with respect to a query string
US7702629B2 (en) 2005-12-02 2010-04-20 Exegy Incorporated Method and device for high performance regular expression pattern matching
US7954114B2 (en) * 2006-01-26 2011-05-31 Exegy Incorporated Firmware socket module for FPGA-based pipeline processing
WO2007121035A2 (en) 2006-03-23 2007-10-25 Exegy Incorporated Method and system for high throughput blockwise independent encryption/decryption
US7921046B2 (en) 2006-06-19 2011-04-05 Exegy Incorporated High speed processing of financial information using FPGA devices
US8326819B2 (en) 2006-11-13 2012-12-04 Exegy Incorporated Method and system for high performance data metatagging and data indexing using coprocessors
US8879727B2 (en) 2007-08-31 2014-11-04 Ip Reservoir, Llc Method and apparatus for hardware-accelerated encryption/decryption
US8374986B2 (en) 2008-05-15 2013-02-12 Exegy Incorporated Method and system for accelerated stream processing
CA3059606C (en) 2008-12-15 2023-01-17 Ip Reservoir, Llc Method and apparatus for high-speed processing of financial market depth data
US8930423B1 (en) * 2008-12-30 2015-01-06 Symantec Corporation Method and system for restoring encrypted files from a virtual machine image
US8417965B1 (en) * 2010-04-07 2013-04-09 Xilinx, Inc. Method and circuit for secure definition and integration of cores
JP6045505B2 (en) 2010-12-09 2016-12-14 アイピー レザボア, エルエルシー.IP Reservoir, LLC. Method and apparatus for managing orders in a financial market
US9576114B2 (en) * 2012-03-05 2017-02-21 Marvin Marshall System and method for securely retrieving and playing digital media
US10650452B2 (en) 2012-03-27 2020-05-12 Ip Reservoir, Llc Offload processing of data packets
US11436672B2 (en) 2012-03-27 2022-09-06 Exegy Incorporated Intelligent switch for processing financial market data
US10121196B2 (en) 2012-03-27 2018-11-06 Ip Reservoir, Llc Offload processing of data packets containing financial market data
US9990393B2 (en) 2012-03-27 2018-06-05 Ip Reservoir, Llc Intelligent feed switch
US9633093B2 (en) 2012-10-23 2017-04-25 Ip Reservoir, Llc Method and apparatus for accelerated format translation of data in a delimited data format
US10146845B2 (en) 2012-10-23 2018-12-04 Ip Reservoir, Llc Method and apparatus for accelerated format translation of data in a delimited data format
US10133802B2 (en) 2012-10-23 2018-11-20 Ip Reservoir, Llc Method and apparatus for accelerated record layout detection
US9218494B2 (en) 2013-10-16 2015-12-22 Citrix Systems, Inc. Secure client drive mapping and file storage system for mobile device management type security
WO2015164639A1 (en) 2014-04-23 2015-10-29 Ip Reservoir, Llc Method and apparatus for accelerated data translation
US10942943B2 (en) 2015-10-29 2021-03-09 Ip Reservoir, Llc Dynamic field data translation to support high performance stream data processing
JP2017167274A (en) * 2016-03-15 2017-09-21 株式会社東芝 Encryption device and decryption device
WO2018119035A1 (en) 2016-12-22 2018-06-28 Ip Reservoir, Llc Pipelines for hardware-accelerated machine learning
US11296921B2 (en) * 2017-12-03 2022-04-05 Intel Corporation Out-of-band management of FPGA bitstreams

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5388157A (en) * 1991-10-11 1995-02-07 Pilkington Micro-Electronics Limited Data security arrangements for semiconductor programmable devices
US5970142A (en) * 1996-08-26 1999-10-19 Xilinx, Inc. Configuration stream encryption

Family Cites Families (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5451887A (en) * 1986-09-19 1995-09-19 Actel Corporation Programmable logic module and architecture for field programmable gate array device
US4910417A (en) * 1986-09-19 1990-03-20 Actel Corporation Universal logic module comprising multiplexers
US5091938B1 (en) * 1990-08-06 1997-02-04 Nippon Denki Home Electronics Digital data cryptographic system
JP3081032B2 (en) 1991-08-23 2000-08-28 株式会社リコー Encoding / decoding method
US5515437A (en) * 1993-08-23 1996-05-07 Matsushita Electric Industrial Co., Ltd. Scramble transmission apparatus and signal processing apparatus
GB2288519A (en) 1994-04-05 1995-10-18 Ibm Data encryption
US5426379A (en) * 1994-07-29 1995-06-20 Xilinx, Inc. Field programmable gate array with built-in bitstream data expansion
US5768372A (en) * 1996-03-13 1998-06-16 Altera Corporation Method and apparatus for securing programming data of a programmable logic device
US5675553A (en) * 1996-06-28 1997-10-07 The United States Of America As Represented By The Secretary Of The Navy Method for data gap compensation
US5946478A (en) * 1997-05-16 1999-08-31 Xilinx, Inc. Method for generating a secure macro element of a design for a programmable IC
US6006321A (en) * 1997-06-13 1999-12-21 Malleable Technologies, Inc. Programmable logic datapath that may be used in a field programmable device
US6028445A (en) * 1997-12-30 2000-02-22 Xilinx, Inc. Decoder structure and method for FPGA configuration
US6118869A (en) * 1998-03-11 2000-09-12 Xilinx, Inc. System and method for PLD bitstream encryption
US6324650B1 (en) * 1998-03-16 2001-11-27 John W.L. Ogilvie Message content protection and conditional disclosure
US6205574B1 (en) * 1998-07-28 2001-03-20 Xilinx, Inc. Method and system for generating a programming bitstream including identification bits
JP2000078023A (en) 1998-09-02 2000-03-14 Oki Electric Ind Co Ltd Data processing method and data processor
JP3033562B2 (en) 1998-09-02 2000-04-17 富士ゼロックス株式会社 Method for generating relocatable execution program and execution program generation device
US6735291B1 (en) * 1998-12-11 2004-05-11 Securelogix Corporation Virtual private switched telephone network
US6357037B1 (en) * 1999-01-14 2002-03-12 Xilinx, Inc. Methods to securely configure an FPGA to accept selected macros
US6654889B1 (en) * 1999-02-19 2003-11-25 Xilinx, Inc. Method and apparatus for protecting proprietary configuration data for programmable logic devices
US6446242B1 (en) * 1999-04-02 2002-09-03 Actel Corporation Method and apparatus for storing a validation number in a field-programmable gate array
JP2001109667A (en) * 1999-10-13 2001-04-20 Nec Ic Microcomput Syst Ltd Method and device for processing data
US20010032318A1 (en) * 1999-12-03 2001-10-18 Yip Kun Wah Apparatus and method for protecting configuration data in a programmable device
US6756811B2 (en) * 2000-03-10 2004-06-29 Easic Corporation Customizable and programmable cell array
US6904527B1 (en) * 2000-03-14 2005-06-07 Xilinx, Inc. Intellectual property protection in a programmable logic device
US6738962B1 (en) * 2000-06-12 2004-05-18 Altera Corporation Configuration and/or reconfiguration of integrated circuit devices that include programmable logic and microprocessor circuitry
US6526557B1 (en) * 2000-07-25 2003-02-25 Xilinx, Inc. Architecture and method for partially reconfiguring an FPGA
US6507943B1 (en) * 2000-09-26 2003-01-14 Xilinx, Inc. Method of compressing a bitstream of an FPGA
US6931543B1 (en) * 2000-11-28 2005-08-16 Xilinx, Inc. Programmable logic device with decryption algorithm and decryption key
US7558967B2 (en) 2001-09-13 2009-07-07 Actel Corporation Encryption for a stream file in an FPGA integrated circuit

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5388157A (en) * 1991-10-11 1995-02-07 Pilkington Micro-Electronics Limited Data security arrangements for semiconductor programmable devices
US5970142A (en) * 1996-08-26 1999-10-19 Xilinx, Inc. Configuration stream encryption

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP1425667A4 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1536332A2 (en) * 2003-11-03 2005-06-01 Macronix International Co., Ltd. Programmable configuration integrated circuit
EP1536332A3 (en) * 2003-11-03 2010-09-15 Macronix International Co., Ltd. Programmable configuration integrated circuit

Also Published As

Publication number Publication date
EP1425667A1 (en) 2004-06-09
US7558967B2 (en) 2009-07-07
JP4213585B2 (en) 2009-01-21
US20030163715A1 (en) 2003-08-28
EP1425667A4 (en) 2006-12-27
JP2005518691A (en) 2005-06-23

Similar Documents

Publication Publication Date Title
US7558967B2 (en) Encryption for a stream file in an FPGA integrated circuit
US6531891B1 (en) Method and apparatus of memory clearing with monitoring memory cells
US8750503B1 (en) FPGA configuration bitstream encryption using modified key
EP1237280B1 (en) Enhanced field programmable gate array
US7203842B2 (en) Method and apparatus for secure configuration of a field programmable gate array
US6774669B1 (en) Field programmable gate array freeway architecture
US7482835B1 (en) Method and apparatus of memory clearing with monitoring RAM memory cells in a field programmable gated array
US6931543B1 (en) Programmable logic device with decryption algorithm and decryption key
US6894527B1 (en) Evolved circuits for bitstream protection
US5349249A (en) Programmable logic device having security elements located amongst configuration bit location to prevent unauthorized reading
US7919979B1 (en) Field programmable gate array including a non-volatile user memory and method for programming
EP2702526B1 (en) Method and apparatus for securing programming data of a programmable device
US7127616B2 (en) Semiconductor integrated circuits, data transfer systems, and the method for data transfer
EP2911086A1 (en) Integrated circuit with parts activated based on intrinsic features
US7868646B1 (en) Soft error upset hardened integrated circuit systems and methods
JP2010117968A (en) System and method for protecting logic program data of reconfigurable logic device
US7581117B1 (en) Method for secure delivery of configuration data for a programmable logic device
US8604823B1 (en) Selectively disabled output
US6457125B1 (en) Encrypted download of SRAM-based FPGAs
US8547136B1 (en) Logic block protection system
JPS6328129A (en) Writable logic array amd method of programming the array
RU2216796C2 (en) Electronic memory device
WO2001046810A1 (en) Method and apparatus for secure configuration of a field programmable gate array
US20080155151A1 (en) Programmable Locking Mechanism For Secure Applications In An Integrated Circuit

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BY BZ CA CH CN CO CR CU CZ DE DM DZ EC EE ES FI GB GD GE GH HR HU ID IL IN IS JP KE KG KP KR LC LK LR LS LT LU LV MA MD MG MN MW MX MZ NO NZ OM PH PL PT RU SD SE SG SI SK SL TJ TM TN TR TZ UA UG UZ VC VN YU ZA ZM

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ UG ZM ZW AM AZ BY KG KZ RU TJ TM AT BE BG CH CY CZ DK EE ES FI FR GB GR IE IT LU MC PT SE SK TR BF BJ CF CG CI GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2002757624

Country of ref document: EP

Ref document number: 2003527602

Country of ref document: JP

WWP Wipo information: published in national office

Ref document number: 2002757624

Country of ref document: EP