US9632794B2 - Subprocessor, integrated circuit device, and electronic apparatus - Google Patents

Subprocessor, integrated circuit device, and electronic apparatus Download PDF

Info

Publication number
US9632794B2
US9632794B2 US13/258,717 US201013258717A US9632794B2 US 9632794 B2 US9632794 B2 US 9632794B2 US 201013258717 A US201013258717 A US 201013258717A US 9632794 B2 US9632794 B2 US 9632794B2
Authority
US
United States
Prior art keywords
subprocessor
command
processing
host processor
register
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.)
Active, expires
Application number
US13/258,717
Other languages
English (en)
Other versions
US20120023312A1 (en
Inventor
Masakazu Isomura
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.)
Crystal Leap Zrt
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Assigned to SEIKO EPSON CORPORATION reassignment SEIKO EPSON CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ISOMURA, MASAKAZU
Publication of US20120023312A1 publication Critical patent/US20120023312A1/en
Application granted granted Critical
Publication of US9632794B2 publication Critical patent/US9632794B2/en
Assigned to CRYSTAL LEAP ZRT reassignment CRYSTAL LEAP ZRT ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SEIKO EPSON CORPORATION
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3877Concurrent instruction execution, e.g. pipeline or look ahead using a slave processor, e.g. coprocessor

