TWI465916B - Asymmetric transport system and method of heterogeneous dual-core - Google Patents

Asymmetric transport system and method of heterogeneous dual-core Download PDF

Info

Publication number
TWI465916B
TWI465916B TW099129524A TW99129524A TWI465916B TW I465916 B TWI465916 B TW I465916B TW 099129524 A TW099129524 A TW 099129524A TW 99129524 A TW99129524 A TW 99129524A TW I465916 B TWI465916 B TW I465916B
Authority
TW
Taiwan
Prior art keywords
data
coprocessor
shared memory
mailbox
general
Prior art date
Application number
TW099129524A
Other languages
Chinese (zh)
Other versions
TW201211771A (en
Inventor
Chia Wei Kang
Tsung Sheng Kuo
Ying Chih Hsieh
Chun Yen Wu
Original Assignee
Tatung Co
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 Tatung Co filed Critical Tatung Co
Priority to TW099129524A priority Critical patent/TWI465916B/en
Publication of TW201211771A publication Critical patent/TW201211771A/en
Application granted granted Critical
Publication of TWI465916B publication Critical patent/TWI465916B/en

Links

Landscapes

  • Multi Processors (AREA)
  • Advance Control (AREA)

Description

異質雙核心之非對稱傳輸系統與方法Heterogeneous dual core asymmetric transmission system and method

本發明是有關於一種雙核心之傳輸系統與方法,且特別是有關於一種異質雙核心之非對稱傳輸系統與方法。The present invention relates to a dual core transmission system and method, and more particularly to a heterogeneous dual core asymmetric transmission system and method.

現有技術中,常見雙核心處理器之間的溝通是使用對稱式的傳輸機制。例如德州儀器(Texas Instruments)的達文西(DaVinci)處理器架構,進階精簡指令集機器(Advanced RISC Machine,簡稱為ARM)與數位訊號處理器(Digital Signal Processor,簡稱為DSP)的核心之間利用共享記憶體的方式來做資料的雙向傳送工作,先在共享記憶體劃分成兩個記憶體區塊ARM-to-DSP及DSP-to-ARM,當ARM核心傳送資料到記憶體區塊ARM-to-DSP之後,需透過中斷通知DSP核心來讀取記憶體區塊ARM-to-DSP的資料;相反地,當DSP核心傳送資料到記憶體區塊DSP-to-ARM之後,則需透過中斷通知ARM核心來讀取記憶體區塊DSP-to-ARM的資料。In the prior art, communication between common dual core processors uses a symmetric transmission mechanism. For example, Texas Instruments' DaVinci processor architecture, between the core of the Advanced RISC Machine (ARM) and the Digital Signal Processor (DSP) Using the shared memory method to do the bidirectional transfer of data, first divide the shared memory into two memory blocks ARM-to-DSP and DSP-to-ARM, when the ARM core transmits data to the memory block ARM After -to-DSP, it is necessary to notify the DSP core through the interrupt to read the data of the memory block ARM-to-DSP; conversely, after the DSP core transmits the data to the memory block DSP-to-ARM, it needs to pass through The interrupt informs the ARM core to read the data of the memory block DSP-to-ARM.

傳統的資料傳送方式中,ARM核心寫入資料至記憶體、DSP核心讀取記憶體的資料、DSP核心寫入資料至記憶體、或ARM核心讀取記憶體的資料都必須使用中斷才能進行溝通。傳統技術共用記憶體做雙向溝通,並且不管傳送資料的流量大小都需用到硬體中斷,因此會浪費記憶體的使用空間和硬體中斷。In the traditional data transmission method, the ARM core writes data to the memory, the DSP core reads the memory data, the DSP core writes the data to the memory, or the ARM core reads the memory data, and must use the interrupt to communicate. . Traditional technology shares memory for two-way communication, and hardware interrupts are required regardless of the traffic volume of the transmitted data, thus wasting memory usage space and hardware interruption.

本發明提供一種異質雙核心之非對稱傳輸系統。此非對稱傳輸系統不需要雙向溝通時都使用到共享記憶體來做資料傳輸,以節省記憶體資源及硬體中斷的使用。The invention provides a heterogeneous dual core asymmetric transmission system. This asymmetric transmission system does not require two-way communication to use shared memory for data transmission, in order to save memory resources and hardware interruptions.

本發明再提供一種異質雙核心之非對稱傳輸方法,此非對稱傳輸方法不需要雙向溝通時都使用到共享記憶體來做資料傳輸,以節省記憶體資源及硬體中斷的使用。The invention further provides a heterogeneous dual-core asymmetric transmission method. The asymmetric transmission method uses shared memory for data transmission when two-way communication is not needed, thereby saving memory resources and hardware interruption use.

為解決上述問題,本發明提出一種異質雙核心之非對稱傳輸系統。此非對稱傳輸系統包括共享記憶體、通用處理器、協同處理器以及郵箱。通用處理器耦接共享記憶體。通用處理器將第一資料寫入至共享記憶體。協同處理器耦接共享記憶體。協同處理器的類型不同於通用處理器。協同處理器從共享記憶體讀取第一資料,並對第一資料做運算處理,以得出第二資料。協同處理器將第二資料傳送出去,且傳送出去的第二資料的資料流量小於第一資料的資料流量。郵箱耦接在通用處理器與協同處理器之間,其中由協同處理器傳送出去的第二資料係先被寫入至郵箱,再由郵箱傳送至通用處理器。In order to solve the above problems, the present invention proposes a heterogeneous dual core asymmetric transmission system. This asymmetric transmission system includes shared memory, a general purpose processor, a coprocessor, and a mailbox. The general purpose processor is coupled to the shared memory. The general purpose processor writes the first data to the shared memory. The coprocessor is coupled to the shared memory. The type of coprocessor is different from the general purpose processor. The coprocessor reads the first data from the shared memory and performs arithmetic processing on the first data to obtain the second data. The co-processor transmits the second data, and the data traffic of the transmitted second data is smaller than the data traffic of the first data. The mailbox is coupled between the general-purpose processor and the co-processor, wherein the second data transmitted by the co-processor is first written to the mailbox, and then transmitted to the general-purpose processor by the mailbox.

從另一角度來看,本發明提出一種異質雙核心之非對稱傳輸方法。此非對稱傳輸方法適用於前述的非對稱傳輸系統。此非對稱傳輸方法包括以下步驟:通用處理器將第一資料寫入至共享記憶體;協同處理器從共享記憶體讀取第一資料;協同處理器對第一資料做運算處理,以得出第二資料;協同處理器將第二資料寫入至郵箱,其中第二資料的資料流量小於第一資料的資料流量;以及郵箱將第二資料傳送至通用處理器。From another point of view, the present invention proposes a heterogeneous dual core asymmetric transmission method. This asymmetric transmission method is applicable to the aforementioned asymmetric transmission system. The asymmetric transmission method includes the following steps: the general-purpose processor writes the first data to the shared memory; the co-processor reads the first data from the shared memory; and the cooperative processor performs the arithmetic processing on the first data to obtain The second data; the co-processor writes the second data to the mailbox, wherein the data flow of the second data is smaller than the data flow of the first data; and the second data of the mailbox is transmitted to the general-purpose processor.

在本發明的一實施例中,第一資料的資料流量方向為單一方向,僅由通用處理器將第一資料寫入至共享記憶體,並由協同處理器自共享記憶體讀取第一資料,無法從共享記憶體以逆方向將同額於第一資料的資料再回傳至通用處理器且無法從協同處理器將同額於第一資料的資料寫入至共享記憶體,其中所指的同額資料是等同或類似第一資料的資料量大小。In an embodiment of the present invention, the data flow direction of the first data is a single direction, and only the general processor writes the first data to the shared memory, and the coprocessor reads the first data from the shared memory. The data of the same amount of the first data cannot be returned from the shared memory to the general-purpose processor in the reverse direction, and the data of the same amount of the first data cannot be written from the coprocessor to the shared memory, wherein the same amount is referred to. The data is the amount of data equivalent or similar to the first data.

在本發明的一實施例中,第二資料的資料流量方向為單一方向,僅由協同處理器將第二資料寫入至郵箱,並由通用處理器自郵箱讀取第二資料,無法從郵箱以逆方向將同額於第二資料的資料再回傳至協同處理器且無法從通用處理器將同額於第二資料的資料寫入至郵箱,其中所指的同額資料是等同或類似第二資料的資料量大小。In an embodiment of the present invention, the data flow direction of the second data is a single direction, and only the co-processor writes the second data to the mailbox, and the general processor reads the second data from the mailbox, and cannot be from the mailbox. The data of the same amount of the second data is returned to the coprocessor in the reverse direction and the data of the same amount of the second data cannot be written from the general purpose processor to the mailbox, wherein the same amount of information is equivalent or similar to the second data. The amount of data.

在本發明的一實施例中,上述的共享記憶體包括一旗標暫存器,此旗標暫存器的旗標內容用以記錄寫入權限、讀取權限、寫入記憶體的起始位置與讀取記憶體的終止位置。In an embodiment of the invention, the shared memory includes a flag register, and the flag content of the flag register is used to record write permission, read permission, and write memory start. The position and the end position of the read memory.

在本發明的一實施例中,上述的通用處理器與協同處理器以輪詢旗標暫存器的方式來使用共享記憶體,其中通用處理器根據旗標暫存器的旗標內容做寫入動作,協同處理器根據旗標暫存器的旗標內容做讀取動作。In an embodiment of the invention, the general-purpose processor and the co-processor use the shared memory in a manner of polling the flag register, wherein the general-purpose processor writes according to the flag content of the flag register. In the action, the coprocessor performs a read operation according to the flag content of the flag register.

在本發明的一實施例中,上述的第一資料為一畫面,協同處理器的運算是針對畫面中的局部圖型做位置檢測,第二資料為畫面中的局部圖型的確切位置。In an embodiment of the invention, the first data is a picture, and the operation of the coprocessor is to perform position detection on a local pattern in the picture, and the second data is an exact position of the partial pattern in the picture.

在本發明的一實施例中,上述的第一資料為一連續畫面,協同處理器的運算是針對連續畫面中的相鄰兩畫面做分析比較,第二資料為連續畫面中的相鄰畫面的差異點。In an embodiment of the invention, the first data is a continuous picture, and the operation of the coprocessor is to analyze and compare two adjacent pictures in the continuous picture, and the second data is an adjacent picture in the continuous picture. Difference point.

在本發明的一實施例中,上述的第一資料為一語音資料,協同處理器的運算是針對語音資料做語音壓縮計算,第二資料為經壓縮的語音資料。In an embodiment of the invention, the first data is a voice data, the operation of the coprocessor is a voice compression calculation for the voice data, and the second data is the compressed voice data.

在本發明的一實施例中,上述的第一資料為一檔案,協同處理器的運算是針對檔案做資料壓縮,第二資料為經壓縮的檔案。In an embodiment of the invention, the first data is a file, the operation of the coprocessor is data compression for the file, and the second data is a compressed file.

在本發明的一實施例中,上述的協同處理器向郵箱發出請求,以將第二資料寫入郵箱,之後郵箱發出中斷命令給通用處理器,以使通用處理器讀取第二資料。In an embodiment of the invention, the coprocessor sends a request to the mailbox to write the second data to the mailbox, and then the mailbox issues an interrupt command to the general purpose processor to cause the general purpose processor to read the second data.

基於上述,本發明的異質雙核心之非對稱傳輸系統與方法,使用兩種不同類型的處理器。通用處理器傳送大量資料經共享記憶體傳至協同處理器。協同處理器對大量資料做運算處理,以得出所述大量資料中的部分資料或壓縮資料,再經郵箱傳至通用處理器。本發明的系統與方法由於兩處理器所傳送的資料流量呈現非對稱,不需要雙向溝通時都使用到共享記憶體來做資料傳輸,可以節省記憶體資源及硬體中斷的使用。Based on the above, the heterogeneous dual core asymmetric transmission system and method of the present invention uses two different types of processors. The general purpose processor transfers a large amount of data to the coprocessor through shared memory. The coprocessor performs arithmetic processing on a large amount of data to obtain a part of the data or compressed data in the large amount of data, and then transmits the data to the general purpose processor via the mailbox. The system and method of the present invention can reduce the use of memory resources and hardware interruptions because the data traffic transmitted by the two processors is asymmetric, and the shared memory is used for data transmission when two-way communication is not required.

為讓本發明的上述特徵和優點能更明顯易懂,下文特舉多個實施例,並配合所附圖式,作詳細說明如下。The above described features and advantages of the invention will be apparent from the following description.

在下述諸實施例中,當元件被指為「連接」或「耦接」至另一元件時,其可為直接連接或耦接至另一元件,或可能存在介於其間之元件。相對地,當元件被指為「直接連接」或「直接耦接」至另一元件時,則不存在有介於其間之元件。In the following embodiments, when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element, or there may be intervening elements. In contrast, when an element is referred to as being "directly connected" or "directly coupled" to another element, there are no intervening elements.

請參考圖1,圖1為依本發明實施例的異質雙核心(heterogeneous dual-core)之非對稱傳輸(asynchronous transfer)系統方塊圖。此非對稱傳輸系統100包括共享記憶體110、通用處理器(general purpose processor)GPP、協同處理器(coprocessor)CP以及郵箱(mailbox)120。其中的異質雙核心是兩個不同類型的處理器,亦即協同處理器CP的類型與通用處理器GPP的類型是不同的。通用處理器GPP可以具有執行一般的應用程式(application program)的處理功能,主要是控制導向,例如處理使用者界面、中斷處理等工作。協同處理器CP主要是做數學運算處理,負責即時、具規律運算特性的工作,以應付高運算需求,例如快速傅立葉轉換、矩陣乘法等等。協同處理器CP可以是數位訊號處理器(Digital Signal Processor,簡稱為DSP)、場可程式閘陣列(Field Programmable Gate Array,簡稱為FPGA)處理器或複雜可編程邏輯裝置(complex programmable logic device,簡稱為CPLD)。Please refer to FIG. 1. FIG. 1 is a block diagram of a heterogeneous dual-core asymmetric transfer system according to an embodiment of the present invention. The asymmetric transmission system 100 includes a shared memory 110, a general purpose processor GPP, a coprocessor CP, and a mailbox 120. The heterogeneous dual core is two different types of processors, that is, the type of the coprocessor CP is different from the type of the general processor GPP. The general-purpose processor GPP can have a processing function for executing a general application program, and is mainly a control guide, such as processing a user interface, interrupt processing, and the like. The coprocessor CP is mainly used for mathematical operations, and is responsible for the work of real-time, regular operation characteristics to cope with high computational requirements, such as fast Fourier transform, matrix multiplication, and so on. The coprocessor CP can be a digital signal processor (DSP), a Field Programmable Gate Array (FPGA) processor, or a complex programmable logic device (referred to as a complex programmable logic device). For CPLD).

