[go: up one dir, main page]

WO1999031665A1 - Adressage de memoire - Google Patents

Adressage de memoire Download PDF

Info

Publication number
WO1999031665A1
WO1999031665A1 PCT/IE1998/000104 IE9800104W WO9931665A1 WO 1999031665 A1 WO1999031665 A1 WO 1999031665A1 IE 9800104 W IE9800104 W IE 9800104W WO 9931665 A1 WO9931665 A1 WO 9931665A1
Authority
WO
WIPO (PCT)
Prior art keywords
circuit device
access
address
external processor
registers
Prior art date
Application number
PCT/IE1998/000104
Other languages
English (en)
Inventor
Kevin Dewar
Original Assignee
Tellabs Research Limited
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 Tellabs Research Limited filed Critical Tellabs Research Limited
Priority to AU16802/99A priority Critical patent/AU1680299A/en
Priority to EP98961334A priority patent/EP1040483A1/fr
Publication of WO1999031665A1 publication Critical patent/WO1999031665A1/fr

Links

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C5/00Details of stores covered by group G11C11/00
    • G11C5/06Arrangements for interconnecting storage elements electrically, e.g. by wiring
    • G11C5/066Means for reducing external access-lines for a semiconductor memory clip, e.g. by multiplexing at least address and data signals
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C7/00Arrangements for writing information into, or reading information out from, a digital store
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C8/00Arrangements for selecting an address in a digital store

Definitions

  • the invention relates to memory addressing and/or register addressing, and particularly to internal or external addressing of memory and/or registers associated with a dedicated circuit device such as an ASIC or an FPGA or other dedicated circuit with a requirement for a low level of interaction with an external processor over a small bus.
  • such devices comprise a microprocessor interface to allow an external microprocessor access internal or external memory or registers.
  • an external microprocessor access internal or external memory or registers.
  • it is known to directly memory -map the ASIC registers into the address space of the microprocessor.
  • this may lead to a requirement for a large number of address pins on the ASIC if there are a large number of internal locations.
  • Another object is to provide an interface which is common to a number of different dedicated devices, and to provide a more common accessing method.
  • a still further object is to improve independence of dedicated circuits so that they are more tolerant of processor faults.
  • Another object is to allow handling of larger internal and external address space in a simple and flexible manner.
  • circuit device comprising an external processor interface comprising:-
  • a controller comprising means for connection to actual memory, and means for performing reads and writes to the actual memory using addresses and data written to the access registers via the external processor address and data ports.
  • the controller comprises means for performing a write operation by:-
  • the controller comprises means for performing a read operation by:-
  • the controller comprises means for reading an actual memory address from a plurality of access registers if the address is wider than the address port.
  • the processor interface comprises a plurality of controllers, each connected to interface between the access registers and an associated actual memory.
  • a controller is connected to interface between the access registers and memory external to the circuit device.
  • a controller is connected to interface between the access registers and internal registers.
  • the controller comprises means for automatically incrementing actual memory addresses for efficient access to contiguous blocks.
  • the controller comprises means for disabling actual memory writes until an unlock value is written to an access lock register.
  • the circuit device is an ASIC.
  • the ASIC is an ATM cell processing ASIC.
  • the invention provides a method carried out by a circuit device and an external processor for performing a write operation to a memory associated with the circuit device, the method comprising the steps of:-
  • the external processor writing the address of the memory location to an access register of the circuit device
  • the invention provides a method carried out by a circuit device and an external processor for performing a read operation from a memory associated with the circuit device, the method comprising the steps of:-
  • the external processor writing the address of the memory location to an access register of the circuit device
  • Fig. 1 is an overview schematic representation of an ASIC circuit device connected to a host microprocessor and to external RAM;
  • Fig. 2 is a schematic representation of a microprocessor interface of the ASIC.
  • an ASIC 1 of the invention connected to a host microprocessor 2 and to external RAM 3.
  • the ASIC 1 comprises a microprocessor interface 10 having access registers 11 and a set of memory controllers 12. Other ASIC functions are indicated generally by the numeral 13.
  • the ASIC 1 also includes internal registers 14 which are one byte wide and have a total capacity of 1024 bytes.
  • the interface 10 comprises a UPI 17 which interfaces between external ports and the access registers 1 1.
  • the external ports include a 5-bit address port 18, an 8-bit data port 19, and two control ports 20 and 21.
  • the access registers 17 include address registers, read data registers, a lock register, and auto increment logic.
  • the memory controllers 12 comprise an internal register access controller 12(a) for controlling access to the internal registers 14. They also include an SRAM port controller 12(b) connected to the external memory interface 15 shown in Fig. 1.
  • the controllers 12 include a RAM port controller 12(c), also connected to the external memory interface 15.
  • Fig. 1 also shows a chip boundary 22 and a core boundary 23. In operation, reads and writes are performed by the external processor 2 via the access registers to a set of a larger number of "actual" locations. Reading an actual memory location requires two steps as follows:-
  • a write operation requires two steps as follows:-
  • Summary_Status register which allows important information to be read out directly (i.e. with only a single access).
  • Access_Lock register which allows the device to be write-protected.
  • the internal register access controller 12(a) then performs the write to the register 14 as instructed by the external processor 2 via the access registers 11.
  • the external processor 2 may require the value 55AA55AA to be written to location ABCD05 of the RAM 3.
  • the external processor performs the following writes:-
  • the SRAM port controller 12(b) then uses these writes to perform the actual write to the SRAM 3 via the external memory interface.
  • the access registers are the locations that are directly visible in the top- level address space. Some of these registers are not simple read/write registers. Some locations (and bits within locations) are Read-Only (typically status bits) and other bits/locations are Write Only i.e. they are not real registers but are targets used to initiate some action (e.g. a write to SRAM). Some registers are read/write in the normal sense (i.e. it is possible to read back a value just written) whilst others are bi-directional where they can be used as targets for both read and write operations but what is read is not the most recently written value.
  • Accessing an internal register is accomplished by setting up the address of the register in access registers Reg_Addr_U and Reg_Addr_L and then either writing the required new value to access register Reg_Data (causing this value to be subsequently transferred to the actual internal register) or reading the value of the internal register from Reg_Data (where it will have been copied from the internal register by the act of setting up the address).
  • an address auto-increment feature is implemented. This feature causes an automatic post-increment of the register address or SRAM address following an access to either. This means that to access a contiguous series of registers or SRAM locations it is only necessary to set up the address of the starting location.
  • an Access_Lock register is provided. Writes to internal registers of SRAM will only succeed if the Access_Lock register has previously been written with the UNLOCK value (0xA5). During normal operation, once configuration is complete, the ASIC should be kept locked except for a configuration change. This will minimize the time during which the ASIC is potentially sensitive to a faulty processor or software.
  • stat_b read_access_reg(reg_data);
  • orig_val read_access_reg(ref_data); /* get original value */ write_access_reg(reg_data); /* set lower byte+0x20 again (because of auto-increment) */ write_access_ref(reg_data, orig_val&0xf3); /* sets lower 4 bits to '3' */
  • the invention allows a dedicated device such as an ASIC or an FPGA to require much fewer pins for processor interfacing. It also achieves more consistency in access methods to registers and memory, both internal and external. Another advantage is that it decouples the timing of the external and internal interfaces.