Definitions

  • the invention relates to a subprocessor, an integrated circuit device, and an electronic apparatus or the like.
  • PTL 1 discloses a data processing device which includes a special-purpose data processing unit that performs operation processing and a general-purpose data processing unit that performs general-purpose processing.
  • a command fetch unit and a data interface are shared by these two units, there is a problem in that this method has a lot of restrictions on collaborative operations.
  • a subprocessor connected to a host processor through a bus controller, including: a command fetch unit that fetches a command from a subprocessor program; a register unit; a command decoding unit that decodes the fetched command; and an operation unit that performs command execution processing based on the decoding result, in which the host processor sets a program counter value indicating a storage destination of the subprocessor program and a processing start command for the processing of the subprocessor to the register unit through the bus controller, the command fetch unit fetches a command designated by the program counter value, the command decoding unit decodes the command, and the operation unit performs the command execution processing.
  • the subprocessor since the subprocessor includes the command fetch unit that fetches a command through the bus controller, the subprocessor can independently load a program without the intervention of the host processor and perform command execution processing.
  • the subprocessor may include a bus controller interface that performs interface processing between the bus controller and the subprocessor.
  • the subprocessor can independently fetch a command from the subprocessor program or independently perform reading or writing of data for execution of a command through the bus controller interface.
  • the bus controller interface may include a host interface that performs interface processing between the host processor and the subprocessor.
  • the host processor can access the register unit of the subprocessor through the host interface.
  • the bus controller interface may include a data interface for reading or writing data for execution of a command.
  • the subprocessor can independently read and write data without the intervention of the host processor.
  • the register unit may include a data register, and the operation unit may perform command execution processing based on data which is written to the data register through the bus controller interface and the command on the basis of the decoding RESULT.
  • the host processor can write necessary data to the data register before the subprocessor starts executing processing.
  • the register unit may include an address register that stores address information of data which is read or written through the bus controller interface, and the address information of the address register may be written by the host processor through the bus controller interface.
  • the host processor can write the address information before the subprocessor starts executing processing.
  • a processing complete signal may be output.
  • the register unit may include a control register that includes a Run bit indicating that the subprocessor is under processing, and the Run bit may be cleared when the processing complete signal is output.
  • the register unit may include an operation parameter register, and when an operation parameter is written to the operation parameter register by the host processor, the operation unit may perform operation processing in accordance with the content set by the operation parameter.
  • the register unit may include an operation parameter register, and when an operation parameter is written to the operation parameter register in accordance with an operation parameter setting command of the subprocessor program, the operation unit may perform operation processing in accordance with the content set by the operation parameter.
  • an integrated circuit device including: the subprocessor described above; and the bus controller connected to the subprocessor and the host processor, the bus controller performs bus control between a memory in which the host processor program and the subprocessor program are stored, the host processor, and the subprocessor.
  • the host processor can concurrently perform processing that is not directly dependent on the processing during the execution processing of the subprocessor. As a result, the data processing can be executed at a high speed.
  • the integrated circuit device may further include the host processor.
  • the integrated circuit device may further include a clock generation circuit, and the clock generation circuit may stop supplying clocks to the host processor after a processing start command is executed and resume the supply of clocks to the host processor after the processing of the subprocessor is complete.
  • the host processor since the host processor does not need to operate during the execution processing of the subprocessor, it is possible to halt the operation of the host processor to thereby decrease the power consumption of the data processing device (integrated circuit device).
  • an electronic apparatus having the integrated circuit device described above.
  • FIG. 1 shows a basic configuration example of a data processing device.
  • FIG. 2 shows a configuration example of a subprocessor.
  • FIG. 3 shows a flowchart of a basic operation of the subprocessor.
  • FIG. 4 is a diagram illustrating the operation of the subprocessor.
  • FIG. 5 is a diagram illustrating the operation of the subprocessor.
  • FIG. 6 is a diagram illustrating the operation of the subprocessor.
  • FIG. 7 shows an example of a command code.
  • FIGS. 8A and 8B show an example of a bit configuration of a resister.
  • FIG. 9 shows a modified example of a data processing device.
  • FIG. 10 shows an example of an electronic apparatus.
  • FIG. 1 shows a basic configuration example of a data processing device (integrated circuit device) of the present embodiment.
  • a data processing device (integrated circuit device) 200 shown in FIG. 1 is a system in which a host processor 210 and a subprocessor 100 perform data processing in collaboration with each other, and includes the subprocessor 100 , the host processor 210 , a bus controller 220 , and a memory 230 .
  • the data processing device 200 is not limited to the configuration of FIG. 1 , but may be modified in various ways such that a part of the constituent elements may be omitted, other constituent elements may be substituted, or other constituent elements may be added.
  • the host processor 210 may not be included in the data processing device 200 (integrated circuit device), but the host processor 210 may be an external integrated circuit device.
  • the subprocessor (coprocessor) 100 fetches a command from a subprocessor program 250 stored in the memory 230 , decodes the fetched command, and performs targeting data processing. A command for the targeting data processing is described in the subprocessor program 250 .
  • the bus controller 220 is connected to the subprocessor 100 and the host processor 210 so as to perform bus control between the memory 230 , the host processor 210 , and the subprocessor 100 .
  • the subprocessor 100 when the subprocessor 100 receives a processing start command from the host processor 210 , the subprocessor 100 can execute data processing independently without the intervention of the host processor 210 . That is, the subprocessor 100 fetches a command from the subprocessor program 250 through the bus controller 220 , decodes the fetched command, and performs targeting data processing. The subprocessor 100 can read data necessary for processing from the memory 230 through the bus controller 220 and write operation results to the memory 230 . The ability to execute processing independently is attributable to the fact that the subprocessor 100 includes a bus controller interface 150 as will be described later.
  • the subprocessor 100 can execute the targeting data processing independently.
  • the host processor 210 can concurrently perform processing that is not directly dependent on the processing.
  • the data processing can be executed at a high speed.
  • the processing of the host processor 210 becomes unnecessary during the execution of the subprocessor 100 , since the operation of the host processor 210 can be halted, it is possible to decrease the power consumption of the data processing device (integrated circuit device) 200 .
  • the memory 230 is included in the data processing device (integrated circuit device) 200 , it is not essential to provide the memory 230 at an inner side of the data processing device (integrated circuit device) 200 .
  • the memory 230 may be at the outer side of the data processing device (integrated circuit device) 200 .
  • FIG. 2 shows a configuration example of the subprocessor 100 of the present embodiment.
  • the subprocessor 100 shown in FIG. 2 includes the bus controller interface 150 , a register unit 130 , a command decoding unit 140 , and an operation unit 160 .
  • the bus controller interface 150 includes a host interface 110 , a command fetch unit 120 , and a data interface.
  • the data interface includes an X-bus read unit 170 , a Y-bus read unit 180 , and a Z-bus write unit 190 .
  • the operation unit 160 , the X-bus read unit 170 , the Y-bus read unit 180 , and the Z-bus write unit 190 form an operation pipeline unit.
  • the subprocessor 100 of the present embodiment is not limited to the configuration of FIG. 2 , but may be modified in various ways such that a part of the constituent elements may be omitted, other constituent elements may be substituted, or other constituent elements may be added.
  • the bus controller interface 150 is composed of the host interface 110 , the command fetch unit 120 , the X-bus read unit 170 , the Y-bus read unit 180 , and the Z-bus write unit 190 as shown in FIG. 2 .
  • the function of the host interface may be provided to any one of the other four constituent elements.
  • the bus controller interface 150 performs interface processing between the bus controller 220 and the subprocessor 100 . Specifically, the bus controller interface 150 performs interface processing for connecting the subprocessor 100 and the bus controller 220 .
  • the bus controller interface 150 includes the host interface 110 that performs the interface processing between the host processor 210 and the subprocessor. Specifically, the host interface 110 performs the interface processing for allowing the host processor 210 to write or read a register value to or from the register unit 130 .
  • the bus controller interface 150 includes the data interface for performing reading or writing of data for execution of commands. Specifically, the data interface includes the X-bus read unit 170 , the Y-bus read unit 180 , and the Z-bus write unit 190 . The X-bus read unit 170 and the Y-bus read unit 180 perform reading of data, and the Z-bus write unit 190 performs writing of data.
  • the command fetch unit (program interface) 120 fetches the command from the subprocessor program 250 , and the command decoding unit 140 decodes the fetched command.
  • the operation unit 160 executes the command based on the decoding results.
  • the register unit 130 includes a control register CTL, a program counter PC, address register A 0 to A 3 , data registers D 0 and D 1 , an accumulator register ACC, and an operation parameter register OPR.
  • the register configuration of the register unit 130 is not limited to this.
  • the control register CTL has bits related to the control of transmission or the like of the start, halt, and interrupt signals for execution of the subprocessor 100 .
  • the program counter PC stores an address (program counter value) in which the subprocessor program 250 is stored.
  • the address registers A 0 to A 3 store the address information of data read or written through the data interface. The data necessary for processing are written to the data registers D 0 and D 1 through the host interface 110 (in a broader sense, the bus controller interface 150 ).
  • the accumulator register ACC temporarily stores the intermediate results of the operation in the operation unit 160 .
  • the operation parameter register OPR stores operation parameters for controlling various options of operation processing.
  • FIG. 3 is a flowchart illustrating a basic operation of the subprocessor 100 .
  • FIGS. 4 to 6 are block diagrams illustrating the basic operation of the subprocessor 100 .
  • respective steps S 1 to S 7 of the operation of the subprocessor 100 will be described with reference to FIGS. 3 to 6 .
  • step S 1 the host processor 210 sets an address (program counter value) indicating a storage destination of the subprocessor program 250 to the program counter PC through the host interface 110 (in a broader sense, the bus controller interface 150 ). Specifically, the host processor 210 supplies a register address and a program counter value of the program counter PC to the host interface 110 together with a write control signal, and the host interface 110 sets the program counter value to the program counter PC.
  • step S 2 the host processor 210 sets necessary address information to the address registers A 0 to A 3 through the host interface 110 (in a broader sense, the bus controller interface 150 ).
  • the address information is the address indicating the location of input data and the storage destination of output data, which are processed by the subprocessor 100 .
  • the host processor 210 sets data necessary for the data processing performed by the subprocessor 100 to the data registers D 0 and D 1 as necessary.
  • step S 3 the host processor 210 issues a processing start command. Specifically, the host processor 210 writes “1” to the Run bit of the control register CTL through the host interface 110 (in a broader sense, the bus controller interface 150 ).
  • step S 4 the subprocessor 100 fetches the command from the subprocessor program 250 , decodes the fetched command, and starts executing processing.
  • the command fetch unit 120 outputs the program counter value to the bus controller 220 as a command address and receives and fetches a command code from the bus controller 220 .
  • the command fetch unit 120 updates the program counter value with the next command address.
  • the command decoding unit 140 decodes the command code to generate a necessary control signal and controls the operation unit 160 .
  • the operation pipeline unit performs the following operation processing, for example.
  • the X-bus read unit 170 and the Y-bus read unit 180 read data from addresses (addresses on the memory 230 ) indicated by the address registers A 0 to A 3 which are designated by the command code based on the control signal supplied from the command decoding unit 140 and supply the data to the operation unit 160 .
  • the operation unit 160 performs an operation based on the command code and outputs the operation results to the Z-bus write unit 190 .
  • the Z-bus write unit 190 writes the operation results to the addresses (the addresses on the memory 230 ) indicated by the address registers A 0 to A 3 which are designated by the command code.
  • a value “1” is set to the Run bit of the control register CTL during the period when the subprocessor 100 performs processing. That is, the value “1” set to the Run bit implies that the subprocessor 100 is executing processing.
  • step S 5 the subprocessor 100 fetches and decodes a processing end command.
  • the processing end command is an EXIT command, or the like, for example, and is a command described in the subprocessor program 250 as indicated by B 6 in FIG. 6 (for example, the command is described in a program processing end step of the subprocessor program 250 ).
  • this command is fetched, the subprocessor 100 ends the operation processing.
  • step S 6 the subprocessor 100 clears (namely, writes 0 to) a predetermined bit (the Run bit) of the control register CTL.
  • step S 7 the subprocessor 100 outputs a processing complete signal.
  • a value “1” is set to an IRQ bit (interrupt request bit) of the control register CTL.
  • the processing complete signal is output.
  • the subprocessor 100 can execute data processing independently.
  • the subprocessor is provided with the host interface 110 (in a broader sense, the bus controller interface 150 ) for performing interface processing between the host processor 210 and the subprocessor through the bus controller 220 or the like. That is, the subprocessor is provided with the host interface 110 which is generally not provided in a subprocessor of this type. Moreover, the program counter value indicating the storage destination of the subprocessor program and the processing start command of the subprocessor are written to the register unit 130 through the host interface 110 . Thus, after the host processor 210 issues a processing start command, the subprocessor 100 can independently load the subprocessor program 250 from the address (the program counter value) that is indicated by the program counter PC and execute targeting data processing. Moreover, the subprocessor 100 can independently read and write data from and to the address indicated by the address register that is designated by the command code.
  • the subprocessor 100 of the present embodiment can execute targeting data processing independently without the intervention of the host processor 210 .
  • the host processor 210 can perform processing that is not directly dependent on the processing.
  • the data processing can be executed at a high speed.
  • the processing of the host processor 210 becomes unnecessary during the execution of the subprocessor 100 , since the operation of the host processor 210 can be halted, it is possible to decrease the power consumption of the data processing device (integrated circuit device) 200 . That is, in the present embodiment, by providing the bus controller interface 150 to the subprocessor 100 , independent data processing by the subprocessor 100 , a reduction in power consumption, and the like are made possible.
  • FIG. 7 shows an example of the command code of the subprocessor 100 of the present embodiment.
  • the command code for operations such as, for example, addition, subtraction, or multiplication has a configuration shown in FIG. 7 .
  • An operation code OPC indicates the type of operation, and an operand indicates an input and output method of data. Furthermore, as shown in FIG. 7 , the operand is made up of fields XS, YS, and ZS for designating data input and output address registers and fields XDP, YDP, and ZDP for designating displacements for updating the address registers after accessing.
  • the fields XS and YS designate the address registers A 0 to A 3 storing the addresses on the memory when the X-bus read unit 170 and the Y-bus read unit 180 read data from the memory 230 .
  • the field ZS designates the address registers A 0 to A 3 storing the destination addresses on the memory to which the Z-bus write unit 190 writes the operation results.
  • the operand fields may designate immediate input data and designate the data registers D 0 and D 1 of the register unit 130 as well as inputting and outputting data to and from the memory 230 .
  • FIGS. 8(A) and 8(B) show an example of a bit configuration of the register of the subprocessor 100 of the present embodiment.
  • FIG. 8(A) shows the configuration of the control register CTL
  • FIG. 8(B) shows the configuration of the operation parameter register OPR.
  • the control register CTL includes a Run bit and an IRQ bit (interrupt request bit).
  • the execution of the subprocessor 100 starts when the host processor 210 writes “1” to the Run bit of the control register CTL through the host interface 110 .
  • the value “1” is set to the Run bit during execution of processing.
  • a value “1” is set to the IRQ bit (interrupt request bit).
  • a processing complete signal is output.
  • the operation parameter register OPR stores operation parameters for controlling various options of operation processing. For example, an arithmetic right shift control parameter controls an arithmetic right shift when writing operation results to a memory.
  • a clipping control parameter controls clipping when writing operation results to a memory.
  • a conditional memory writing control parameter controls memory writing which requires conditional determination.
  • operation parameters are written by the host processor 210 through the host interface 110 (in a broader sense, the bus controller interface 150 ), for example.
  • the operation parameters are written by an operation parameter setting command of the subprocessor program 250 . That is, the content of the operation parameter can be changed by the operation parameter setting command described in the subprocessor program 250 .
  • the subprocessor 100 of the present embodiment is provided with the host interface 110 , it is possible, for example, to set an initial value or the like of the operation parameter through the host interface 110 . Moreover, the content of the operation parameter can be changed as needed by the operation parameter setting command described in the subprocessor program 250 . In this way, flexible option control by the operation parameter can be realized.
  • FIG. 9 shows a modified example of the data processing device (integrated circuit device) of the present embodiment.
  • a data processing device (integrated circuit device) 200 of FIG. 9 includes a clock generation circuit 260 in addition to the constituent elements shown in FIG. 1 .
  • the subprocessor 100 of the present embodiment can execute targeting data processing independently without the intervention of the host processor 210 .
  • the host processor 210 can halt its operation in a period when the subprocessor 100 is executing the data processing.
  • the host processor 210 may resume its operation after the subprocessor 100 completes the processing.
  • the subprocessor 100 operates and executes data processing independently.
  • the host processor 210 issues a HALT command or the like to halt the supply of clocks from the clock generation circuit 260 , whereby the host processor 210 can halt its operation.
  • the host processor 210 is halted, and only the subprocessor 100 operates, it is possible to prevent a situation in which unnecessary power is consumed by the host processor 210 .
  • the host processor 210 is unable to receive a processing complete signal from the subprocessor 100 . Therefore, the subprocessor 100 outputs the processing complete signal to the clock generation circuit 260 rather than to the host processor 210 , and the clock generation circuit 260 having received this signal resumes the supply of clocks to the host processor 210 .
  • the host processor 210 in which the supply of clocks is resumed can restart its operation and execute operation processing or the like using the results of the data processing by the subprocessor 100 , for example.
  • FIG. 10 shows an example of an electronic apparatus including the data processing device (integrated circuit device) of the present embodiment.
  • An electronic apparatus 400 of FIG. 10 includes a sensor 310 , a detection circuit 320 , an A/D converter 330 , and a processing unit 340 .
  • the processing unit 340 is realized by the integrated circuit device 200 which is the data processing device of the present embodiment.
  • the detection circuit 320 and the A/D converter 330 may be integrated into the integrated circuit device 200 to form one chip.
  • the electronic apparatus 400 is a pulse meter, a pedometer, a digital camera, or the like, for example.
  • the sensor 310 is a gyro sensor, an acceleration sensor, a photo sensor, a pressure sensor, or the like, and a sensor corresponding to the purpose of the electronic apparatus 400 is used.
  • the detection circuit 320 amplifies the output signal (sensor signal) from the sensor 310 and removes noise using a filter.
  • the A/D converter 330 converts the amplified signal into a digital signal and outputs the digital signal to the processing unit 340 .
  • the processing unit 340 executes necessary digital signal processing on the digital signal from the A/D converter 330 . Moreover, gain control of the detection circuit 320 or the like may be performed. Here, the digital signal processing performed by the processing unit 340 may include Fourier transform or the like, for example.
  • the detection circuit 320 needs to perform an operation of detecting the desired signal under a low-noise environment. Moreover, in order to extract the desired signal from a very small amplitude sensor signal, data processing with high processing load such as, for example, fast Fourier transform is required.
  • data processing with high processing load for extracting a desired signal from a very small amplitude sensor signal can be executed by the subprocessor 100 having high operation processing capability at high speed.
  • the subprocessor 100 having high operation processing capability at high speed.
  • FIG. 9 by putting the host processor 210 into a halted state, it is possible to prevent noise from the host processor 210 from having an adverse effect on the detection circuit 320 .
  • the host processor 210 can be put into a halted state during the operation of the subprocessor 100 , or conversely, the subprocessor 100 can be put into a halted state during the operation of the host processor 210 .
  • the subprocessor 100 can be put into a halted state during the operation of the host processor 210 .

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Advance Control (AREA)
US13/258,717 2009-06-23 2010-06-10 Subprocessor, integrated circuit device, and electronic apparatus Active 2033-07-18 US9632794B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2009148665 2009-06-23
JP2009-148665 2009-06-23
PCT/JP2010/003880 WO2010150474A1 (ja) 2009-06-23 2010-06-10 サブプロセッサー、集積回路装置及び電子機器