承上述,共享記憶體110耦接在通用處理器GPP與協同處理器CP之間。郵箱120也耦接在通用處理器GPP與協同處理器CP之間。通用處理器GPP可以從外部的一資料擷取裝置(未繪示)接收到第一資料DATA1,或是從圖形使用者介面(graphical user interface,簡稱為GUI)接收到第一資料。通用處理器GPP將所接收到的第一資料DATA1寫入至共享記憶體110。協同處理器CP再從共享記憶體110讀取第一資料DATA1,並對第一資料DATA1做數學運算處理,以得出第二資料DATA2,並且接著將第二資料DATA2寫入至郵箱120。最後,郵箱120傳送第二資料DATA2至通用處理器GPP。In the above, the shared memory 110 is coupled between the general-purpose processor GPP and the cooperative processor CP. The mailbox 120 is also coupled between the general purpose processor GPP and the coprocessor CP. The general-purpose processor GPP can receive the first data DATA1 from an external data capture device (not shown) or receive the first data from a graphical user interface (GUI). The general purpose processor GPP writes the received first data DATA1 to the shared memory 110. The coprocessor CP then reads the first data DATA1 from the shared memory 110, performs mathematical operations on the first data DATA1 to obtain the second data DATA2, and then writes the second data DATA2 to the mailbox 120. Finally, the mailbox 120 transmits the second data DATA2 to the general purpose processor GPP.

