Information
-
Patent Application
-
20030033490
-
Publication Number
20030033490
-
Date Filed
July 15, 200222 years ago
-
Date Published
February 13, 200322 years ago
-
CPC
-
US Classifications
-
International Classifications
Abstract
This invention relates to multiprocessor arrangements with shared non-volatile memory and the design of the access control of this memory, in particular to such memories embedded or integrated into circuits (ICs) as used in mobile phones, PDAs or laptop computers. To reduce power consumption, the processor clock rates are often varied depending on the current performance requirements. Differing clock rates of processors sharing a non-volatile memory leads to relatively long read access times of the latter, since the particular microprocessor fetching the data from the memory is usually halted until the data are available. When dual or multi-port non-volatile memory and multiple asynchronous clocks are used, access times are even longer since clock synchronization between the ports is necessary. The present invention overcomes this problem by providing a plurality of wait timers, preferably one dedicated to each processor, advantageously each being clocked synchronously with its associated processor. This shortens the access times considerably and thus improves overall performance without power penalty.
Description
[0001] The present invention generally relates to portable microprocessor applications like mobile phones, PDAs or laptop computers which usually are battery-powered and therefore required to deliver high processing performance at low power consumption. The necessary power savings are often accomplished by varying the processor clock rates depending on the current performance requirements of the system. Apart from that is the performance of such devices often improved by providing multiple processors, e.g. several micro controllers and/or DSPs in mobile phones. Also, such multiprocessor-equipped devices often use shared memory arrangements to provide communications as well as a shared resource between the processors.
[0002] When using a non-volatile memory, e.g. a flash memory, as shared memory, the relatively long read access times of the latter, typically in the range of 40-80 ns, is a crucial limit for the working speed of the whole multiprocessor device since the particular microprocessor fetching the data from the memory is usually halted until the data are available. In systems with a dual or multi-port non-volatile memory and multiple asynchronous clocks, access times are even longer since clock synchronization between the ports is necessary.
[0003] Thus, decreasing these access times by optimizing the processor/memory synchronization can obviously improve the function of the whole multiprocessor-equipped device.
[0004] However, this synchronization of a non-volatile memory with one or more microprocessors is by no means easy to implement and leads to certain problems that have to be solved before such an arrangement exhibits the expected advantages. One of the issues is that, whenever synchronization is required, a time delay occurs. This is further complicated by the fact that this time delay is undetermined because it consists of a known component and an unknown component.
[0005] Khan et al describe in U.S. Pat. No. 5,302,452 a personal computer system having a single microprocessor and a bus controller driven at different frequencies. It is not disclosed or addressed, however, how to handle an arrangement with multiple microprocessors and, particularly, non-volatile or flash memories.
[0006] Another apparatus of apparently some relevance is disclosed by Kadlec et al in U.S. Pat. No. 5,247,642. It shows how to determine the cacheability of a memory address to reduce the wait state to zero. A single microprocessor with a cache and its tightly coupled, associated main memory is disclosed. In order to improve cooperation with a so-called “zero-wait-state device” like an external math coprocessor or the main memory, a fast determination circuit is provided which effects selective generation of a cache enable signal depending on the addressed device. Though Kadlec et al disclose an arrangement with more than one (micro-)processor and a common memory, there is no hint how to implement or handle an arrangement which includes a non-volatile or flash memory with its particular limits. Also, the solution chosen, i.e. the cacheability determination, is very specific and not applicable to other environments, certainly not for multiprocessor arrangements including non-volatile or flash memories.
[0007] The present invention now provides a significant improvement for the problem of insufficient access speed in a multiprocessor device with a non-volatile or flash memory. Starting from a specific approach, the invention and the way in which it solves the above-identified problem shall be described in the following by way of an embodiment together with the drawings which show in
[0008]
FIG. 1 a non-volatile or flash memory shared by two CPUs in two clock domains;
[0009]
FIG. 2 the arbitration and synchronization for a shared non-volatile memory;
[0010]
FIG. 3 a shared non-volatile memory system with dedicated wait timers according to the invention; and
[0011]
FIG. 4 the timing of a shared memory system with dedicated wait timers according to the invention.
[0012] In principle, the present invention provides the desired improvement essentially by optimizing the synchronization between a plurality of microprocessors and one or more associated non-volatile or flash memories. The invention assures that the memory access and the synchronization delay are always optimal and independent of the clocking rate of the corresponding microprocessors, resulting in a stunning average performance improvement of 30% or more.
[0013]
FIG. 1 shows a dual processor system with CPU A and CPU B. After arbitration, both CPUs have access to the non-volatile, here flash, memory array via a multiplexer. In this example, CPU B and the memory arbiter are clocked with signal CLK_B, wheras CPU A is clocked with CLK_A as shown. Arbitration is done by means of a synchronous access arbiter, labelled Access Arbitration, which grants access either to CPU A or to CPU B, depending on the arbitration algorithm. A wait timer determines when the memory data is available on its active port. This is indicated to the CPU concerned by signals RDY_A or RDY_B, respectively. Since CPU A is clocked differently from the access arbiter, signals to and from CPU A must be synchronized first, before they may be processed. This synchronization is handled by a separate synchronizer, labelled SYNC, in each direction, one for the above-mentioned signal RDY_A which, when synchronized, becomes SRDY_A and another one for signals from CPU_A to the access arbiter.
[0014]
FIG. 2 shows the arbitration and synchronization process in a shared flash memory according to FIG. 1. It is assumed that clock A of the CPU A (signal CLK_A) runs at a higher rate than clock B of CPU B (signal CLK_B). Signal CS_A indicates that the CPU A wants to access the flash memory. If there are no other activities on the flash memory, the arbiter grants CPU A access to the memory. As soon as the GNT_A signal is activated, the memory array is addressed with the appropriate CPU A address and after a time TaccFlash, the data are provided to the CPU A. Flash_DA TA are the data transferred from the flash or non-volatile memory. The data available indicator for CPU A is the RDY_A signal, which is controlled by a wait timer. Before the CPU A may continue its cycle, signal RDY_A must first be synchronized with signal CLK_A, which needs synchronization time Tsync. Since, in this example, the wait counter is clocked by the CPU B, the number of required wait cycles is
TaccFlash/Tclkb.
[0015] The total memory access time for the CPU A is therefore
Tsync+waitcnt*Tclkb,
[0016] calculated after GNT_A and not including the time needed for arbitration.
[0017] The following equation determines the minimum time delay for CPU A:
t
accCPUmin
=T
syncmin
+waitcnt*T
clkb
=T
clka
+(TaccFlash/Tclkb)*Tclkb.
[0018] The maximum time delay is:
t
accCPUmax
=T
syncmax
+waitcnt*T
clkb
=2Tclka+(TaccFlash/Tclkb)*Tclkb.
[0019] The result is that the total CPU access time depends on the clock speeds of the two CPUs, i.e. CLK_A and CLK_B. If, e.g. CLK_B is set much slower than CLK_A of the CPU A—which may make sense to save power in the CPU B—the performance of the CPU A suffers, and vice versa. This is altogether undesirable because it slows down the flash memory operation.
[0020]
FIG. 2 also shows that Tsync only starts after the wait states are determined by the wait counter, causing an additional delay for the CPU A.
[0021] It is obvious that the of above described system exhibits some undesirable effects:
[0022] The performance of the system depends to a large extent on the clock rates and their relation or interdependence. In other words, the clock rate of one CPU, even if this CPU is inactive, affects the access time of the other CPU to the flash or other non-volatile memory.
[0023] The wait state insertion resolution for both CPUs is always that of the slowest clock in the system.
[0024] Due to the necessary synchronization, a processor of the “opposite” clock domain receives an additional delay.
[0025] In systems with a dual or multi-port non-volatile memory and multiple asynchronous clocks, access times are even longer since clock synchronization between the ports is necessary.
[0026] For all the above issues, the present invention provides a solution. Essentially, the improvement according to the invention is the result of the following main measures:
[0027] Each CPU has its own wait timer. This wait timer is clocked by the native CPU clock.
[0028] The wait timer is triggered as soon as the arbitration is granted for a particular port. Synchronization is effected already for the grant signal. Since the minimum synchronization delay is known to the system, it can be deducted from the wait count, resulting in an additional time saving. The wait timers generate the wait time by counting the clock periods of the associated processors. Since one component, the above-mentioned “known component” of the synchronization delay, is known, it can be taken into account as part of the overall wait time and the wait count can be shortened by the amount of this known delay. This further improves the function of the design according to the invention.
[0029]
FIG. 4 now shows the arbitration and synchronization process of a shared non-volatile or flash memory with dedicated wait timers according to the invention. It is assumed that clock A runs at a higher rate CLK_A than CLK_B of clock B, as shown. The signal CS_A indicates that CPU A wants to access the memory. If there are no other activities of the memory, the arbiter grants CPU A this access. As soon as the GNT_A signal is activated, the memory is addressed with the CPU A address and, after a time TaccFlash, the data are provided to the CPU A.
[0030] Signal GNT_A is synchronized to clock A, i.e. the signal CLK_A, and triggers wait timer A, shown in FIG. 3. Since synchronization already starts at the time of signal GNT_A, it is overlapped with the memory access time, provided that this access time is larger then the synchronization time. The latter is usually the case. Since wait timer A is clocked with CLK_A, the RDY_A signal can immediately be used to signal the execution control of CPU A to continue its cycle.
[0031] The synchronization of signal GNT_A with signal CLK_A needs the time Tsync. Since the minimum synchronization delay is known as one Tclka cycle, this delay can immediately be deducted. The number of required wait cycles can therefore be calculated as
(TaccFlash/Tclka)−1.
[0032] The total memory access time for CPU A is thus:
(1-2)Tclka+(TaccFlash−1)*Tclka
[0033] (This is calculated assuming signal GNT_A became active and does not include arbitration time.)
[0034] The following equation determines the minimum time delay in the embodiment shown in FIG. 4 for CPU A:
t
accCPUmin
=T
syncmin
+waitcnt*T
clka
=T
clka
+(TaccFlash/Tclka−1)*Tclka.
[0035] The maximum time delay for CPU A is:
t
accCPUmax
=T
syncmax
+waitcnt*T
clka
=2Tclka+(TaccFlash/Tclka)*Tclka.
[0036] The result shows that the total access time for CPU A is now independent from clock B's signal CLK_B. This results in the following advantages:
[0037] The synchronization to the other or “opposite” clock domain is already done at the grant level, i.e. before data are available. Since the minimum delay of the synchronization is known to the system, it can be deducted at the beginning, i.e. at the wait timer.
[0038] No time is wasted if the clock frequencies differ significantly since the grid of inserted wait states is synchronous to both processors.
[0039] Memory access performance is independent of either of the system clocks.
[0040] Below is a comparison table of wait states inserted using a shared wait timer versus dedicated wait timers according to the invention. The benefits of the new synchronisation scheme are quite obvious. As example, a frequency of clock A (signal CLK_A) of 26 MHz is selected, while clock B (signal CLK_B) is running with 13, 26, or 39 MHz. The three columns list typical access times for the embedded non-volatile or flash memory of 40 ns, 60 ns, or 80 ns, respectively. Usually these memory access times depend on the memory's supply voltage. The table shows the number of wait cycles the CPU A has to insert for a memory fetch. It can be seen that the new approach with two dedicated wait timers saves at least one wait state for CPU A. The benefit is even bigger when CPU B runs at a lower frequency than CPU A and if the access time for the memory is long. In this case, two or even three wait cycles can be saved. All in all, the result is an average performance improvement of 30% which needs no further comment.
[0041] The following table shows the comparison between shared and dedicated wait timer application for a fixed clock A (CLK_A) frequency of 26 MHz, varying clock B frequencies, and varying memory access times in units of Tclka, i.e. “3-4” stands for “3-4 Tclka”.
1|
|
CLK BMemory Access Time
FrequencyWait Timer40 ns60 ns80 ns
|
13 MHzShared3-43-45-6
Dedicated2-32-33-4
26 MhzShared3-43-44-5
Dedicated22-33-4
39 MHzShared3-43-44-5
Dedicated2-32-33-4
|
[0042] The invention can be particularly beneficially applied to arrangements in which high integration of non volatile memory with microprocessors is required, such as mobile phones, personal digital assistants, GPS systems, car navigation devices etc., and, though the invention has been shown in a single embodiment only, a person skilled in the art will be able to introduce modifications and variations according to the above-described principle without departing from the gist of the invention and the scope of the appended claims.
Claims
- 1. A multiprocessor device with a plurality of processors and at least one shared non-volatile memory, in particular a multiprocessor device with a non-volatile memory embedded in an integrated circuit, with access arbitration means and synchronization means for controlling access of two or more of said processors to a shared memory, characterized by
a plurality of timer means, preferably counter means, one each dedicated to each of said processors sharing said memory, each said timer means being clocked synchronously with the associated processor's system clock.
- 2. The multiprocessor device according to claim 1, further comprising a multiplexer providing access to the shared memory for each of the processors under control of the arbitration means.
- 3. The multiprocessor device according to claim 1 or 2, wherein
each processor has a dedicated system clock and at least one dedicated timer means associated with said processor is directly coupled to and/or driven by said processor's system clock.
- 4. The multiprocessor device according to any of the preceding claims, wherein a ready signal is generated by the timer means and transmitted to the associated processor as soon as the arbitration means delivers a grant signal for a desired access to said memory.
- 5. The multiprocessor device according to any of the preceding claims, wherein the access arbitration means is coupled to each of the timer means, either directly or via associated synchronization means.
- 6. A method for optimizing the synchronization between a plurality of microprocessors with differing clock speeds and one or more non-volatile memories shared by two or more of said microprocessors, the memory access being controlled by arbitration means, characterized by
assuring that a separate wait count is provided for each said microprocessor, triggering each said wait count by a grant signal from said arbiter, and separately synchronizing the memory access for each said microprocessor.
- 7. The method according to claim 6, wherein synchronization of the memory access starts simultaneously with the grant signal from the arbiter, overlapping with the memory access time.
- 8. The method according to claim 6 or 7, wherein the wait count is triggered as soon as the arbitration is granted for a particular memory or a particular port of a memory.
- 9. The method according to claim 8, wherein before the wait count is triggered upon arbitration grant for a particular memory or a particular port of a memory, a predetermined synchronization delay is deducted from the wait count.
- 10. A method for controlling the access of a plurality of processors with differing clock speeds to at least one shared non-volatile memory, the memory access being controlled by arbitration and synchronization means, characterized by
providing an access control counter dedicated to each processor, synchronizing each said dedicated counter with each said processor, triggering each said counter by said arbitration means, and separately synchronizing the memory access for each said processor.
Priority Claims (1)
Number |
Date |
Country |
Kind |
01117358.0 |
Jul 2001 |
EP |
|