Landscapes

  • Engineering & Computer Science (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Storage Device Security (AREA)

Abstract

L'interface (10) avec le microprocesseur d'un dispositif à circuits de type ASIC (circuits intégrés à application spécifique) comprend une interface (17) universelle pour périphérique (UPI) qui sert d'interface entre des ports externes (17-21) et des registres d'accès internes (11). Les registres d'accès sont connectés à un contrôleur (12(c)) d'accès à une mémoire à accès direct (RAM) et à un contrôleur (12(a)) d'accès au registre interne. Ces contrôleurs servent d'interface entre le registre d'accès (11) et la mémoire ou les registres respectifs. Les opérations de lecture et d'écriture sont effectuées par un processeur externe (2) qui utilise les registres d'accès (11).
PCT/IE1998/000104 1997-12-15 1998-12-15 Adressage de memoire WO1999031665A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
AU16802/99A AU1680299A (en) 1997-12-15 1998-12-15 Memory addressing
EP98961334A EP1040483A1 (fr) 1997-12-15 1998-12-15 Adressage de memoire

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
IE970886 1997-12-15
IE970886 1997-12-15
IES980710 IES980710A2 (en) 1997-12-15 1998-08-31 Memory Addressing
IES980710 1998-08-31

Publications (1)

Publication Number Publication Date
WO1999031665A1 true WO1999031665A1 (fr) 1999-06-24

Family

ID=26320135

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IE1998/000104 WO1999031665A1 (fr) 1997-12-15 1998-12-15 Adressage de memoire

Country Status (4)

Country Link
EP (1) EP1040483A1 (fr)
AU (1) AU1680299A (fr)
IE (1) IES980710A2 (fr)
WO (1) WO1999031665A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9015516B2 (en) 2011-07-18 2015-04-21 Hewlett-Packard Development Company, L.P. Storing event data and a time value in memory with an event logging module

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5243703A (en) * 1990-04-18 1993-09-07 Rambus, Inc. Apparatus for synchronously generating clock signals in a data processing system
US5537353A (en) * 1995-08-31 1996-07-16 Cirrus Logic, Inc. Low pin count-wide memory devices and systems and methods using the same
GB2306238A (en) * 1995-10-10 1997-04-30 Holtek Microelectronics Inc Interface circuit and method for memory access
EP0803816A2 (fr) * 1996-04-24 1997-10-29 Cirrus Logic, Inc. Système de mémoire à port d'entrée/sortie multiplexé et à capacité de mapage de mémoire et systèmes et procédés l'utilisant

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5243703A (en) * 1990-04-18 1993-09-07 Rambus, Inc. Apparatus for synchronously generating clock signals in a data processing system
US5537353A (en) * 1995-08-31 1996-07-16 Cirrus Logic, Inc. Low pin count-wide memory devices and systems and methods using the same
GB2306238A (en) * 1995-10-10 1997-04-30 Holtek Microelectronics Inc Interface circuit and method for memory access
EP0803816A2 (fr) * 1996-04-24 1997-10-29 Cirrus Logic, Inc. Système de mémoire à port d'entrée/sortie multiplexé et à capacité de mapage de mémoire et systèmes et procédés l'utilisant

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9015516B2 (en) 2011-07-18 2015-04-21 Hewlett-Packard Development Company, L.P. Storing event data and a time value in memory with an event logging module
US9418027B2 (en) 2011-07-18 2016-08-16 Hewlett Packard Enterprise Development Lp Secure boot information with validation control data specifying a validation technique
US9465755B2 (en) 2011-07-18 2016-10-11 Hewlett Packard Enterprise Development Lp Security parameter zeroization
US9483422B2 (en) 2011-07-18 2016-11-01 Hewlett Packard Enterprise Development Lp Access to memory region including confidential information

Also Published As

Publication number Publication date
EP1040483A1 (fr) 2000-10-04
AU1680299A (en) 1999-07-05
IES80916B2 (en) 1999-06-30
IES980710A2 (en) 1999-06-30

Similar Documents

Publication Publication Date Title
EP0336435B1 (fr) Dispositif et procédé de diagnostic de mémoire
US8397042B2 (en) Secure memory interface
US7302545B2 (en) Method and system for fast data access using a memory array
US6134143A (en) Multi-state flash memory defect management
US8136000B2 (en) Test mode for multi-chip integrated circuit packages
US4617624A (en) Multiple configuration memory circuit
US4899272A (en) Addressing multiple types of memory devices
JP3670041B2 (ja) 不揮発性メモリチップイネーブル符号化方法、コンピュータシステム、およびメモリコントローラ
EP0631241A1 (fr) Initialisation d'un réseau à bus multiples
US5761732A (en) Interleaving for memory cards
US5925138A (en) Method for allowing data transfers with a memory having defective storage locations
EP0774713B1 (fr) Circuit intégré ayant une configuration de bus programmable
US5175831A (en) System register initialization technique employing a non-volatile/read only memory
JPS61114353A (ja) 要求時ペ−ジングメモリを有するデジタルデ−タ処理システムのアクセス照合構成体
US5317721A (en) Method and apparatus to disable ISA devices for EISA addresses outside the ISA range
EP0757316B1 (fr) Unité de sélection de dispositifs externes pour processeur de données
US7249253B2 (en) Booting from a re-programmable memory on an unconfigured bus
US6556476B1 (en) Non-volatile memory data protection
EP1040483A1 (fr) Adressage de memoire
JP2635547B2 (ja) メモリカード及びメモリカードの書込保護及び書込保護状態送出方法
US6339823B1 (en) Method and apparatus for selective writing of incoherent MMX registers
US20030154370A1 (en) Memory modules storing therein boot codes and method and device for locating same
WO1991007754A1 (fr) Memoire de lecture et d'ecriture simultanees
IE981054A1 (en) Memory Addressing
EP0505051A1 (fr) Système de mémoire d'information avec détecteur des "bursts" intrinsèque

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DE DK DK EE 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 MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG US UZ VN YU ZW

AL Designated countries for regional patents

Kind code of ref document: A1

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

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

Ref document number: 1998961334

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: KR

WWE Wipo information: entry into national phase

Ref document number: 09581186

Country of ref document: US

WWP Wipo information: published in national office

Ref document number: 1998961334

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

NENP Non-entry into the national phase

Ref country code: CA

WWR Wipo information: refused in national office

Ref document number: 1998961334

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 1998961334

Country of ref document: EP