值得注意的是此系統的傳輸機制:(1)傳送第一資料DATA1的資料流量方向為單一方向(如粗箭頭所示),僅以單一方向由通用處理器GPP來寫入第一資料DATA1至共享記憶體110,無法從共享記憶體110以逆方向將同額於第一資料DATA1的資料再回傳至通用處理器GPP,其中此處所指的同額資料是等同或類似第一資料DATA的資料量大小;(2)協同處理器CP僅從共享記憶體110讀取第一資料DATA1,無法從協同處理器CP將同額於第一資料DATA1的資料寫入至共享記憶體110;(3)傳送第二資料DATA2的資料流量方向為另一方向(如細箭頭所示),僅以單一方向由協同處理器CP來寫入第二資料DATA2至郵箱120,無法從郵箱120以逆方向將同額於第二資料DATA2的資料再回傳至協同處理器CP,其中此處所指的同額資料是等同或類似第二資料DATA2的資料量大小;以及(4)通用處理器GPP僅從郵箱120讀取第二資料DATA2,無法從通用處理器GPP將同額於第二資料的資料寫入至郵箱120。It is worth noting that the transmission mechanism of this system is: (1) the data flow direction of the first data DATA1 is transmitted in a single direction (as indicated by a thick arrow), and the first data DATA1 is written by the general-purpose processor GPP only in a single direction. The shared memory 110 cannot retransmit the data of the same amount of the first data DATA1 from the shared memory 110 to the general-purpose processor GPP in the reverse direction, wherein the same amount of data referred to herein is equivalent or similar to the data amount of the first data DATA. (2) The coprocessor CP reads the first data DATA1 only from the shared memory 110, and cannot write the data of the same amount of the first data DATA1 from the coprocessor CP to the shared memory 110; (3) transmission The data flow direction of the second data DATA2 is in another direction (as indicated by a thin arrow), and the second data DATA2 is written to the mailbox 120 by the coprocessor CP in only one direction, and cannot be the same amount from the mailbox 120 in the reverse direction. The data of the second data DATA2 is then transmitted back to the coprocessor CP, wherein the same amount of data referred to herein is equal to or similar to the data size of the second data DATA2; and (4) the general purpose processor GPP reads only the second from the mailbox 120. Data DATA2 You can not write the same amount to the mailbox 120 in the second information data from a general purpose processor GPP.

請注意,在此非對稱傳輸系統100中共有兩個資料流動方向(如粗、細箭頭所示),第一個資料流動方向是從通用處理器GPP經由共享記憶體110至協同處理器CP,第二個資料流動方向是從協同處理器CP經由郵箱120至通用處理器GPP,其中經第一個資料流動方向傳送的第一資料DATA1與經第二個資料流動方向傳送的第二資料DATA2相比,第二資料DATA2的資料流量遠小於第一資料DATA1的資料流量。因此,在非對稱傳輸及高運算的需求的情況下,此非對稱傳輸系統100為一個有效的解決需求的技術方案,可以提供更有效的傳輸機制,不需要雙向溝通都使用共享記憶體110做資料傳輸,從而可以節省記憶體資源,以及硬體中斷的使用。Please note that there are two data flow directions (shown by thick and thin arrows) in the asymmetric transmission system 100, and the first data flow direction is from the general-purpose processor GPP via the shared memory 110 to the cooperative processor CP. The second data flow direction is from the coprocessor CP via the mailbox 120 to the general purpose processor GPP, wherein the first data DATA1 transmitted through the first data flow direction and the second data DATA2 transmitted through the second data flow direction The data flow of the second data DATA2 is much smaller than the data flow of the first data DATA1. Therefore, in the case of asymmetric transmission and high computing requirements, the asymmetric transmission system 100 is an effective technical solution for solving the problem, and can provide a more efficient transmission mechanism, and does not require two-way communication to use the shared memory 110. Data transfer, which saves memory resources and the use of hardware interrupts.