Publications (2)

Publication Number Publication Date
US20120023312A1 US20120023312A1 (en) 2012-01-26
US9632794B2 true US9632794B2 (en) 2017-04-25

Family

ID=43386264

Family Applications (1)

Application Number Title Priority Date Filing Date
US13/258,717 Active 2033-07-18 US9632794B2 (en) 2009-06-23 2010-06-10 Subprocessor, integrated circuit device, and electronic apparatus

Country Status (4)

Country Link
US (1) US9632794B2 (ja)
JP (1) JP5549670B2 (ja)
CN (1) CN102804136B (ja)
WO (1) WO2010150474A1 (ja)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5831316B2 (ja) 2012-03-19 2015-12-09 富士通株式会社 並列処理装置
US10599441B2 (en) * 2017-09-04 2020-03-24 Mellanox Technologies, Ltd. Code sequencer that, in response to a primary processing unit encountering a trigger instruction, receives a thread identifier, executes predefined instruction sequences, and offloads computations to at least one accelerator
CN108446096B (zh) 2018-03-21 2021-01-29 杭州中天微系统有限公司 数据计算系统
CN113271115B (zh) * 2021-04-29 2023-03-21 思澈科技(上海)有限公司 一种射频电路控制方法及其系统

Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61150061A (ja) 1984-12-25 1986-07-08 Panafacom Ltd プロセツサ結合方式
JPS63247861A (ja) 1987-04-02 1988-10-14 Hitachi Ltd コプロセツサ制御方法
US4979102A (en) * 1987-12-03 1990-12-18 Nec Corporation Microprocessor operable under direct connection to coprocessor
US5029073A (en) 1985-03-08 1991-07-02 Hitachi, Ltd. Method for fast establishing a co-processor to memory linkage by main processor
JPH03250234A (ja) 1990-02-28 1991-11-08 Hitachi Ltd マイクロプロセッサシステム及びマイクロプロセッサシステム内におけるデータ転送方式
JPH07271413A (ja) 1994-03-31 1995-10-20 Mitsubishi Electric Corp 制御命令演算処理装置
US5632037A (en) * 1992-03-27 1997-05-20 Cyrix Corporation Microprocessor having power management circuitry with coprocessor support
WO1999061981A1 (en) 1998-05-26 1999-12-02 Advanced Micro Devices, Inc. Emulation coprocessor
US6023757A (en) 1996-01-31 2000-02-08 Hitachi, Ltd. Data processor
US6327647B1 (en) 1997-09-05 2001-12-04 Motorola Inc. Method and apparatus for interfacing a processor to a coprocessor
US6327650B1 (en) * 1999-02-12 2001-12-04 Vsli Technology, Inc. Pipelined multiprocessing with upstream processor concurrently writing to local register and to register of downstream processor
US20020059510A1 (en) 2000-11-14 2002-05-16 Mitsumasa Yoshimura Data processing system and control method
US20040030958A1 (en) 2002-03-29 2004-02-12 Erik Moerman Integrated circuit with direct debugging architecture
US20050038962A1 (en) * 2003-08-16 2005-02-17 Chae-Whan Lim Apparatus and method for composing a cache memory of a wireless terminal having a coprocessor
US6928523B2 (en) * 2000-07-25 2005-08-09 Renesas Technology Corp. Synchronous signal producing circuit for controlling a data ready signal indicative of end of access to a shared memory and thereby controlling synchronization between processor and coprocessor
US20060059285A1 (en) 2004-09-15 2006-03-16 Fischer Stephen A System and method for deadlock free bus protection of resources during search execution
JP2006163684A (ja) 2004-12-06 2006-06-22 Matsushita Electric Ind Co Ltd プロセッサシミュレータ
CN101105711A (zh) 2006-07-13 2008-01-16 国际商业机器公司 用于在主处理器与副处理器间分配处理功能的系统和方法
US20080244227A1 (en) 2006-07-13 2008-10-02 Gee Timothy W Design structure for asymmetrical performance multi-processors

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0306891A3 (en) * 1987-09-11 1992-04-01 National Semiconductor Corporation Pipelined slave protocol for high performance cpu-fpu cluster
JPH02122364A (ja) * 1988-11-01 1990-05-10 Ibiden Co Ltd マルチプロセッサシステム
US6226695B1 (en) * 1995-09-29 2001-05-01 International Business Machines Corporation Information handling system including non-disruptive command and data movement between storage and one or more auxiliary processors
TW439380B (en) * 1995-10-09 2001-06-07 Hitachi Ltd Terminal apparatus
JP3878508B2 (ja) * 2001-11-08 2007-02-07 松下電器産業株式会社 回路群制御システム

