WO2004044681A2 - A method for configurable address mapping - Google Patents

A method for configurable address mapping Download PDF

Info

Publication number
WO2004044681A2
WO2004044681A2 PCT/US2003/035022 US0335022W WO2004044681A2 WO 2004044681 A2 WO2004044681 A2 WO 2004044681A2 US 0335022 W US0335022 W US 0335022W WO 2004044681 A2 WO2004044681 A2 WO 2004044681A2
Authority
WO
WIPO (PCT)
Prior art keywords
address
region
checking
request
protection
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.)
Ceased
Application number
PCT/US2003/035022
Other languages
English (en)
French (fr)
Other versions
WO2004044681A3 (en
WO2004044681B1 (en
Inventor
Chien-Chun Chou
Jay S. Tomlinson
Wolf-Dietrich Weber
Drew E. Wingard
Sricharan Kasetti
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.)
Sonics Inc
Original Assignee
Sonics Inc
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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=32176015&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=WO2004044681(A2) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Sonics Inc filed Critical Sonics Inc
Priority to JP2004551691A priority Critical patent/JP4768990B2/ja
Priority to AU2003287494A priority patent/AU2003287494A1/en
Priority to EP03781736.8A priority patent/EP1561175B1/en
Publication of WO2004044681A2 publication Critical patent/WO2004044681A2/en
Publication of WO2004044681A3 publication Critical patent/WO2004044681A3/en
Publication of WO2004044681B1 publication Critical patent/WO2004044681B1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/78Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure storage of data
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/10Address translation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • the present invention pertains to on-chip systems. More particularly, the present invention relates to a method and apparatus for a configurable address mapping and protection architecture and hardware for on-chip systems.
  • the operational model for most computer and/or on-chip systems involves the sending of requests from one or more processing units to one or more service modules in the system.
  • a service module Upon receiving a request (i.e., an instruction) from a processing unit, a service module completes the task as requested. Then, there may be responses to be returned from the service module back to the processing unit. It is also very common to have a component in the system to act as both a processing unit and a service module.
  • Many different ways may be used to deliver requests and responses between processing units and servicing modules.
  • One of the most frequently used methods, for delivering the requests is by addressing (plus, protection checking). For instance, a request is tagged with a "destination address” and a "source protection identification (ID)".
  • the destination address tells where the service module(s) is (are) located, and/or how to deliver the request to the service module(s).
  • the source protection ID identifies the processing unit and is used to determine whether the service module(s) should execute the request, or whether the request can be delivered to the service module(s), thus providing access to the service module selectively depending on source identity.
  • the number of transistors (often referred to as "gates") and the resulting gate size (and thus area) of the hardware module (on for example, an integrated circuit) devoted to address decoding and protection ID checking are comparatively large. Additional circuitry, which consumes more power, may also be needed in order to make this decoding and checking hardware dynamic (i.e., configurable) during operation.
  • a wireless device especially, where the demand for a smaller chip die size and a lower power consumption is high, a large and power-consuming address decoding and protection-checking module is unacceptable. This presents problems.
  • Figure 2 is a block diagram of a computer system
  • Figure 3 illustrates one embodiment of the invention showing in a block diagram form an on-chip system with N processing units, M service modules, an address mapping and protection module, and a request-delivery module;
  • Figure 4 illustrates one embodiment of the invention showing in a flowchart form the process in generating optimized address mapping and protection hardware
  • Figure 5 illustrates one embodiment of the invention showing in block diagram form a hardware implementation for the configurable address mapping -and protection architecture
  • Figure 6 illustrates one embodiment of the invention showing tin table form, a definition of some possible read-only, read-write, or not-accessible configuration parameters
  • Figure 7 illustrates one embodiment of the invention showing in table form, a definition of some possible not-accessible configuration parameters.
  • a method and apparatus for a configurable address mapping and protection architecture and hardware for on-chip systems are described.
  • Figure 1 illustrates a network environment 100 in which the techniques described may be applied.
  • the network environment 100 has a network 102 that connects S servers 104-1 through 104-S, and C clients 108-1 through 108-C. More details are described below.
  • Figure 2 illustrates a computer system 200 in block diagram form, which may be representative of any of the clients and/or servers shown in Figure 1. More details are described below.
  • circuitry for providing the necessary address mapping and protection functionality is provided in hardware.
  • the invention allows a product designer to configure the address mapping and protection module at design time, such that, only the minimum specified mapping and protection is implemented into the hardware.
  • the final gate size and power consumption of the address mapping and protection hardware module is determined by the specification of the product.
  • the address width and data word width for each of the service modules may also be considered and used to minimize the number of signal wires to/from the service modules. This may result in hardware that is not over designed and may more easily meet the gate count and power consumption requirements of a product.
  • a set of configuration parameters that may lead to overall gate size reduction, power consumption reduction, and/or the elimination of unnecessary signal wires for a final address mapping and protection hardware module.
  • Figure 4 shows the processing flow that can be used in generating optimized address mapping and protection hardware.
  • the architecture (423) includes the definition of the address mapping scheme, the definition of the protection scheme, the definition of the set of configuration parameters, and the definition of the specification language.
  • the designer can design the address mapping and protection module with minimum hardware based upon the product requirements (405). Based on the product requirements and user models, the designer should be able to decide, for instance, the number of service modules in the system, the number of address regions for a service module, and how the information of an address region is going to be used (443).
  • the designer needs to specify the address mapping and protection hardware module using the provided specification language (407 and 425).
  • a post-processing tool which takes the design specification as input, is used and generates an optimized hardware gate-level netlist (427) for the address mapping and protection hardware.
  • Figure 3 shows a block diagram of one embodiment of the invention having an on-chip system with N processing units at the top (302-0, 302-1 , through 302-N), and M service modules at the bottom (318-0, 318-1 , through 318-M).
  • N processing units at the top (302-0, 302-1 , through 302-N
  • M service modules at the bottom (318-0, 318-1 , through 318-M).
  • an address mapping and protection module 306 showing the address mapping 308 and protection key map 310 followed by a request-delivery module 314.
  • Figure 3 only shows the request delivery side of the system (i.e., the request side and does not show the return side).
  • the use model of the system is the following:
  • a request is sent from a processing unit (such as 320-N) to the address mapping and protection module (306).
  • the request (such as that illustrated at 312 and 316) is sent to the service module (such as 318-2) by the request-delivery module (314).
  • the address space for the entire on-chip system may be divided into R address regions.
  • Each service module in the system may have multiple address regions.
  • multiple address regions may be grouped into one address segment.
  • a processing unit needs to tag the request with an address that is within an address region of the module.
  • the information about an address region is kept in a region register stored in the address map hardware.
  • Information about an address segment is kept in a segment register, which is also stored in the address map hardware.
  • each protection key is kept in one protection key register, which resides in the protection key map hardware.
  • Each address region is associated with at least one protection key, and each processing unit is assigned with one or more protection ID.
  • the request is tagged with a protection ID (such as 515 shown in Figure 5) of the processing unit.
  • the protection ID is checked against those protection keys associated with that address region to see whether it is safe to forward the request to the service module.
  • Figure 5 shows one embodiment of the invention having ashardware implementation of the address mapping and protection architecture mentioned above.
  • a request is shown with its destination address tag and protection ID tag (such as illustrated in Figure 3 at 304).
  • the destination address contains three parts, a segment (base) address part 501a, a region (base) address part 501 b, and the offset within the region 501c.
  • the address mapping hardware contains the S segment registers (503) and the R region registers (505a, b, and c, for example; and there can be more region pages as shown in Figure 3).
  • Each address segment may contain multiple address regions - this is illustrated by having one page of region registers associated with each segment register (pages 505a, 505b, and 505c are associated with, for example, segment register 0, segment register 1 , and segment register 2, respectively.
  • Figure 5 also shows that the address segment 0 has five region registers (505a).
  • segment address of a request is used to match one of the segment registers (509), and the region address is used to match one or more of the region registers kept in the address map. Combining the two matching signals, in a normal case, one single match happens (511). Note that a duplicate match and a failed match may be detected, if desirable, as errors.
  • the protection key register number associated with the region is returned (519); and the routing information for the targeting service module is also returned (513).
  • the protection key register number (519) is used to filter out unrelated matches coming out of the protection key map module (517).
  • a positive security okay signal (521) indicates that the request can be delivered to the servicing module.
  • Table 1 shows a summary of the combinations and the results of a normal matching case (i.e., a single address match is identified and security check is also okay), and error cases.
  • a normal matching case i.e., a single address match is identified and security check is also okay
  • error cases i.e., a single match is identified.
  • Information (saved in the matched region register) about the destination service module is forwarded to the downstream modules. For instance,
  • the protection key ID is forwarded to the "Security Check Okay" circuit in order to complete the security check.
  • the destination service module's data word width and physical target ID are forwarded to the request-delivery module.
  • a set of configuration parameters and registers are also identified for the architecture mentioned above such that a designer can adjust them in order to build the address mapping and protection module with minimum hardware. The final goal is to reduce the hardware module's gate size, power consumption, and signal wires.
  • DataWidth This parameter represents the data word size of a request. Different data word sizes can be allowed for requests coming from different processing units. However, only a single data width parameter is used here; thus, requests coming from the processing units have the same data word size. Setting this parameter to only the needed data word size can save gates and wires in the hardware module.
  • AddrWidth This parameter represents the address tag width for the on-chip system; i.e, the dimension of the address mapping and protection module. Setting this parameter to only the needed address width can save a great number of gates and wires in the hardware module.
  • SegmentSize register field This field tells the size of a segment; it can be used to reduce the number of bits for a segment register.
  • RegionSize register field This field tells the size of an address region; it can be used to reduce the number of bits for a region register.
  • RegionBase register field This field indicates the region base address of an address region.
  • RegionProtectionKeyRegisterNum (RPKRN) register field This field tells which protection key register is to be used by the security checking logic when a single match occurs on this address region. Multiple register fields of this type can exist, however, only one is used here.
  • RegionDataWidth register field This field tells the data word width of the service module that links to an address region. It can be used to trim data bus wires, if possible, connecting to the service module. It can also be used to indicate whether data packing or unpacking is needed; packing or unpacking may be needed when the data word size of a request's source processing unit is different from the data word size of the request's destination service module.
  • RegionPhysicalTargetlD (RPTID) register field This field describes the physical linkage between an address region and a service module. This physical linkage can be, for example: (1) hardware routing information to be passed on to the request-delivery module in order to deliver a request to the service module; or (2) a hardware signal bit position such that, when the request-delivery module asserts the signal, a request is sent to the service module.
  • RegionAddressSpace (RAS) register field This field allows an address region of a service module to be further partitioned.
  • RegionEnable register field This field indicates whether or not this region register is used for the current design or to indicate whether the region is currently available; -
  • NumProtectionKeys This parameter indicates how many protection key registers can exist in the system and is used to remove un-needed protection key registers. In addition, it can also save bits in each of the region registers, where a protection key number is stored.
  • each of the registers can also be specified to be one of the following three usage types so that a minimum logic design can be applied to construct the hardware to save area and power:
  • Non-Accessible (NA) Register Field A register field is hardwired to a power-on value and cannot be read, nor written.
  • Register Field A register field is hardwired to a power-on value and needs to be software visible (read-only) during operation. In this case, extra gates are needed in order to allow the software read access of the register field.
  • RW Read-Write Register Field
  • extra circuitry for example, in the form of flip-flops and gates
  • each register field can also be specified as an "exporting constant” (EC) register field such that the netlist portion of the register field is exported to the top-level of the final netlist. It makes the power-on value of a register field more easily to be manually modified, as needed by a product, late during the full chip generation process.
  • the ProtectionKeyBitVector register field of each of the protection key registers can be declared as "exporting constant” field; therefore, it allows a final protection key map to be put into the chip late in the product generation process.
  • Figure 6 and Figure 7 show two almost identical address mapping and protection configurations.
  • the register fields in Figure 6 are of RO, RW, or NA type; however, for Figure 7, all register fields are of NA type, plus, the un-used region register 1 is removed.
  • the number of flip-flops (also referred to as flops) saved in Figure 7 is 82; that is no flops are used in the address map (308) and the protection key map (310) as shown in the center of Figure 3.
  • the address width of the hardware module is reduced from 20 to 17, and (2) the number of protection IDs is scaled down to 8, additional buffer register bits and signal wires can be saved versus the Figure 6 case.
  • SegmentBase 0x10000 ⁇ access RW ⁇
  • RegionAddressSpace 0 ⁇ access RO ⁇ RegionEnable: Yes ⁇ access RW ⁇
  • RegionPhysicalTargetlD link to ServiceModule 1 using "targetselect pin 1" ⁇ access NA ⁇
  • RegionAddressSpace 1 ⁇ access RO ⁇ RegionEnable: No ⁇ access RW ⁇
  • RegionBase 0x00000 ⁇ access RW ⁇
  • RegionProtectionKeyRegisterNum 0 ⁇ access RW ⁇ RegionDataWidth: 4B ⁇ access NA ⁇
  • RegionPhysicalTargetlD link to ServiceModule 0 using "targetselect pin 0" ⁇ access NA ⁇
  • RegionAddressSpace 0 ⁇ access RO ⁇ RegionEnable: Yes ⁇ access RW ⁇
  • RegionSize 4KB ⁇ access RO ⁇
  • RegionBase 0x10000 ⁇ access RW ⁇
  • RegionProtectionKeyRegisterNum 1 ⁇ access RW ⁇
  • RegionPhysicalTargetlD link to ServiceModule 2 using "targetselect pin 2" ⁇ access NA ⁇
  • RegionAddressSpace 0 ⁇ access RO ⁇
  • RegionPhysicalTargetlD link to ServiceModule 3 using "targetselect pin 3" ⁇ access NA ⁇
  • RegionAddressSpace 0 ⁇ access RO ⁇ RegionEnable: Yes ⁇ access RW ⁇
  • ProtectionKeyBitVector 0x007B ⁇ access RW and EC ⁇
  • ProtectionKeyBitVector 0x0085 ⁇ access RW and EC ⁇ ⁇ [0032]
  • the address region 1 is disabled at the initialization time (i.e., the region register's RegionEnable field is set to "No"), but can be re-configured at run-time because the field is read/writable.
  • the request address width is 20 bits and data word size is 16 bits.
  • ServiceModule 0, 1 , 2, and 3.
  • Address region 0, 1 , and 2 exist in the address segment 0 and are based at address 0x00100, 0x01000, and 0x0000, and of size 256 bytes, 4K bytes, and 16 bytes, respectively.
  • the region register 1 is not enabled at the current time, but, can be used as a future addition.
  • Address region 3 and 4 exist in the address segment 1 and are based at address 0x10000 and 0x11000, respectively; both are 4K-byte in size.
  • RegionPhysicalTargetlD link to ServiceModule 1 using "targetselect pin 1" ⁇ access NA ⁇
  • RegionSize 16B ⁇ access NA ⁇ RegionBase: 0x00000 ⁇ access NA ⁇ RegionProtectionKeyRegisterNum: 0 ⁇ access NA ⁇ RegionDataWidth: 4B ⁇ access NA ⁇
  • RegionPhysicalTargetlD link to ServiceModule 0 using "targetselect pin 0" ⁇ access NA ⁇
  • RegionAddressSpace 0 ⁇ access NA ⁇ RegionEnable: Yes ⁇ access NA ⁇
  • RegionProtectionKeyRegisterNum 1 ⁇ access NA ⁇
  • RegionPhysicalTargetlD link to ServiceModule 2 using "targetselect pin 2" ⁇ access
  • RegionAddressSpace 0 ⁇ access NA ⁇
  • RegionSize 4KB ⁇ access NA ⁇ RegionBase: 0x11000 ⁇ access NA ⁇ RegionProtectionKeyRegisterNum: 0 ⁇ access NA ⁇ RegionDataWidth: 4B ⁇ access NA ⁇
  • RegionPhysicalTargetlD link to ServiceModule 3 using "targetselect pin 3" ⁇ access NA ⁇
  • RegionAddressSpace 0 ⁇ access NA ⁇ RegionEnable: Yes ⁇ access NA ⁇
  • PROTECTIONKEY(O) ⁇ ProtectionKeyBitVector: 0x007B ⁇ access NA and EC ⁇
  • PROTECTIONKEY(l) ⁇ ProtectionKeyBitVector: 0x0085 ⁇ access NA and EC ⁇
  • a post-processing tool which takes the specified design (such as the specification text shown above) as input, is used and generates an optimized hardware netlist for the address mapping and protection hardware.
  • Figure 1 illustrates a network environment 100 in which the techniques described may be applied.
  • the network environment 100 has a network 102 that connects S servers 104-1 through 104-S, and C clients 108-1 through 108-C.
  • S servers 104-1 through 104-S and C clients 108-1 through 108-C are connected to each other via a network 102, which may be, for example, an on-chip communication network.
  • the network 102 might be or include one or more of: inter-chip communications, an optical network, the Internet, a Local Area Network (LAN), Wide Area Network (WAN), satellite link, fiber network, cable network, or a combination of these and/or others.
  • the servers may represent, for example: a master device on a chip; a memory; an intellectual property core, such as a microprocessor, communications interface, etc.; a disk storage system; and/or computing resources.
  • the clients may have computing, storage, and viewing capabilities.
  • the method and apparatus described herein may be applied to essentially any type of communicating means or device whether local or remote, such as a LAN, a WAN, a system bus, on-chip bus, etc.
  • client and server is for clarity in specifying who initiates a communication (the client) and who responds (the server). No hierarchy is implied unless explicitly stated. Both functions may be in a single communicating device, in which case the client-server and server-client relationship may be viewed as peer-to- peer. Thus, if two devices such as 108-1 and 104-S can both initiate and respond to communications, their communication may be viewed as peer-to-peer. Likewise, communications between 104-1 and 104-S, and 108-1 and 108-C may be viewed as peer to peer if each such communicating device is capable of initiation and response to communication.
  • FIG. 2 illustrates a system 200 in block diagram form, which may be representative of any of the clients and/or servers shown in Figure 1.
  • the block diagram is a high level conceptual representation and may be implemented in a variety of ways and by various architectures.
  • Bus system 202 interconnects a Central Processing Unit (CPU) 204, Read Only Memory (ROM) 206, Random Access Memory (RAM) 208, storage 210, display 220, audio, 222, keyboard 224, pointer 226, miscellaneous input/output (I/O) devices 228, and communications 230.
  • CPU Central Processing Unit
  • ROM Read Only Memory
  • RAM Random Access Memory
  • the bus system 202 may be for example, one or more of such buses as an on- chip bus, a system bus, Peripheral Component Interconnect (PCI), Advanced Graphics Port (AGP), Small Computer System Interface (SCSI), Institute of Electrical and Electronics Engineers (IEEE) standard number 1394 (FireWire), Universal Serial Bus (USB), etc.
  • the CPU 204 may be a single, multiple, or even a distributed computing resource.
  • Storage 210 may be Compact Disc (CD), Digital Versatile Disk (DVD), hard disks (HD), optical disks, tape, flash, memory sticks, video recorders, etc.
  • Display 220 might be, for example, a Cathode Ray Tube (CRT), Liquid Crystal Display (LCD), a projection system, Television (TV), etc. Note that depending upon the actual implementation of the system, the system may include some, all, more, or a rearrangement of components in the block diagram.
  • an on-chip communications system on an integrated circuit may lack a display 220, keyboard 224, and a pointer 226.
  • a thin client might consist of a wireless hand held device that lacks, for example, a traditional keyboard.
  • the present invention can be implemented by an apparatus for performing the operations herein.
  • This apparatus may be specially constructed for the required purposes, or it may comprise a general-purpose computer, selectively activated or reconfigured by a computer program stored in the computer.
  • a computer program may be stored in a computer readable storage medium, such as, but not limited to, any type of disk including floppy disks, hard disks, optical disks, compact disk- read only memories (CD-ROMs), digital versatile disk (DVD), and magnetic-optical disks, readonly memories (ROMs), random access memories (RAMs), electrically programmable read-only memories (EPROM)s, electrically erasable programmable read-only memories (EEPROMs), FLASH memories, magnetic or optical cards, etc., or any type of media suitable for storing electronic instructions either local to the computer or remote to the computer.
  • ROMs readonly memories
  • RAMs random access memories
  • EPROM electrically programmable read-only memories
  • EEPROMs electrically erasable programmable read
  • the methods of the invention may be implemented using computer software. If written in a programming language conforming to a recognized standard, sequences of instructions designed to implement the methods can be compiled for execution on a variety of hardware platforms and for interface to a variety of operating systems. It will be appreciated that a variety of programming languages may be used to implement the teachings of the invention as described herein. Furthermore, it is common in the art to speak of software, in one form or another (e.g., program, procedure, application, driver,...), as taking an action or causing a result. Such expressions are merely a shorthand way of saying that execution of the software by a computer causes the processor of the computer to perform an action or produce a result.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Storage Device Security (AREA)
PCT/US2003/035022 2002-11-05 2003-11-03 A method for configurable address mapping Ceased WO2004044681A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2004551691A JP4768990B2 (ja) 2002-11-05 2003-11-03 オンチップ・システム用の構成可能アドレス・マッピングと保護アーキテクチャ及びハードウエアに関する方法及び装置
AU2003287494A AU2003287494A1 (en) 2002-11-05 2003-11-03 A method for configurable address mapping
EP03781736.8A EP1561175B1 (en) 2002-11-05 2003-11-03 A method for configurable address mapping

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/288,973 2002-11-05
US10/288,973 US7266786B2 (en) 2002-11-05 2002-11-05 Method and apparatus for configurable address mapping and protection architecture and hardware for on-chip systems

Publications (3)

Publication Number Publication Date
WO2004044681A2 true WO2004044681A2 (en) 2004-05-27
WO2004044681A3 WO2004044681A3 (en) 2004-09-23
WO2004044681B1 WO2004044681B1 (en) 2004-11-18

Family

ID=32176015

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2003/035022 Ceased WO2004044681A2 (en) 2002-11-05 2003-11-03 A method for configurable address mapping

Country Status (6)

Country Link
US (3) US7266786B2 (enExample)
EP (1) EP1561175B1 (enExample)
JP (1) JP4768990B2 (enExample)
KR (1) KR100982145B1 (enExample)
AU (1) AU2003287494A1 (enExample)
WO (1) WO2004044681A2 (enExample)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7793345B2 (en) 2002-11-05 2010-09-07 Sonics, Inc. Method and apparatus for a configurable protection architecture for on-chip systems

Families Citing this family (46)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6925540B2 (en) * 2002-05-02 2005-08-02 Intel Corporation Systems and methods for chassis identification
US8504992B2 (en) * 2003-10-31 2013-08-06 Sonics, Inc. Method and apparatus for establishing a quality of service model
US9087036B1 (en) 2004-08-12 2015-07-21 Sonics, Inc. Methods and apparatuses for time annotated transaction level modeling
JP4526111B2 (ja) * 2003-12-19 2010-08-18 インターナショナル・ビジネス・マシーンズ・コーポレーション マイクロコンピュータおよびデバッグ方法
US7358761B1 (en) * 2005-01-21 2008-04-15 Csitch Corporation Versatile multiplexer-structures in programmable logic using serial chaining and novel selection schemes
JP4346587B2 (ja) * 2005-07-27 2009-10-21 富士通株式会社 システムシミュレーション方法
US7694249B2 (en) * 2005-10-07 2010-04-06 Sonics, Inc. Various methods and apparatuses for estimating characteristics of an electronic system's design
EP1801700B1 (en) * 2005-12-23 2013-06-26 Texas Instruments Inc. Method and systems to restrict usage of a DMA channel
US8719526B2 (en) * 2006-01-05 2014-05-06 Broadcom Corporation System and method for partitioning multiple logical memory regions with access control by a central control agent
US8868397B2 (en) 2006-11-20 2014-10-21 Sonics, Inc. Transaction co-validation across abstraction layers
US8020124B2 (en) * 2006-11-20 2011-09-13 Sonics, Inc. Various methods and apparatuses for cycle accurate C-models of components
US20080120082A1 (en) * 2006-11-20 2008-05-22 Herve Jacques Alexanian Transaction Co-Validation Across Abstraction Layers
US8631468B2 (en) * 2008-11-10 2014-01-14 Samsung Electronics Co., Ltd. Active access monitoring for safer computing environments and systems
US8190804B1 (en) * 2009-03-12 2012-05-29 Sonics, Inc. Various methods and apparatus for a memory scheduler with an arbiter
US8789170B2 (en) * 2010-09-24 2014-07-22 Intel Corporation Method for enforcing resource access control in computer systems
KR101724590B1 (ko) * 2011-01-31 2017-04-11 삼성전자주식회사 멀티 프로세서 시스템에서의 메모리 보호 장치 및 방법
US9021156B2 (en) 2011-08-31 2015-04-28 Prashanth Nimmala Integrating intellectual property (IP) blocks into a processor
US8930602B2 (en) 2011-08-31 2015-01-06 Intel Corporation Providing adaptive bandwidth allocation for a fixed priority arbiter
US8713240B2 (en) * 2011-09-29 2014-04-29 Intel Corporation Providing multiple decode options for a system-on-chip (SoC) fabric
US8929373B2 (en) 2011-09-29 2015-01-06 Intel Corporation Sending packets with expanded headers
US8711875B2 (en) 2011-09-29 2014-04-29 Intel Corporation Aggregating completion messages in a sideband interface
US8874976B2 (en) 2011-09-29 2014-10-28 Intel Corporation Providing error handling support to legacy devices
US8713234B2 (en) * 2011-09-29 2014-04-29 Intel Corporation Supporting multiple channels of a single interface
US8805926B2 (en) 2011-09-29 2014-08-12 Intel Corporation Common idle state, active state and credit management for an interface
US8775700B2 (en) 2011-09-29 2014-07-08 Intel Corporation Issuing requests to a fabric
US9053251B2 (en) 2011-11-29 2015-06-09 Intel Corporation Providing a sideband message interface for system on a chip (SoC)
US9805221B2 (en) * 2011-12-21 2017-10-31 Intel Corporation Incorporating access control functionality into a system on a chip (SoC)
US9740518B2 (en) 2012-09-12 2017-08-22 Nxp Usa, Inc. Conflict detection circuit for resolving access conflict to peripheral device by multiple virtual machines
WO2014080248A1 (en) * 2012-11-23 2014-05-30 Freescale Semiconductor, Inc. System on chip
US9336411B2 (en) 2012-11-23 2016-05-10 Freescale Semiconductor, Inc. System on chip
CN105247817B (zh) * 2013-06-28 2019-05-07 英特尔公司 用于源同步电路交换片上网络(NoC)的方法、装置和系统
WO2015008112A1 (en) 2013-07-18 2015-01-22 Freescale Semiconductor, Inc. System on chip and method therefor
CN103543980B (zh) * 2013-11-07 2021-10-22 吴胜远 数字数据处理的方法及装置
US20150331043A1 (en) * 2014-05-15 2015-11-19 Manoj R. Sastry System-on-chip secure debug
US9690719B2 (en) 2014-09-11 2017-06-27 Nxp Usa, Inc. Mechanism for managing access to at least one shared integrated peripheral of a processing unit and a method of operating thereof
JPWO2017168753A1 (ja) * 2016-04-01 2018-11-22 富士通株式会社 通信システムおよび通信方法
DE102016220639A1 (de) 2016-10-20 2018-04-26 Infineon Technologies Ag Speicherschutzeinheit und Verfahren zum Schützen eines Speicheradressraumes
US10911261B2 (en) 2016-12-19 2021-02-02 Intel Corporation Method, apparatus and system for hierarchical network on chip routing
US10846126B2 (en) 2016-12-28 2020-11-24 Intel Corporation Method, apparatus and system for handling non-posted memory write transactions in a fabric
US20190007212A1 (en) 2017-06-30 2019-01-03 Intel Corporation Secure unlock systems for locked devices
US10318455B2 (en) * 2017-07-19 2019-06-11 Dell Products, Lp System and method to correlate corrected machine check error storm events to specific machine check banks
US11281810B1 (en) * 2018-12-11 2022-03-22 Xilinx, Inc. Memory access protection in programmable logic device
US11720495B2 (en) * 2019-05-24 2023-08-08 Texas Instmments Incorporated Multi-level cache security
US12299183B1 (en) * 2020-12-31 2025-05-13 Meta Platforms Technologies, Llc Tamper detection and prevention in computer systems having one-time programmable memory
US11886877B1 (en) * 2021-09-24 2024-01-30 Apple Inc. Memory select register to simplify operand mapping in subroutines
CN118795831A (zh) * 2023-04-11 2024-10-18 国能智深控制技术有限公司 Io模块组态方法、装置、存储介质及处理器

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5987557A (en) 1997-06-19 1999-11-16 Sun Microsystems, Inc. Method and apparatus for implementing hardware protection domains in a system with no memory management unit (MMU)
US5995736A (en) 1997-07-24 1999-11-30 Ati Technologies, Inc. Method and system for automatically modelling registers for integrated circuit design
US6233702B1 (en) 1992-12-17 2001-05-15 Compaq Computer Corporation Self-checked, lock step processor pairs

Family Cites Families (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3747946A (en) 1970-12-21 1973-07-24 R Edens Tool holders
US4298208A (en) 1980-01-31 1981-11-03 Erickson Tool Company Spring actuated chuck
US4665395A (en) * 1984-12-14 1987-05-12 Ness Bradford O Van Automatic access control system for vehicles
US4814982A (en) * 1984-12-24 1989-03-21 General Electric Company Reconfigurable, multiprocessor system with protected, multiple, memories
US5513337A (en) * 1994-05-25 1996-04-30 Intel Corporation System for protecting unauthorized memory accesses by comparing base memory address with mask bits and having attribute bits for identifying access operational mode and type
US5991895A (en) * 1995-05-05 1999-11-23 Silicon Graphics, Inc. System and method for multiprocessor partitioning to support high availability
CA2178440A1 (en) * 1995-06-07 1996-12-08 Robert W. Horst Fail-fast, fail-functional, fault-tolerant multiprocessor system
US6072944A (en) * 1995-09-08 2000-06-06 Iq Systems, Inc. Methods and apparatus for distributed processing and rapid ASIC development
US6101590A (en) * 1995-10-10 2000-08-08 Micro Unity Systems Engineering, Inc. Virtual memory system with local and global virtual address translation
US6023565A (en) * 1996-03-29 2000-02-08 Xilinx, Inc. Method for configuring circuits over a data communications link
US5774647A (en) * 1996-05-15 1998-06-30 Hewlett-Packard Company Management of memory modules
US6209123B1 (en) * 1996-11-01 2001-03-27 Motorola, Inc. Methods of placing transistors in a circuit layout and semiconductor device with automatically placed transistors
US6006022A (en) * 1996-11-15 1999-12-21 Microsystem Synthesis, Inc. Cross-linked development and deployment apparatus and method
US6516456B1 (en) * 1997-01-27 2003-02-04 Unisys Corporation Method and apparatus for selectively viewing nets within a database editor tool
GB2325061B (en) 1997-04-30 2001-06-06 Advanced Risc Mach Ltd Memory access protection
US5948089A (en) * 1997-09-05 1999-09-07 Sonics, Inc. Fully-pipelined fixed-latency communications system with a real time dynamic bandwidth allocation
US6367058B1 (en) * 1998-03-26 2002-04-02 Altera Corporation Partitioning using hardware
US6182193B1 (en) * 1998-05-28 2001-01-30 3Com Corporation Caching system using cache indexes for call group data of call requests in ATM network devices
US6286083B1 (en) * 1998-07-08 2001-09-04 Compaq Computer Corporation Computer system with adaptive memory arbitration scheme
US6182183B1 (en) * 1998-11-13 2001-01-30 Sonics, Inc. Communications system and method with multilevel connection identification
US6311316B1 (en) * 1998-12-14 2001-10-30 Clear Logic, Inc. Designing integrated circuit gate arrays using programmable logic device bitstreams
US6651171B1 (en) * 1999-04-06 2003-11-18 Microsoft Corporation Secure execution of program code
US6484227B1 (en) * 1999-08-23 2002-11-19 Advanced Micro Devices, Inc. Method and apparatus for overlapping programmable address regions
US6519690B1 (en) * 1999-08-23 2003-02-11 Advanced Micro Devices, Inc. Flexible address programming with wrap blocking
US6330225B1 (en) * 2000-05-26 2001-12-11 Sonics, Inc. Communication system and method for different quality of service guarantees for different data flows
US6543043B1 (en) * 2000-06-01 2003-04-01 Cadence Design Systems, Inc. Inter-region constraint-based router for use in electronic design automation
US7080011B2 (en) * 2000-08-04 2006-07-18 International Business Machines Corporation Speech label accelerators and techniques for using same
US7165094B2 (en) 2001-03-09 2007-01-16 Sonics, Inc. Communications system and method with non-blocking shared interface
US6662251B2 (en) 2001-03-26 2003-12-09 International Business Machines Corporation Selective targeting of transactions to devices on a shared bus
US6785753B2 (en) 2001-06-01 2004-08-31 Sonics, Inc. Method and apparatus for response modes in pipelined environment
US6775750B2 (en) * 2001-06-29 2004-08-10 Texas Instruments Incorporated System protection map
US7107374B1 (en) * 2001-09-05 2006-09-12 Xilinx, Inc. Method for bus mastering for devices resident in configurable system logic
US6578117B2 (en) 2001-10-12 2003-06-10 Sonics, Inc. Method and apparatus for scheduling requests using ordered stages of scheduling criteria
US6854039B1 (en) * 2001-12-05 2005-02-08 Advanced Micro Devices, Inc. Memory management system and method providing increased memory access security
US6715085B2 (en) * 2002-04-18 2004-03-30 International Business Machines Corporation Initializing, maintaining, updating and recovering secure operation within an integrated system employing a data access control function
US6976106B2 (en) 2002-11-01 2005-12-13 Sonics, Inc. Method and apparatus for speculative response arbitration to improve system latency
US7266786B2 (en) 2002-11-05 2007-09-04 Sonics, Inc. Method and apparatus for configurable address mapping and protection architecture and hardware for on-chip systems
US7149829B2 (en) 2003-04-18 2006-12-12 Sonics, Inc. Various methods and apparatuses for arbitration among blocks of functionality
US20040210696A1 (en) 2003-04-18 2004-10-21 Meyer Michael J. Method and apparatus for round robin resource arbitration
US7062695B2 (en) * 2003-05-23 2006-06-13 Lsi Logic Corporation Memory implementation for handling integrated circuit fabrication faults
US20070100834A1 (en) * 2004-09-15 2007-05-03 John Landry System and method for managing data in a distributed computer system
US7324922B2 (en) * 2005-10-26 2008-01-29 International Business Machines Corporation Run-time performance verification system
US20070162268A1 (en) * 2006-01-12 2007-07-12 Bhaskar Kota Algorithmic electronic system level design platform
US8516418B2 (en) * 2006-06-30 2013-08-20 Oracle America, Inc. Application of a relational database in integrated circuit design
US8032329B2 (en) 2008-09-04 2011-10-04 Sonics, Inc. Method and system to monitor, debug, and analyze performance of an electronic design

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6233702B1 (en) 1992-12-17 2001-05-15 Compaq Computer Corporation Self-checked, lock step processor pairs
US5987557A (en) 1997-06-19 1999-11-16 Sun Microsystems, Inc. Method and apparatus for implementing hardware protection domains in a system with no memory management unit (MMU)
US5995736A (en) 1997-07-24 1999-11-30 Ati Technologies, Inc. Method and system for automatically modelling registers for integrated circuit design

Non-Patent Citations (1)

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

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7793345B2 (en) 2002-11-05 2010-09-07 Sonics, Inc. Method and apparatus for a configurable protection architecture for on-chip systems
US8443422B2 (en) 2002-11-05 2013-05-14 Sonics, Inc. Methods and apparatus for a configurable protection architecture for on-chip systems

Also Published As

Publication number Publication date
AU2003287494A1 (en) 2004-06-03
US20060129747A1 (en) 2006-06-15
US7793345B2 (en) 2010-09-07
AU2003287494A8 (en) 2004-06-03
EP1561175B1 (en) 2017-03-22
US20040088566A1 (en) 2004-05-06
WO2004044681A3 (en) 2004-09-23
WO2004044681B1 (en) 2004-11-18
US7266786B2 (en) 2007-09-04
US20110067114A1 (en) 2011-03-17
KR100982145B1 (ko) 2010-09-14
JP2006505867A (ja) 2006-02-16
KR20050084639A (ko) 2005-08-26
EP1561175A2 (en) 2005-08-10
JP4768990B2 (ja) 2011-09-07
US8443422B2 (en) 2013-05-14
EP1561175A4 (en) 2008-12-24

Similar Documents

Publication Publication Date Title
EP1561175B1 (en) A method for configurable address mapping
US10649927B2 (en) Dual in-line memory module (DIMM) programmable accelerator card
US7502826B2 (en) Atomic operations
US20080055090A1 (en) Sending service data to an RFID tag while an attached computer system is powered off
US20220035766A1 (en) Hybrid remote direct memory access
US8549231B2 (en) Performing high granularity prefetch from remote memory into a cache on a device without change in address
KR100372492B1 (ko) 네트워크 프로세서를 사용하는 서버 클러스터 접속
AU2014331142B2 (en) An asset management device and method in a hardware platform
US7822877B2 (en) Network processor integrated circuit with a software programmable search engine communications module
US11036595B2 (en) Semiconductor system including fault manager
US9535851B2 (en) Transactional memory that performs a programmable address translation if a DAT bit in a transactional memory write command is set
US7752076B2 (en) Inventory management of resources
CN112463214B (zh) 数据处理方法及装置、计算机可读存储介质以及电子设备
US11675680B2 (en) Computing system initialization system
US20190187984A1 (en) System memory controller with atomic operations
US12405893B2 (en) Technology for early abort of compression acceleration
CN121187972A (zh) 翻译方法、虚拟化管理模块、io控制器及相关产品
CN111241098A (zh) 一种工业故障数据响应方法及装置
US20180307647A1 (en) Computing systems relating to serial and parallel interfacing operations
HK1225462B (zh) 硬件平台中的资产管理设备和方法

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

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

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM 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)
B Later publication of amended claims

Effective date: 20041014

REEP Request for entry into the european phase

Ref document number: 2003781736

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2003781736

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 1020057007810

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 2004551691

Country of ref document: JP

WWP Wipo information: published in national office

Ref document number: 2003781736

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1020057007810

Country of ref document: KR