請參考圖2,圖2為依本發明實施例的共享記憶體110的示意圖。初始時,可以在共享記憶體110中規劃一個旗標暫存器(Flag Registers FR,如圖所示的旗標暫存器FR有16個byte的旗標內容,可以用來定義:寫入權限、讀取權限、寫入記憶體的起始位置與讀取記憶體的終止位置。Please refer to FIG. 2. FIG. 2 is a schematic diagram of a shared memory 110 according to an embodiment of the present invention. Initially, a flag register can be planned in the shared memory 110 (Flag Registers FR, as shown, the flag register FR has a 16-byte flag content, which can be used to define: write permission Read permission, write start position of memory and end position of read memory.

例如,第1個byte可以定義為判別通用處理器GPP寫入權限或者協同處理器CP的讀取權限,當第1個byte值為0時,通用處理器GPP可以寫入共享記憶體110,而協同處理器CP不能讀取共享記憶體110的資料,當第1個byte值為1時,協同處理器CP可以讀取共享記憶體110的資料,而通用處理器GPP不能寫入共享記憶體110。第2~4個byte可以定義為儲存通用處理器GPP寫入共享記憶體110的起始位置,第5~7個byte可以定義為儲存通用處理器GPP寫入共享記憶體110的終止位置。第8~10個byte可以定義為儲存協同處理器CP讀取記憶體的起始位置,第11~13個byte可以定義為儲存協同處理器CP讀取共享記憶體110的終止位置,其他byte則保留可增加其他功能。For example, the first byte may be defined to determine the general processor GPP write authority or the read permission of the coprocessor CP. When the first byte value is 0, the general purpose processor GPP can write to the shared memory 110, and The coprocessor CP cannot read the data of the shared memory 110. When the first byte value is 1, the coprocessor CP can read the data of the shared memory 110, and the general processor GPP cannot write to the shared memory 110. . The second to fourth bytes may be defined as storing the start position of the general-purpose processor GPP write shared memory 110, and the fifth to seventh bytes may be defined as storing the termination position of the general-purpose processor GPP write shared memory 110. The 8th to 10th bytes may be defined as the starting position of the storage coprocessor CP to read the memory, and the 11th to 13th bytes may be defined as the storage coprocessor CP reading the end position of the shared memory 110, and other bytes are Retention can add other features.

值得一提的是,旗標暫存器FR的旗標內容定義僅是一種選擇實施例,本領域技術者也可依其需求改變旗標byte大小與內容。It is worth mentioning that the flag content definition of the flag register FR is only an alternative embodiment, and those skilled in the art can also change the size and content of the flag byte according to their needs.

承上述,通用處理器GPP與協同處理器CP可以以輪詢旗標暫存器FR的旗標值來使用共享記憶體110。例如通用處理器GPP可以根據旗標暫存器FR的旗標內容做寫入動作,協同處理器CP可以根據旗標暫存器FR的旗標內容做讀取動作。例如初始時,通用處理器GPP讀取旗標暫存器FR的第一個byte,若第一個byte值為0,則通用處理器GPP可以寫入共享記憶體110,開始將欲傳送的大量資料(如第一資料DATA1)寫入共享記憶體110中,直到完成寫入之後,將旗標暫存器FR的第一個byte值更改為1,以允許協同處理器CP做讀取動作。也就是在通用處理器GPP將第一資料DATA1寫入共享記憶體110時,協同處理器CP只需要做輪詢的動作,每隔一段時間檢查第1個byte,確認是否可以讀取動作。In view of the above, the general purpose processor GPP and the coprocessor CP can use the shared memory 110 by polling the flag value of the flag register FR. For example, the general-purpose processor GPP can perform a write operation according to the flag content of the flag register FR, and the cooperative processor CP can perform a read operation according to the flag content of the flag register FR. For example, initially, the general-purpose processor GPP reads the first byte of the flag register FR. If the first byte value is 0, the general-purpose processor GPP can write to the shared memory 110 to start the large amount to be transmitted. The data (such as the first data DATA1) is written into the shared memory 110, and after the writing is completed, the first byte value of the flag register FR is changed to 1, to allow the coprocessor CP to perform the reading operation. That is, when the general-purpose processor GPP writes the first data DATA1 to the shared memory 110, the coprocessor CP only needs to perform a polling operation, and checks the first byte at intervals to confirm whether the action can be read.

當協同處理器CP輪詢時,確認了旗標暫存器FR的第1個byte值為1時,則讀取共享記憶體110的資料,直到讀取動作完成之後,再將旗標暫存器FR的第一個byte值更改為0,以允許通用處理器GPP對共享記憶體110資料做寫入動作。When the coprocessor CP polls and confirms that the first byte value of the flag register FR is 1, the data of the shared memory 110 is read until the read operation is completed, and then the flag is temporarily stored. The first byte value of the FR is changed to 0 to allow the general purpose processor GPP to write to the shared memory 110 data.

值得一提的是,由於協同處理器CP的工作只有執行數學運算,所以平常空閒時間就是等待通用處理器GPP傳送過來的第一資料DATA1,以及將經運算後的第二資料DATA2傳送給通用處理器GPP。這種輪詢的方式不使用到中斷命令,可以避免協同處理器CP的數學運算處理受到中斷而停止原先的運算工作。It is worth mentioning that, since the work of the coprocessor CP only performs mathematical operations, the usual idle time is to wait for the first data DATA1 transmitted by the general processor GPP, and to transfer the processed second data DATA2 to the general processing. GPP. This method of polling does not use the interrupt command, and the mathematical operation of the coprocessor CP can be prevented from being interrupted and the original operation can be stopped.

此外,經運算後的第二資料DATA2傳送給通用處理器GPP之前需通過郵箱120的機制。此郵箱120的機制為:協同處理器CP需向郵箱120發出請求,以將第二資料DATA2寫入郵箱120。接著,郵箱120在第二資料DATA2寫入完成之後,郵箱120發出中斷命令給通用處理器GPP,以使通用處理器GPP讀取第二資料DATA2。In addition, the second data DATA2 after the operation is transmitted to the general-purpose processor GPP before the mechanism of the mailbox 120 is required. The mechanism of this mailbox 120 is that the coprocessor CP needs to issue a request to the mailbox 120 to write the second data DATA2 to the mailbox 120. Next, after the second data DATA2 is written, the mailbox 120 issues an interrupt command to the general-purpose processor GPP to cause the general-purpose processor GPP to read the second data DATA2.

請參考圖3,圖3為採用圖1的異質雙核心之非對稱傳輸系統的另一實施例。此實施例中,通用處理器GPP從外部的攝影機132(也可以是照相機)接收到第一資料DATA1。此處的第一資料DATA1為影像圖片(或影像資料)。協同處理器CP的數學演算處理是用來檢測影像圖片中的局部圖型(pattern),例如檢測出圖片中的“十字圖型”的位置。協同處理器CP將檢測到“十字圖型”的位置座標值(x,y)回傳給通用處理器GPP,此處的位置座標值(x,y)即為第二資料DATA2。從此實施例來看,第一資料DATA1為一張圖片的資料量,協同處理器CP執行檢測演算法,第二資料DATA2為位置座標值(x,y),第二資料DATA2通過郵箱120的機制而回傳至通用處理器GPP。其中郵箱120發出中斷命令給通用處理器GPP,通用處理器GPP的中斷服務程式接收中斷命令,接著,通用處理器GPP的應用程式接收“十字圖型”的位置座標值(x,y)。Please refer to FIG. 3. FIG. 3 is another embodiment of the asymmetric dual-core asymmetric transmission system of FIG. In this embodiment, the general purpose processor GPP receives the first data DATA1 from an external camera 132 (which may also be a camera). The first data DATA1 here is an image picture (or image data). The mathematical calculation process of the coprocessor CP is used to detect a local pattern in the image picture, for example, detecting the position of the "cross pattern" in the picture. The coprocessor CP returns the position coordinate value (x, y) of the detected "cross pattern" to the general processor GPP, where the position coordinate value (x, y) is the second data DATA2. From this embodiment, the first data DATA1 is the data amount of one picture, the cooperative processor CP performs the detection algorithm, the second data DATA2 is the position coordinate value (x, y), and the second data DATA2 passes the mechanism of the mailbox 120. And back to the general processor GPP. The mailbox 120 issues an interrupt command to the general-purpose processor GPP, and the interrupt service program of the general-purpose processor GPP receives the interrupt command. Then, the application of the general-purpose processor GPP receives the position coordinate value (x, y) of the "cross pattern".

雖然上述實施例中已經對非對稱傳輸系統描述幾種可能的型態,但所屬技術領域中具有通常知識者應當知道,本發明的應用當不限制於上述可能的型態。換言之,只要是採用如圖1或圖3的異質雙核心之非對稱傳輸系統的架構,就已經是符合了本發明的精神所在。以下再舉幾個實施方式以便本領域具有通常知識者能夠更進一步的了解本發明的精神,並實施本發明。Although several possible types have been described for the asymmetric transmission system in the above embodiments, those of ordinary skill in the art will appreciate that the application of the present invention is not limited to the above-described possible types. In other words, as long as the architecture of the asymmetric dual-core asymmetric transmission system as shown in FIG. 1 or FIG. 3 is adopted, it is in line with the spirit of the present invention. In the following, several embodiments will be described to enable those skilled in the art to further understand the spirit of the invention and to practice the invention.

請再參看圖3。在一實施例中,若傳送的第一資料DATA1為一連續畫面,而欲要回傳的第二資料DATA2為連續畫面中的相鄰畫面的差異點,則可以將協同處理器CP所執行的檢測演算法設計成針對連續畫面中的相鄰兩畫面做分析比較。Please refer to Figure 3 again. In an embodiment, if the transmitted first data DATA1 is a continuous picture, and the second data DATA2 to be returned is a difference point of adjacent pictures in the continuous picture, the coordinated processor CP may perform The detection algorithm is designed to analyze and compare adjacent two images in a continuous picture.

在另外一實施例,若非對稱傳輸系統100是針對語音資料做語音壓縮計算,則可以將此系統設計成:通用處理器GPP接收攝影機132(或語音擷取裝置。例如麥克風)所傳送的語音資料做為第一資料DATA1,通用處理器GPP傳送此第一資料DATA1,協同處理器CP的數學運算是針對語音資料做語音壓縮計算,而回傳的第二資料DATA2為經壓縮的語音資料。In another embodiment, if the asymmetric transmission system 100 performs voice compression calculation for voice data, the system can be designed such that the general-purpose processor GPP receives the voice data transmitted by the camera 132 (or a voice capture device such as a microphone). As the first data DATA1, the general-purpose processor GPP transmits the first data DATA1, the mathematical operation of the cooperative processor CP is to perform voice compression calculation for the voice data, and the returned second data DATA2 is the compressed voice data.

在另外一實施例,當傳送的第一資料DATA1為一檔案,欲回傳的第二資料DATA2為經壓縮的檔案,則可以將協同處理器CP的數學運算設計成是針對檔案做資料壓縮。In another embodiment, when the transmitted first data DATA1 is a file and the second data DATA2 to be returned is a compressed file, the mathematical operation of the coprocessor CP can be designed to perform data compression for the file.

請注意,圖3的攝影機132僅是一種選擇性實施例,也可以是其它的影像擷取裝置,例如照相機,當然也可是語音擷取裝置、麥克風、或硬碟。本領域技術者也可依其需求改變資料擷取裝置的類型。因此本發明的應用當不限制於上述幾種可能的型態。Please note that the camera 132 of FIG. 3 is merely an alternative embodiment, and may be other image capturing devices such as a camera, and of course a voice capturing device, a microphone, or a hard disk. Those skilled in the art can also change the type of data capture device according to their needs. Therefore, the application of the present invention is not limited to the above several possible types.

請參考圖4,圖4為依本發明實施例的異質雙核心之非對稱傳輸方法的流程圖。此非對稱傳輸方法400適用於前述的非對稱傳輸系統。此非對稱傳輸方法400包括以下步驟:在步驟S410中,通用處理器將第一資料寫入至共享記憶體;接著,在步驟S420中,協同處理器從共享記憶體讀取第一資料;在步驟S430中,協同處理器對第一資料做數學運算處理,以得出第二資料;在步驟S440中,協同處理器將第二資料寫入至郵箱,其中傳送第二資料的資料流量遠小於傳送第一資料的資料流量;最後,在步驟S450中,郵箱將第二資料傳送至通用處理器。Please refer to FIG. 4. FIG. 4 is a flowchart of a method for asymmetric transmission of a heterogeneous dual core according to an embodiment of the present invention. This asymmetric transmission method 400 is applicable to the aforementioned asymmetric transmission system. The asymmetric transmission method 400 includes the following steps: in step S410, the general purpose processor writes the first data to the shared memory; then, in step S420, the coprocessor reads the first data from the shared memory; In step S430, the coprocessor performs mathematical operation processing on the first data to obtain the second data; in step S440, the coprocessor generates the second data to the mailbox, wherein the data flow of transmitting the second data is much smaller than Transmitting the data flow of the first data; finally, in step S450, the mailbox transmits the second data to the general purpose processor.

綜上所述,本發明實施例的非對稱傳輸系統與方法可以解決現有技術中的浪費記憶體資源與過多的硬體中斷的技術問題,並且可以提供更有效的資料傳輸,至少具有以下的特點:In summary, the asymmetric transmission system and method of the embodiments of the present invention can solve the technical problem of wasting memory resources and excessive hardware interruption in the prior art, and can provide more effective data transmission, at least having the following characteristics. :

(1)通用處理器傳送給協同處理器的資料量大,協同處理器傳送資料給通用處理器資料量很小,不需要雙向溝通都使用共享記憶體做資料傳輸;(1) The amount of data transmitted by the general-purpose processor to the co-processor is large, and the amount of data transmitted by the co-processor to the general-purpose processor is small, and the shared memory is used for data transmission without two-way communication;

(2)共享記憶體並沒有使用中斷機制;(2) Shared memory does not use an interrupt mechanism;

(3)協同處理器只有做數學演算法的運算。在協同處理器執行完演算法之後可以檢查旗標暫存器,來確認共享記憶體是否允許其讀取資料,因此並不需要利用中斷機制來提醒協同處理器讀取資料,可以節省中斷的使用;以及(3) The coprocessor only performs the operation of the mathematical algorithm. After the coprocessor executes the algorithm, the flag register can be checked to confirm whether the shared memory allows the data to be read. Therefore, it is not necessary to use the interrupt mechanism to remind the coprocessor to read the data, thereby saving the use of the interrupt. ;as well as

(4)使用郵箱機制,不需預先規劃共享記憶體的空間,可以節省記憶體資源。(4) Using the mailbox mechanism, you can save memory resources without planning the space of shared memory in advance.

雖然本發明已以實施例揭露如上,然其並非用以限定本發明,任何所屬技術領域中具有通常知識者,在不脫離本發明的精神和範圍內,當可作些許之更動與潤飾,故本發明的保護範圍當視後附之申請專利範圍所界定者為準。The present invention has been disclosed in the above embodiments, but it is not intended to limit the present invention, and any one of ordinary skill in the art can make some changes and refinements without departing from the spirit and scope of the present invention. The scope of the invention is defined by the scope of the appended claims.

100...異質雙核心之非對稱傳輸系統100. . . Heterogeneous dual core asymmetric transmission system

110...共享記憶體110. . . Shared memory

120...郵箱120. . . mailbox

132...攝影機132. . . camera

CP...協同處理器CP. . . Coprocessor

DATA1...第一資料DATA1. . . First data

DATA2...第二資料DATA2. . . Second data

FR...旗標暫存器FR. . . Flag register

GPP...通用處理器GPP. . . General purpose processor

400...異質雙核心之非對稱傳輸方法400. . . Heterogeneous dual core asymmetric transmission method

S410~S450...步驟S410~S450. . . step

圖1為依本發明實施例的異質雙核心之非對稱傳輸系統方塊圖。1 is a block diagram of an asymmetric dual core asymmetric transmission system in accordance with an embodiment of the present invention.

圖2為依本發明實施例的共享記憶體的示意圖。2 is a schematic diagram of shared memory in accordance with an embodiment of the present invention.

圖3為採用圖1的異質雙核心之非對稱傳輸系統的另一實施例。3 is another embodiment of an asymmetric dual-core asymmetric transmission system employing the FIG.

圖4為依本發明實施例的異質雙核心之非對稱傳輸方法的流程圖。4 is a flow chart of a method for asymmetric transmission of heterogeneous dual cores in accordance with an embodiment of the present invention.

100...非對稱傳輸系統100. . . Asymmetric transmission system

110...共享記憶體110. . . Shared memory

120...郵箱120. . . mailbox

CP...協同處理器CP. . . Coprocessor

DATA1...第一資料DATA1. . . First data

DATA2...第二資料DATA2. . . Second data

GPP...通用處理器GPP. . . General purpose processor

Claims (10)

一種異質雙核心之非對稱傳輸系統,包括:一共享記憶體,包括一旗標暫存器,該旗標暫存器的旗標內容用以記錄寫入權限、讀取權限、寫入記憶體的起始位置與讀取記憶體的終止位置;一通用處理器,耦接該共享記憶體,該通用處理器將一第一資料寫入至該共享記憶體;一協同處理器,耦接該共享記憶體,該協同處理器的類型不同於該通用處理器,該協同處理器從該共享記憶體讀取該第一資料,並對該第一資料做運算處理,以得出一第二資料且將該第二資料傳送出去,其中該第二資料的資料流量小於該第一資料的資料流量;以及一郵箱,耦接在該通用處理器與該協同處理器之間,其中由該協同處理器傳送出去之該第二資料係先被寫入至該郵箱,再由該郵箱傳送至該通用處理器;其中該第一資料的資料流量方向為單一方向,僅由該通用處理器將該第一資料寫入至該共享記憶體,並由該協同處理器自該共享記憶體讀取該第一資料,無法從該共享記憶體以逆方向將同額於該第一資料的資料再回傳至該通用處理器且無法從該協同處理器將同額於該第一資料的資料寫入至該共享記憶體,其中所指的同額資料是等同該第一資料的資料量大小;其中該第二資料的資料流量方向為單一方向,僅由該協同處理器將該第二資料寫入至該郵箱,並由該通用處理 器自該郵箱讀取該第二資料,無法從該郵箱以逆方向將同額於該第二資料的資料再回傳至該協同處理器且無法從該通用處理器將同額於該第二資料的資料寫入至該郵箱,其中所指的同額資料是等同該第二資料的資料量大小;其中該通用處理器與該協同處理器以輪詢該旗標暫存器的方式來使用該共享記憶體,其中該通用處理器根據該旗標暫存器的旗標內容做寫入動作,該協同處理器根據該旗標暫存器的旗標內容做讀取動作;其中該協同處理器向該郵箱發出請求,以將該第二資料寫入該郵箱,之後該郵箱發出中斷命令給該通用處理器,以使該通用處理器讀取該第二資料。 A heterogeneous dual-core asymmetric transmission system includes: a shared memory, including a flag register, the flag content of the flag register is used to record write permission, read permission, and write memory a start position of the read memory; a general-purpose processor coupled to the shared memory, the general-purpose processor writes a first data to the shared memory; a cooperative processor coupled to the a shared memory, the type of the coprocessor is different from the general purpose processor, the coprocessor reads the first data from the shared memory, and performs arithmetic processing on the first data to obtain a second data. And transmitting the second data, wherein the data flow of the second data is smaller than the data traffic of the first data; and a mailbox coupled between the general purpose processor and the coprocessor, wherein the collaborative processing The second data transmitted by the device is first written to the mailbox, and then transmitted to the general-purpose processor by the mailbox; wherein the data direction of the first data is in a single direction, and only the general processor Writing a data to the shared memory, and reading, by the coprocessor, the first data from the shared memory, and failing to return the data of the first data to the shared memory in the reverse direction from the shared memory to the shared memory The general-purpose processor is unable to write, from the coprocessor, data that is the same amount of the first data to the shared memory, where the same amount of data is equal to the size of the first data; wherein the second data The data flow direction is a single direction, and the second data is only written by the coprocessor to the mailbox, and is processed by the universal processing. The device reads the second data from the mailbox, and cannot return the data of the second data to the coprocessor in the reverse direction from the mailbox, and cannot be the same amount of the second data from the general processor. Data is written to the mailbox, wherein the same amount of data is equivalent to the amount of data of the second data; wherein the general purpose processor and the coprocessor use the shared memory in a manner of polling the flag register The general processor performs a write operation according to the flag content of the flag register, and the coprocessor performs a read operation according to the flag content of the flag register; wherein the cooperative processor The mailbox issues a request to write the second data to the mailbox, and then the mailbox issues an interrupt command to the general purpose processor to cause the general purpose processor to read the second data. 如申請專利範圍第1項所述之異質雙核心之非對稱傳輸系統,其中該第一資料為一畫面,該協同處理器的運算是針對該畫面中的局部圖型做位置檢測,該第二資料為該畫面中的局部圖型的確切位置。 The heterogeneous dual-core asymmetric transmission system according to claim 1, wherein the first data is a picture, and the operation of the coprocessor is to perform position detection on a partial pattern in the picture, the second The data is the exact location of the partial pattern in the picture. 如申請專利範圍第1項所述之異質雙核心之非對稱傳輸系統,其中該第一資料為一連續畫面,該協同處理器的運算是針對該連續畫面中的相鄰兩畫面做分析比較,該第二資料為該連續畫面中的相鄰畫面的差異點。 The heterogeneous dual-core asymmetric transmission system of claim 1, wherein the first data is a continuous picture, and the operation of the coprocessor is to analyze and compare two adjacent pictures in the continuous picture. The second data is a difference point of adjacent pictures in the continuous picture. 如申請專利範圍第1項所述之異質雙核心之非對稱傳輸系統,其中該第一資料為一語音資料,該協同處理器的運算是針對該語音資料做語音壓縮計算,該第二資料為經壓縮的語音資料。 The heterogeneous dual-core asymmetric transmission system according to claim 1, wherein the first data is a voice data, and the operation of the coprocessor is a voice compression calculation for the voice data, and the second data is Compressed voice material. 如申請專利範圍第1項所述之異質雙核心之非對稱 傳輸系統,其中該第一資料為一檔案,該協同處理器的運算是針對該檔案做資料壓縮,該第二資料為經壓縮的檔案。 Asymmetric dual core asymmetry as described in claim 1 The transmission system, wherein the first data is a file, the operation of the coprocessor is data compression for the file, and the second data is a compressed file. 一種異質雙核心之非對稱傳輸方法,適用於一非對稱傳輸系統,該非對稱傳輸系統包括一通用處理器、一共享記憶體、一協同處理器以及一郵箱,該共享記憶體包括一旗標暫存器,該旗標暫存器的旗標內容用以記錄寫入權限、讀取權限、寫入記憶體的起始位置與讀取記憶體的終止位置,該協同處理器的類型不同於該通用處理器,該非對稱傳輸方法包括:該通用處理器將一第一資料寫入至該共享記憶體;該協同處理器從該共享記憶體讀取該第一資料;該協同處理器對該第一資料做運算處理,以得出一第二資料;該協同處理器將該第二資料寫入至該郵箱,其中該第二資料的資料流量小於該第一資料的資料流量;以及該郵箱將該第二資料傳送至該通用處理器;其中該第一資料的資料流量方向為單一方向,僅由該通用處理器將該第一資料寫入至該共享記憶體,並由該協同處理器自該共享記憶體讀取該第一資料,無法從該共享記憶體以逆方向將同額於該第一資料的資料再回傳至該通用處理器且無法從該協同處理器將同額於該第一資料的資料寫入至該共享記憶體,其中所指的同額資料是等同該第一資料的資料量大小;其中傳送該第二資料的資料流量方向為單一方向,僅 由該協同處理器 將該第二資料寫入至該郵箱,並由該通用處理器自該郵箱讀取該第二資料,無法從該郵箱以逆方向將同額於該第二資料的資料再回傳至該協同處理器且無法從該通用處理器將同額於該第二資料的資料寫入至該郵箱,其中所指的同額資料是等同該第二資料的資料量大小;其中該通用處理器與該協同處理器以輪詢該旗標暫存器的方式來使用該共享記憶體,其中該通用處理器根據該旗標暫存器的旗標內容做寫入動作,該協同處理器根據該旗標暫存器的旗標內容做讀取動作;其中該協同處理器向該郵箱發出請求,以將該第二資料寫入該郵箱,之後該郵箱發出中斷命令給該通用處理器,以使該通用處理器讀取該第二資料。 A heterogeneous dual-core asymmetric transmission method is applicable to an asymmetric transmission system. The asymmetric transmission system includes a general-purpose processor, a shared memory, a cooperative processor, and a mailbox. The shared memory includes a flag temporary The flag of the flag register is used to record the write permission, the read permission, the start position of the write memory, and the end position of the read memory, and the type of the coprocessor is different from the a general-purpose processor, the asymmetric transmission method includes: the general-purpose processor writing a first data to the shared memory; the co-processor reads the first data from the shared memory; The data is processed to obtain a second data; the coprocessor writes the second data to the mailbox, wherein the data flow of the second data is smaller than the data flow of the first data; and the mailbox will Transmitting the second data to the general-purpose processor; wherein the data direction of the first data is in a single direction, and the first data is only written by the general-purpose processor to the shared memory And the coprocessor is configured to read the first data from the shared memory, and the data that is the same amount of the first data cannot be returned from the shared memory to the general processor in the reverse direction and cannot be coordinated from the shared data. The processor writes the data of the first data to the shared memory, wherein the same amount of data is equal to the size of the first data; wherein the data flow direction of the second data is a single direction. only Writing, by the coprocessor, the second data to the mailbox, and the general processor reads the second data from the mailbox, and cannot return the data of the second data in the reverse direction from the mailbox. Passing to the coprocessor and failing to write the same amount of data from the second data to the mailbox, wherein the same amount of data is equal to the size of the second data; wherein the general purpose processor The shared memory is used by the coprocessor to poll the flag register, wherein the general processor performs a write operation according to the flag content of the flag register, and the cooperative processor according to the The flag content of the flag register is read; wherein the coprocessor issues a request to the mailbox to write the second data to the mailbox, and then the mailbox issues an interrupt command to the general purpose processor, so that The general purpose processor reads the second data. 如申請專利範圍第6項所述之異質雙核心之非對稱傳輸方法,其中該第一資料為一畫面,該協同處理器的運算是針對該畫面中的局部圖型做位置檢測,該第二資料為該畫面中的局部圖型的確切位置。 The heterogeneous dual-core asymmetric transmission method according to claim 6, wherein the first data is a picture, and the operation of the coprocessor is to perform position detection on a partial pattern in the picture, the second The data is the exact location of the partial pattern in the picture. 如申請專利範圍第6項所述之異質雙核心之非對稱傳輸方法,其中該第一資料為一連續畫面,該協同處理器的運算是針對該連續畫面中的相鄰兩畫面做分析比較,該第二資料為該連續畫面中的相鄰兩畫面的差異點。 The heterogeneous dual-core asymmetric transmission method according to claim 6, wherein the first data is a continuous picture, and the operation of the coprocessor is to analyze and compare two adjacent pictures in the continuous picture. The second data is a difference point between adjacent two pictures in the continuous picture. 如申請專利範圍第6項所述之異質雙核心之非對稱傳輸方法,其中該第一資料為一語音資料,該協同處理器的運算是針對該語音資料做語音壓縮計算,該第二資料為 經壓縮的語音資料。 The heterogeneous dual-core asymmetric transmission method according to claim 6, wherein the first data is a voice data, and the operation of the coprocessor is a voice compression calculation for the voice data, and the second data is Compressed voice material. 如申請專利範圍第6項所述之異質雙核心之非對稱傳輸方法,其中該第一資料為一檔案,該協同處理器的運算是針對該檔案做資料壓縮,該第二資料為經壓縮的檔案。 The heterogeneous dual-core asymmetric transmission method according to claim 6, wherein the first data is a file, and the operation of the coprocessor is data compression for the file, and the second data is compressed. file.
TW099129524A 2010-09-01 2010-09-01 Asymmetric transport system and method of heterogeneous dual-core TWI465916B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW099129524A TWI465916B (en) 2010-09-01 2010-09-01 Asymmetric transport system and method of heterogeneous dual-core

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW099129524A TWI465916B (en) 2010-09-01 2010-09-01 Asymmetric transport system and method of heterogeneous dual-core

Publications (2)

Publication Number Publication Date
TW201211771A TW201211771A (en) 2012-03-16
TWI465916B true TWI465916B (en) 2014-12-21

Family

ID=46764412

Family Applications (1)

Application Number Title Priority Date Filing Date
TW099129524A TWI465916B (en) 2010-09-01 2010-09-01 Asymmetric transport system and method of heterogeneous dual-core

Country Status (1)

Country Link
TW (1) TWI465916B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9256734B2 (en) 2012-04-27 2016-02-09 Broadcom Corporation Security controlled multi-processor system
TWI490784B (en) * 2013-05-16 2015-07-01 Wistron Neweb Corp Method for functional module management and electronic system
TWI703501B (en) * 2018-08-23 2020-09-01 慧榮科技股份有限公司 Multi-processor system having distributed mailbox architecture and communication method thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6578068B1 (en) * 1999-08-31 2003-06-10 Accenture Llp Load balancer in environment services patterns
US6622219B2 (en) * 1999-10-01 2003-09-16 Sun Microsystems, Inc. Shared write buffer for use by multiple processor units
TW200602981A (en) * 2004-03-31 2006-01-16 Ignios Ltd Resource management in a multicore architecture
TW200622680A (en) * 2004-03-26 2006-07-01 Atmel Corp Dual-processor complex domain floating-point dsp system on chip

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6578068B1 (en) * 1999-08-31 2003-06-10 Accenture Llp Load balancer in environment services patterns
US6622219B2 (en) * 1999-10-01 2003-09-16 Sun Microsystems, Inc. Shared write buffer for use by multiple processor units
TW200622680A (en) * 2004-03-26 2006-07-01 Atmel Corp Dual-processor complex domain floating-point dsp system on chip
TW200602981A (en) * 2004-03-31 2006-01-16 Ignios Ltd Resource management in a multicore architecture

Also Published As

Publication number Publication date
TW201211771A (en) 2012-03-16

Similar Documents

Publication Publication Date Title
TWI397009B (en) Data processing apparatus of basic input/output system
TWI447646B (en) Data transmission device and method for merging multiple instruction
US9268627B2 (en) Processor hang detection and recovery
CN103279428B (en) A kind of explicit multi-core Cache consistency active management method towards stream application
TW201423583A (en) Asymmetrical multiprocessing multi-core system and network device
JP2016177478A (en) Signal transfer device, information processing device, and signal transfer method
TWI465916B (en) Asymmetric transport system and method of heterogeneous dual-core
US20120260005A1 (en) Controller for direct access to a memory for the direct transfer of data between memories of several peripheral devices, method and computer program enabling the implementation of such a controller
CN105210028A (en) Reads and writes between a contiguous data block and noncontiguous sets of logical address blocks in a persistent storage device
CN103020003A (en) Multi-core program determinacy replay-facing memory competition recording device and control method thereof
TWI439925B (en) Embedded systems and methods for threads and buffer management thereof
CN102521179A (en) Achieving device and achieving method of direct memory access (DMA) reading operation
US9606923B2 (en) Information processing device with shared memory, memory order guarantee method using counters fence instructions in relation to cache-oriented requests, and recording medium storing program
CN101876964A (en) On-chip multi-processor structure of chip
US8756604B2 (en) Async wrapper handling execution of asynchronous operations for synchronous and asynchronous routines
US10318424B2 (en) Information processing device
CN102147786B (en) Method for dual-port virtual FIFO (first in first out) data exchange
CN114356839B (en) Method, device, processor and device readable storage medium for processing write operation
CN106610878B (en) Fault debugging method of double-controller system
US20140146067A1 (en) Accessing Configuration and Status Registers for a Configuration Space
US10761999B1 (en) Storage device with predictor engine of host turnaround time
WO2013086847A1 (en) Inter-core communications method and core processor
US8959296B2 (en) Method and apparatus for centralized timestamp processing
US7130986B2 (en) Determining if a register is ready to exchange data with a processing element
WO2023010232A1 (en) Processor and communication method

Legal Events

Date Code Title Description
MM4A Annulment or lapse of patent due to non-payment of fees