Patent Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61150061A (ja) 1984-12-25 1986-07-08 Panafacom Ltd プロセツサ結合方式
US5029073A (en) 1985-03-08 1991-07-02 Hitachi, Ltd. Method for fast establishing a co-processor to memory linkage by main processor
JPS63247861A (ja) 1987-04-02 1988-10-14 Hitachi Ltd コプロセツサ制御方法
US4979102A (en) * 1987-12-03 1990-12-18 Nec Corporation Microprocessor operable under direct connection to coprocessor
JPH03250234A (ja) 1990-02-28 1991-11-08 Hitachi Ltd マイクロプロセッサシステム及びマイクロプロセッサシステム内におけるデータ転送方式
US5632037A (en) * 1992-03-27 1997-05-20 Cyrix Corporation Microprocessor having power management circuitry with coprocessor support
JPH07271413A (ja) 1994-03-31 1995-10-20 Mitsubishi Electric Corp 制御命令演算処理装置
US6023757A (en) 1996-01-31 2000-02-08 Hitachi, Ltd. Data processor
US6505290B1 (en) 1997-09-05 2003-01-07 Motorola, Inc. Method and apparatus for interfacing a processor to a coprocessor
US6327647B1 (en) 1997-09-05 2001-12-04 Motorola Inc. Method and apparatus for interfacing a processor to a coprocessor
WO1999061981A1 (en) 1998-05-26 1999-12-02 Advanced Micro Devices, Inc. Emulation coprocessor
US6480952B2 (en) 1998-05-26 2002-11-12 Advanced Micro Devices, Inc. Emulation coprocessor
US6327650B1 (en) * 1999-02-12 2001-12-04 Vsli Technology, Inc. Pipelined multiprocessing with upstream processor concurrently writing to local register and to register of downstream processor
US6928523B2 (en) * 2000-07-25 2005-08-09 Renesas Technology Corp. Synchronous signal producing circuit for controlling a data ready signal indicative of end of access to a shared memory and thereby controlling synchronization between processor and coprocessor
JP2002149402A (ja) 2000-11-14 2002-05-24 Pacific Design Kk データ処理装置およびその制御方法
US20020059510A1 (en) 2000-11-14 2002-05-16 Mitsumasa Yoshimura Data processing system and control method
US20040030958A1 (en) 2002-03-29 2004-02-12 Erik Moerman Integrated circuit with direct debugging architecture
US20050038962A1 (en) * 2003-08-16 2005-02-17 Chae-Whan Lim Apparatus and method for composing a cache memory of a wireless terminal having a coprocessor
US20060059285A1 (en) 2004-09-15 2006-03-16 Fischer Stephen A System and method for deadlock free bus protection of resources during search execution
CN101023431A (zh) 2004-09-15 2007-08-22 英特尔公司 用于在安全执行期间资源的无死锁总线保护的系统和方法
JP2006163684A (ja) 2004-12-06 2006-06-22 Matsushita Electric Ind Co Ltd プロセッサシミュレータ
CN101105711A (zh) 2006-07-13 2008-01-16 国际商业机器公司 用于在主处理器与副处理器间分配处理功能的系统和方法
US20080016374A1 (en) 2006-07-13 2008-01-17 International Business Machines Corporation Systems and Methods for Asymmetrical Performance Multi-Processors
US20080244227A1 (en) 2006-07-13 2008-10-02 Gee Timothy W Design structure for asymmetrical performance multi-processors

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
International Search Report issued in Application No. PCT/JP2010/003880; Dated Jul. 13, 2010 (With Translation).

