WO2007004323A1 - 情報処理装置 - Google Patents
情報処理装置 Download PDFInfo
- Publication number
- WO2007004323A1 WO2007004323A1 PCT/JP2005/023719 JP2005023719W WO2007004323A1 WO 2007004323 A1 WO2007004323 A1 WO 2007004323A1 JP 2005023719 W JP2005023719 W JP 2005023719W WO 2007004323 A1 WO2007004323 A1 WO 2007004323A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- address
- access
- space
- prediction
- belongs
- Prior art date
Links
- 230000010365 information processing Effects 0.000 title claims abstract description 47
- 230000015654 memory Effects 0.000 claims abstract description 100
- 238000000034 method Methods 0.000 claims description 25
- 230000004913 activation Effects 0.000 claims description 18
- 230000003213 activating effect Effects 0.000 claims description 4
- 238000010586 diagram Methods 0.000 description 16
- 241001315609 Pittosporum crassifolium Species 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 230000003111 delayed effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005259 measurement Methods 0.000 description 1
- 230000005236 sound signal Effects 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3824—Operand accessing
- G06F9/383—Operand prefetching
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/34—Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes
- G06F9/345—Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes of multiple operands or results
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3824—Operand accessing
- G06F9/383—Operand prefetching
- G06F9/3832—Value prediction for operands; operand history buffers
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3867—Concurrent instruction execution, e.g. pipeline or look ahead using instruction pipelines
- G06F9/3875—Pipelining a single stage, e.g. superpipelining
Definitions
- the present invention relates to an information processing apparatus such as a microprocessor that accesses a memory.
- a high-performance processor is mounted on many devices that handle video and audio. Processors are required to be able to process multiple data in a short time and process high-quality video and audio signals, and there are methods to improve the operating frequency as a means to achieve this.
- the number of pipeline stages is determined by the number of stages required to access the memory, the type of processing executed in each stage, and the like. What is important in making this decision is the circuit delay from the generation of the address of the memory to be accessed to the start of access to that memory.
- access to a memory includes from generation of an address to activation of access control for the memory.
- Address generation requires a circuit with a large number of logic stages, such as an adder, and the processing time in that circuit is a limitation when the overall operation speed is improved.
- a conventional method for accessing a memory includes a seven-stage pipeline CPU, a plurality of memories corresponding to a plurality of address spaces, and a plurality of memory control units for controlling access to each memory. This will be described with reference to FIGS. 1 to 3.
- FIG. 1 shows the pipeline operation of the CPU. Specifically, FIG. 1 shows how an Id instruction 110, which is a memory access instruction, is input to each stage.
- the pipeline includes an F1 stage 12, an F2 stage 13, a D1 stage 14, a D2 stage 15, an E1 stage 16, an E2 stage 17, and an E3 stage 18.
- the Id instruction 110 which is a memory access instruction, is executed when there is no cause to stop the pipeline
- each stage is input every clock 11 and processing is executed in each stage.
- FIG. 2 shows a configuration of a conventional information processing apparatus.
- FIG. 2 only the components corresponding to the above D2 stage 15, E1 stage 16, and E2 stage 17 are shown for simplicity of explanation.
- the CPU 21 outputs the access address 212 and the memory access request 214 to the memory control unit 22.
- the memory control unit 22 performs different memory access control for each address space.
- FIG. 2 illustrates a memory control unit that accesses an external memory provided via a cache, an SRAM, and a BCU. 22 configurations are shown. Access to SRAM and cache is started from the E1 stage, and access to external memory provided via the BCU is started from the E2 stage.
- the CPU 21 generates the access address 212 by adding the output value 208 of the register A207 force and the output value 210 of the register B209 force by the adder 211.
- the access address 212 is input to the space determination unit 216 of the memory control unit 22.
- the space determination unit 216 determines the address space to which the access address 212 belongs, and outputs the cache space determination signal 217, the SRAM space determination signal 218, or the BCU space determination signal 219 to the activation request generation unit 215 according to the determination result. To do.
- the activation request generation unit 215 outputs the E1 memory control activation request 220 to the E1 main memory control unit 223 based on the memory access request 214, and at the same time, when the SRAM space determination signal 218 is input, controls the E1 SRAM control Send start request 221 to E1SRAM controller 224
- the El cache control activation request 222 is output to the E1 cache control unit 225.
- FIG. 3 shows the timing of each process when accessing the cache space.
- register A output 208 and register B output 210 are added to generate access address 212. Furthermore, the access address 212 is decoded at time tdec304 to determine the access address space.
- Patent Document 1 discloses the following method.
- Patent Document 1 Japanese Patent Laid-Open No. 2001-5663
- an object of the present invention is to provide an information processing apparatus that shortens access time to a memory without incurring a penalty of repeated access to the memory.
- the information processing apparatus of the present invention controls access means for accessing a memory corresponding to an address space to which an address generated using at least two address generation source information belongs.
- a prediction unit that predicts one or a plurality of address spaces having a possibility that an address to be accessed belongs by using one of the address generation source information, and all of the prediction by the prediction unit
- a determination unit for determining an address space to which the access target address generated using the at least two address generation source information belongs, and an activation unit that activates access by the access unit to the memory corresponding to the address space; Of the access started by the control of the control means and the start-up means is determined by the determination means.
- an access stop means for stopping the access by said access means other than the access corresponding to the address space.
- the information processing apparatus performs the space determination after generating the access address, and then generates the access address when generating the access address without starting the control of access to the memory.
- the space to which the generated access address belongs is predicted from the original value.
- the information processing apparatus of the present invention activates access to all the memories corresponding to the predicted one or more spaces, and then determines the correct address space from the generated access address, and Only access that is correct will continue, and those that are out of prediction will be interrupted.
- the information processing apparatus can shorten the access time to the memory without causing a penalty of repeated access to the memory.
- the information processing apparatus of the present invention performs spatial prediction so that the correct address space is always included in the predicted address space when performing spatial prediction.
- an address space to which the access target address belongs is determined by a value of a predetermined field of the access target address, and the prediction unit includes the one address generation
- the address space to which the value of the predetermined field of the original information belongs is determined, and the value one digit lower than the predetermined field of the one address generation source information is determined.
- the address to be accessed is generated by adding or subtracting the at least two pieces of address generation source information, and the prediction means is based on the predetermined field of the one address generation source information. By determining the value of the next lower digit, it is determined whether the least significant digit of the predetermined field of the one address generation source information is changed, and the address to be accessed is determined. Predict the address space that may belong.
- the information processing apparatus further comprises holding means for holding space specifying information for specifying an address space to which a predetermined value of the one address generation source information belongs, and the access target address
- the address space to which the address belongs is determined by the value of the predetermined field of the address to be accessed, and the predicting means uses the space specifying information held by the holding means and uses the one address generation source.
- An address space having a possibility that the address to be accessed may belong may be predicted by determining a value one digit lower than the predetermined field of information.
- the address to be accessed is generated by adding or subtracting the at least two address generation source information, and the prediction means is based on the predetermined field of the one address generation source information. By determining the value of the next lower digit, it can be determined whether or not the lowest digit of the predetermined field of the one address generation source information changes, and the address to be accessed can belong. Predictive address space.
- the information processing apparatus of the present invention further corresponds to a supply unit that supplies a clock to a memory corresponding to all address spaces predicted by the prediction unit, and an address space determined by the determination unit.
- Clock supply means for stopping supply of the clock by the supply means to a memory other than the memory to be provided.
- a memory access control method of the present invention is a method for controlling access means for accessing a memory corresponding to an address space to which an address generated using at least two address generation source information belongs, A prediction step for predicting one or a plurality of address spaces having the possibility of access target address using one address generation source information, and all the address spaces predicted in the prediction step Corresponding to An activation step for activating access by the access means, a determination step for determining an address space to which the access target address generated using the at least two address generation source information belongs, and the activation An access stop step of stopping access by the access means other than the access corresponding to the address space determined in the determination step among the access started by the control in the step.
- the present invention can provide an information processing apparatus that shortens access time to memory without causing a penalty of repeated access to the memory.
- the clock cycle time of the entire information processing apparatus can be shortened, and the operating frequency in the information processing apparatus can be improved.
- FIG. 1 is a diagram showing a pipeline operation of a CPU.
- FIG. 2 is a diagram showing a configuration of a conventional information processing apparatus.
- FIG. 3 is a diagram showing the timing of each process when accessing the cache space.
- FIG. 4 is a configuration diagram of the information processing apparatus according to the first embodiment.
- FIG. 5 is a diagram showing an address space.
- FIG. 6 is a diagram showing a flow of first spatial prediction.
- FIG. 7 is a diagram showing a flow of second spatial prediction.
- FIG. 8 is a diagram showing a final spatial prediction flow.
- FIG. 9 is a diagram showing timing of each process in the first embodiment.
- FIG. 10 is a configuration diagram of an information processing apparatus according to a second embodiment.
- FIG. 11 is a diagram showing timing of each process at the time of SRAM access in the second embodiment.
- FIG. 12 is a diagram showing timing of each process at the time of Cache access in the second embodiment.
- FIG. 13 is a configuration diagram of an information processing apparatus according to a third embodiment.
- FIG. 14 is a diagram showing the timing of each process in the third embodiment. Description of symbols
- FIG. 4 shows the configuration of the information processing apparatus according to the first embodiment.
- the memory access instruction performed by CPU 21 is an instruction instructing to perform a memory access with an access address generated by adding the value of register A207 and the value of register B209. Assume a case. Also, when an address is generated by the above addition, it is assumed that an address is generated by adding the 32-bit value of register A207 and the lower 16-bit value of register B209.
- Register A output 208 which is an output from register A207, is input to space prediction unit 401.
- the space prediction unit 401 predicts which address space the access address 212 belongs to.
- the spatial prediction unit 401 outputs part of the SRAM spatial prediction signal 402, the cache spatial prediction signal 403, and the BCU spatial prediction signal 404 to the activation request generation unit 413 of the memory control unit 22 based on the prediction result. To do.
- the activation request generation unit 413 generates an E1 memory control activation request 220, an E1SRAM from the memory access request 214, the SRAM space prediction signal 402, the cache space prediction signal 403, and a part of the BCU space prediction signal 404.
- the access address 212 enters the E1 stage address holding unit 405 and is held during execution of the memory access instruction in the E1 stage.
- the memory control unit 22 uses the E1 stage address 406 to determine the correct address space to which the access address 212 belongs by the E1 stage space determination unit 407.
- the E1 stage space determination unit 407 outputs the E1 stage SRAM space determination signal 408, the E1 stage cache space determination signal 409, or the E1 stage BCU space determination signal 410 to the E1 main memory control unit 414 as a determination result.
- the El main memory control unit 414 controls the control unit corresponding to the space other than the space to which the E1 stage address 406 (access address 212) belongs. Outputs an access interruption signal.
- the E1 main memory control unit 414 when the E1 stage address 406 belongs to the SRAM space, the E1 main memory control unit 414 outputs a cache control interruption signal 411 to the E1 cache control unit 225. When the E1 stage address 406 belongs to the cache space, the E1 main memory control unit 414 outputs the SRAM control interruption signal 412 to the E1SRAM control unit 224. When the E1 stage address 406 belongs to the BCU space, the E1 main memory control unit 414 activates the SRAM control interruption signal 412 and the cache control interruption signal 411.
- the E1SRAM control unit 224 interrupts the SRAM access control of the E1 stage.
- the E1 cache control unit 225 interrupts the E1 stage cache access control.
- the space prediction unit 401 predicts a plurality of access spaces to which the access address 212 may belong, and when the memory access instruction enters the E1 stage.
- the E1 stage a control unit corresponding to each of the plurality of access spaces predicted that the access address 212 may belong is activated.
- the space prediction unit 401 predicts a plurality of access spaces to which the access address 212 may belong so that the correct address space to which the access address 212 belongs is included. This eliminates the need to restart access control to the correct address space in the E1 stage, so there is no penalty for repeating the same type of processing.
- the prediction performed by the spatial prediction unit 401 is referred to as “spatial prediction”.
- FIG. 5 shows the CPU address space
- Address “0x00000000” to “0x3fffffff” is the address of "SRAM space” that accesses the SRAM.
- Address “0x40000000” to “0x5ffffff” is the address of "cache space” that accesses the cache.
- "0x60000000" and subsequent addresses are "BCU space” addresses for accessing external devices through the BCU.
- FIGS. 6 to 8 show the flow of spatial prediction performed by the spatial prediction unit 401.
- the spatial prediction unit 401 performs the first prediction (see FIG. 6) and the second prediction (see FIG. 7), and makes a final prediction from each result. (See Figure 8).
- the space prediction unit 401 determines to which address space the value of the register A output 208, which is the output value from the register A207, belongs.
- the space prediction unit 401 first determines whether or not the value of the register A output 208 belongs to the SRAM space (S61 in FIG. 6). If the space prediction unit 401 determines that it does not belong to the SRAM space (no in S61), it determines whether or not the value of the register A output 208 belongs to the cache space (S62 in FIG. 6). If the space prediction unit 401 determines that it does not belong to the cache space (No in S62), it determines that the value of the register A output 208 belongs to the BCU space.
- the spatial prediction unit 401 performs the second prediction in parallel with the first prediction.
- the space prediction unit 401 determines whether the value of the register A207 is an address near the boundary of the adjacent address space in FIG. 5 and determines which of the access addresses 212 obtained by the adder 211 is Predicts whether it belongs to the address space.
- the CPU 21 generates the access address 212 by adding the value of the register A207 and the value of the register B209. At this time, only the lower 16 bits of the value of register B209 are used.
- the field for determining the address space is a field from bit 28 to bit 31.
- the space to which the value of register A207 belongs differs from the space to which access address 212 belongs when the value of the field from bit 28 to bit 31 changes due to addition, that is, the bit of the value of register A207.
- 27 Power 1 the spatial prediction unit 401 determines whether or not bit 27 of the value of the register A207 is “1”.
- the space prediction unit 401 first determines whether or not the value of the register A207 belongs to the SRAM space (S71 in FIG. 7). When the value of the register A207 belongs to the SRAM space (yes in S71), the space prediction unit 401 determines whether or not the value of the bit 27 of the value of the register A207 is “1” (S72). When the value of bit 27 is “1” (yes in S72), the space prediction unit 401 predicts that the space to which the access address 212 belongs is the cache space in the second prediction. When the value of bit 27 is “0” (no in S72), the space prediction unit 401 predicts that the space to which the access address 212 belongs is the SRAM space in the second prediction.
- the space prediction unit 401 determines whether or not the value of the register A207 belongs to the cache space (S73). .
- the space prediction unit 401 determines whether or not the bit 27 of the value of the register A207 is “1” (S74).
- bit 27 is “1” (yes in S74)
- the space prediction unit 401 predicts that the space to which the access address 212 belongs is the BCU space in the second prediction.
- bit 27 is “0” (no in S74)
- the space prediction unit 401 predicts that the space to which the access address 212 belongs is the cache space in the second prediction.
- the space prediction unit 401 uses the bit 27 force S of register A207 S Judgment is made (S75).
- bit 27 is “1” (yes in S75)
- the space prediction unit 401 predicts that the space to which the access address 212 belongs is the SRAM space in the second prediction.
- bit 27 is “0” (no in S75)
- the space prediction unit 401 predicts that the space to which the access address 212 belongs is the BCU space in the second prediction.
- the spatial prediction unit 401 Upon completion of the first prediction and the second prediction, the spatial prediction unit 401 performs final prediction, and activates a control interruption signal for each space according to the prediction result.
- the spatial prediction unit 401 activates the SRAM spatial prediction signal 402 when the SRAM space is obtained as a prediction result by the first prediction or the second prediction (S81 in FIG. 8).
- the spatial prediction unit 401 activates the cache space prediction signal 403.
- Spatial schedule The measurement unit 401 activates the BCU space prediction signal 404 when the BCU space is obtained as a prediction result by the first prediction or the second prediction (S82).
- the spatial prediction unit 401 outputs only the SRAM spatial prediction signal 402, and the value of the register A207 is
- the spatial prediction unit 401 When it is “0x3ffffff0”, the spatial prediction unit 401 outputs an SRAM spatial prediction signal 402 and a cache space prediction signal 403.
- register A207 is "0x3fffff0"
- register B209 is' 0x1000
- Fig. 9 shows the case where the cache access has taken two cycles for some reason in the E1 stage.
- Spatial prediction unit 401 performs the first prediction using the value of register A207. In the case of FIG. 9, the space prediction unit 401 obtains the SRAM space as the first prediction result.
- the space prediction unit 401 obtains the cache space as the second prediction result.
- the spatial prediction unit 401 obtains an SRAM space and a cache space as final prediction results from the first prediction and the second prediction. Therefore, the space prediction unit 401 outputs an SRAM space prediction signal 402 and a cache space prediction signal 403.
- the output delay of these signals is the sum of tR 302, which is the time required to read the value of register A207, and tpr 708, which is the time to decode the upper 4 bits and bit 27 of the value of register A207. . tpre708 is shorter than tadd303, which is the output delay of 32-bit Karo arithmetic. Also, the output delay does not include the decoding time tdec304 of the addition result. Therefore, the delay until the SRAM space prediction signal 402 and the cache space prediction signal 403 are output is shorter than the delay until the addition result is decoded and output. Therefore, the start of the E1 stage can be executed earlier than when the address space is determined by decoding the address in the D2 stage.
- the space of the E1 stage address 406 is determined.
- the E1 stage address 406 is "0x40000ff0", so the cache It is space. Therefore, the SRAM control interruption signal 412 for the E1SRAM control unit 224 becomes active.
- the output timing of the SRAM control interruption signal 412 is immediately after tdec304, which is the time required to decode the address.
- the E1 SRAM control unit 224 Upon receiving the SRAM control interruption signal 412, the E1 SRAM control unit 224 interrupts the SRAM control.
- the E1 cache control unit 225 continues the control, and the E1 main memory control unit 414 activates the E2SRAM control activation request 232 in the cycle 711 that receives the tag end signal 228 from the tag control unit 226.
- the Id instruction 110 proceeds to processing in the E2 stage.
- the information processing apparatus can shorten the processing delay in the D2 stage and shorten the clock cycle. That is, the operating frequency can be improved.
- the space prediction unit 401 can predict to include the correct space to which the access address 212 belongs. That is, one of the controls activated multiple times in the E1 stage is correct. Of the predicted controls, only correct control is continued, and control that is not predicted is interrupted, thereby eliminating the need for restarting control in the E1 stage.
- the information processing apparatus can improve the clock cycle without increasing the penalty.
- the memory access request generation unit 213 outputs the memory access request 214, the E1SR AM control unit 224, the E1 cache control unit 225, and the E2BCU control unit 239 all start controlling access to the corresponding memory. By doing so, it is possible to improve the clock cycle without incurring a penalty. However, in this case, power consumption increases. On the other hand, the information processing apparatus according to the first embodiment can suppress power consumption because memory access control is not performed for all control units.
- the field force for determining the address space of the access address 212 is assumed to be a field from bit 28 to bit 31.
- the field for determining the address space is not limited to the field from bit 28 to bit 31. Therefore, in the second prediction, the spatial prediction unit 401 uses the register A Based on the value of 207, it is determined whether the value S of the bit immediately below the field for determining the address space is S “l” or “0”.
- the access address 212 is a force S assuming that the access address 212 is generated by adding the value of the register A207 and the value of the register B209, and the access address 212 is stored in the register A207. May be generated by subtracting the value of register B209 from the value.
- the value of the register A207 is determined depending on whether the value S of the bit immediately below the field for determining the address space is “1”, “0”. This is the opposite of the case of the first embodiment described above.
- the spatial prediction unit 401 is an example of a prediction unit of the information processing apparatus of the present invention.
- the activation request generation unit 413 is an example of activation means of the information processing apparatus of the present invention.
- the E1 stage space determination unit 407 is an example of a determination unit of the information processing apparatus of the present invention.
- the E1 main memory control unit 414 is an example of access stop means of the information processing apparatus of the present invention.
- FIG. 10 shows the configuration of the information processing apparatus according to the second embodiment.
- the information processing apparatus is an apparatus capable of controlling the supply of a clock to the cache tag memory 23, and the clock control unit 803 is connected to the cache tag memory by a tag clock permission signal 801. This is a device that stops the supply of the clock to 23.
- the spatial prediction unit 401 controls the access to the memory by performing the spatial prediction, and also controls the supply of the clock to the cache tag memory 23. To do.
- the E1 cache control unit 225 supplies the tag clock permission signal 801 to the clock control unit 803 only when controlling access to the cache. That is, the tag clock permission signal 801 becomes active only when the E1 cache control unit 225 is in the “accessing” state.
- FIG. 11 is a diagram showing timings at which each process is executed when the SRAM space is accessed.
- Figure llf. The value of register A207 is '0x30000000' and register B209 The timing when each process is executed when the value is “0x00001000” is shown.
- FIG. 12 is a diagram showing the timing at which each process is executed when the cache space is accessed.
- FIG. 12 shows the timing at which each process is executed when the value of the register A207 is “0x3ffffff0” and the value of the register B209 is 0x00001000.
- the spatial prediction finally obtained is the SRAM space and the cache space, and the SRAM space prediction signal 402 and the cache space prediction signal 403 are active.
- the SRAM control interruption signal 412 is output, and the E1SRAM control unit 224 is interrupted.
- the E1 cache control unit 225 continues processing because the prediction result is correct. Further, since the E1 cache control activation request 222 and the tag activation request 227 are output according to the cache space prediction signal 403, the E1 cache control unit 225 supplies the tag clock permission signal 801 to the clock control unit 803 for clock control.
- the unit 803 supplies the tag clock 802 to the cache tag memory 23.
- the space prediction finally obtained is the SRAM space and the cache space
- the correct address space to which the access address 212 belongs is the SRAM space
- the following operation is performed.
- the SRAM space prediction signal 402 and the cache space prediction signal 403 are activated by the spatial prediction finally obtained, and the SRAM clock control unit (not shown) is not shown by the El SRAM control unit 224.
- R supply SRAM clock to SRAM.
- the E1 cache control unit 225 supplies a tag clock permission signal 801 to the clock control unit 803, and the clock control unit 803 supplies the tag clock 802 to the cache tag memory 23. Since the correct address space is the SRAM space, the E1 cache control unit 225 supplies the tag clock stop signal to the clock control unit 803, so that the clock control unit 803 supplies the tag clock 802 to the cache tag memory 23. Stop that.
- means (block) for controlling the supply of clock is often arranged on the upper side of the clock tree, and means (block) for generating the clock supply signal is arranged on the lower side of the clock tree.
- means (block) for generating the clock supply signal is arranged on the lower side of the clock tree.
- the information processing apparatus can improve the clock cycle to generate the tag clock permission signal 801 by using the spatial prediction result obtained by the spatial prediction unit 401.
- FIG. 13 shows the configuration of the information processing apparatus according to the third embodiment.
- the information processing apparatus of Embodiment 3 performs spatial prediction at high speed.
- the register A write data generation unit 111 generates register A write data 112, which is write data to the register A207.
- the register A write data 112 is input not only to the register A 207 but also to the decoding unit 113 that determines which address space it belongs to when it is used as an address.
- the space determination result (decoded result) 114 obtained by the decoding unit 113 is held in the register A space attribute holding unit 115 at the same time when the register A write data 112 is written to the register A2 07. Is done. That is, the data input to the register A space attribute holding unit 115 is synchronized with the data input to the register A207.
- the register A space attribute 116 which is the spatial determination result obtained by the decoding unit 113, is input to the spatial prediction unit 401, and the spatial prediction unit 401 performs the same prediction as in the first embodiment. At this time, in the first embodiment, the space prediction unit 401 determines the space to which the value of the register A20 7 belongs from the register A output 208. In the third embodiment, the space prediction unit 401 is information on the register A space attribute holding unit 11 5 force. Use register A space attribute 116 and reference only bit 27 of the value in register A207.
- the present invention is useful for an information processing apparatus that operates in clock synchronization, and is particularly useful for a microprocessor, a digital signal processing circuit, a system LSI, and the like having a memory system that performs different types of access methods for each address space. Useful.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Memory System Of A Hierarchy Structure (AREA)
- Storage Device Security (AREA)
- Advance Control (AREA)
- Executing Machine-Instructions (AREA)
Abstract
Description
Claims
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2005800509059A CN101213514B (zh) | 2005-06-30 | 2005-12-26 | 信息处理装置 |
JP2007523334A JPWO2007004323A1 (ja) | 2005-06-30 | 2005-12-26 | 情報処理装置 |
US11/994,041 US20090094474A1 (en) | 2005-06-30 | 2005-12-26 | Information processing device |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005191400 | 2005-06-30 | ||
JP2005-191400 | 2005-06-30 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2007004323A1 true WO2007004323A1 (ja) | 2007-01-11 |
Family
ID=37604200
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2005/023719 WO2007004323A1 (ja) | 2005-06-30 | 2005-12-26 | 情報処理装置 |
Country Status (5)
Country | Link |
---|---|
US (1) | US20090094474A1 (ja) |
JP (1) | JPWO2007004323A1 (ja) |
CN (1) | CN101213514B (ja) |
TW (1) | TW200700988A (ja) |
WO (1) | WO2007004323A1 (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4982354B2 (ja) * | 2007-12-28 | 2012-07-25 | パナソニック株式会社 | 情報処理装置 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH01281534A (ja) * | 1988-05-07 | 1989-11-13 | Mitsubishi Electric Corp | データ処理装置 |
JP2002006979A (ja) * | 2000-06-19 | 2002-01-11 | Seiko Epson Corp | クロック制御装置、半導体集積回路装置、マイクロコンピュータ及び電子機器 |
JP2003044352A (ja) * | 2001-07-30 | 2003-02-14 | Hitachi Ltd | データ処理装置 |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4829467A (en) * | 1984-12-21 | 1989-05-09 | Canon Kabushiki Kaisha | Memory controller including a priority order determination circuit |
US5235697A (en) * | 1990-06-29 | 1993-08-10 | Digital Equipment | Set prediction cache memory system using bits of the main memory address |
JPH0476648A (ja) * | 1990-07-12 | 1992-03-11 | Nec Corp | キャッシュ記憶装置 |
US7360058B2 (en) * | 2005-02-09 | 2008-04-15 | International Business Machines Corporation | System and method for generating effective address |
-
2005
- 2005-12-26 JP JP2007523334A patent/JPWO2007004323A1/ja active Pending
- 2005-12-26 WO PCT/JP2005/023719 patent/WO2007004323A1/ja active Application Filing
- 2005-12-26 US US11/994,041 patent/US20090094474A1/en not_active Abandoned
- 2005-12-26 CN CN2005800509059A patent/CN101213514B/zh not_active Expired - Fee Related
- 2005-12-30 TW TW094147561A patent/TW200700988A/zh unknown
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH01281534A (ja) * | 1988-05-07 | 1989-11-13 | Mitsubishi Electric Corp | データ処理装置 |
JP2002006979A (ja) * | 2000-06-19 | 2002-01-11 | Seiko Epson Corp | クロック制御装置、半導体集積回路装置、マイクロコンピュータ及び電子機器 |
JP2003044352A (ja) * | 2001-07-30 | 2003-02-14 | Hitachi Ltd | データ処理装置 |
Also Published As
Publication number | Publication date |
---|---|
CN101213514A (zh) | 2008-07-02 |
TW200700988A (en) | 2007-01-01 |
JPWO2007004323A1 (ja) | 2009-01-22 |
CN101213514B (zh) | 2011-12-21 |
US20090094474A1 (en) | 2009-04-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6006247B2 (ja) | 共有メモリへのアクセスの同期を緩和するプロセッサ、方法、システム、及びプログラム | |
JP5047542B2 (ja) | マルチスレッドプロセッサのディスパッチ時にスレッドをブロックする方法、コンピュータプログラム、および装置(精細なマルチスレッドディスパッチロックメカニズム) | |
JP5231800B2 (ja) | 半導体集積回路装置および半導体集積回路装置のクロック制御方法 | |
JP2007133456A (ja) | 半導体装置 | |
JP2018005488A (ja) | 演算処理装置及び演算処理装置の制御方法 | |
JP5837033B2 (ja) | 効率的な割込み復帰アドレス保存メカニズム | |
US11132201B2 (en) | System, apparatus and method for dynamic pipeline stage control of data path dominant circuitry of an integrated circuit | |
US20060095746A1 (en) | Branch predictor, processor and branch prediction method | |
JP2004145454A (ja) | 情報処理装置及び情報処理方法 | |
JP4800582B2 (ja) | 演算処理装置 | |
WO2007004323A1 (ja) | 情報処理装置 | |
JP5902208B2 (ja) | データ処理装置 | |
US6829700B2 (en) | Circuit and method for supporting misaligned accesses in the presence of speculative load instructions | |
JPH06295243A (ja) | データ処理装置 | |
JP3602801B2 (ja) | メモリデータアクセス構造およびその方法 | |
US6807628B2 (en) | System and method for supporting precise exceptions in a data processor having a clustered architecture | |
JP2005038203A (ja) | メモリ制御方法及び装置 | |
CN116821008B (zh) | 具有提高的高速缓存命中率的处理装置及其高速缓存设备 | |
EP4202664A1 (en) | System, apparatus and method for throttling fusion of micro-operations in a processor | |
JP2883465B2 (ja) | 電子計算機 | |
JPH06324861A (ja) | Cpu制御システム及び制御方法 | |
JPH1020959A (ja) | 低消費電力マイクロプロセッサ | |
JP4151497B2 (ja) | パイプライン処理装置 | |
JP2004199630A (ja) | データ処理装置 | |
JP2004362368A (ja) | プロセッサおよび例外処理方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
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: 2007523334 Country of ref document: JP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 11994041 Country of ref document: US |
|
WWE | Wipo information: entry into national phase |
Ref document number: 200580050905.9 Country of ref document: CN |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
WWW | Wipo information: withdrawn in national office |
Country of ref document: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 05842265 Country of ref document: EP Kind code of ref document: A1 |