Also Published As

Publication number Publication date
US20120023312A1 (en) 2012-01-26
JPWO2010150474A1 (ja) 2012-12-06
JP5549670B2 (ja) 2014-07-16
WO2010150474A1 (ja) 2010-12-29
CN102804136B (zh) 2015-03-11
CN102804136A (zh) 2012-11-28

Similar Documents

Publication Publication Date Title
TWI541658B (zh) 資料處理裝置及半導體積體電路裝置
US9262160B2 (en) Load latency speculation in an out-of-order computer processor
US9524011B2 (en) Instruction loop buffer with tiered power savings
US10740280B2 (en) Low energy accelerator processor architecture with short parallel instruction word
RU2012149548A (ru) Команды для выполнения операции с операндом в памяти и последующего сохранения оригинального значения указанного операнда в регистре
WO2007107707A3 (en) Computer architecture
US9632794B2 (en) Subprocessor, integrated circuit device, and electronic apparatus
CN111158756B (zh) 用于处理信息的方法和装置
US10915323B2 (en) Method and device for processing an instruction having multi-instruction data including configurably concatenating portions of an immediate operand from two of the instructions
CN104346132B (zh) 应用于智能卡虚拟机运行的控制装置及智能卡虚拟机
US20210089305A1 (en) Instruction executing method and apparatus
US7809930B2 (en) Selective suppression of register renaming
US20210089306A1 (en) Instruction processing method and apparatus
CN108733412B (zh) 一种运算装置和方法
US10474596B2 (en) Providing dedicated resources for a system management mode of a processor
CN101371223B (zh) 运算数的提早有条件选择
KR102152735B1 (ko) 그래픽 처리 장치 및 이의 동작 방법
JP2009169767A (ja) パイプライン型プロセッサ
JPH081604B2 (ja) マイクロプロセッサ
WO2007083421A1 (ja) プロセッサ
JP4471947B2 (ja) データ処理装置及びデータ処理方法
JP2001014161A (ja) プログラマブルコントローラ
US10860321B2 (en) Electronic device and method for processing instruction using the same
Farid et al. Utilizing Low-Cost Linux Micro-Computer & Android Phone Solutions on Cube-Satellites
JP2016110400A (ja) 演算処理装置および演算処理装置の制御方法

Legal Events

Date Code Title Description
AS Assignment

Owner name: SEIKO EPSON CORPORATION, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ISOMURA, MASAKAZU;REEL/FRAME:026986/0921

Effective date: 20110727

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4

AS Assignment

Owner name: CRYSTAL LEAP ZRT, HUNGARY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SEIKO EPSON CORPORATION;REEL/FRAME:066162/0434

Effective date: 20231222

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8