TWI783465B - Method for transmitting data and data processing circuit - Google Patents

Method for transmitting data and data processing circuit Download PDF

Info

Publication number
TWI783465B
TWI783465B TW110115480A TW110115480A TWI783465B TW I783465 B TWI783465 B TW I783465B TW 110115480 A TW110115480 A TW 110115480A TW 110115480 A TW110115480 A TW 110115480A TW I783465 B TWI783465 B TW I783465B
Authority
TW
Taiwan
Prior art keywords
data
buffer
input
processing circuit
address
Prior art date
Application number
TW110115480A
Other languages
Chinese (zh)
Other versions
TW202240411A (en
Inventor
鄭筠騰
張華娟
Original Assignee
瑞昱半導體股份有限公司
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 瑞昱半導體股份有限公司 filed Critical 瑞昱半導體股份有限公司
Publication of TW202240411A publication Critical patent/TW202240411A/en
Application granted granted Critical
Publication of TWI783465B publication Critical patent/TWI783465B/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/40Bus structure
    • G06F13/4004Coupling between buses
    • G06F13/4009Coupling between buses with data restructuring
    • G06F13/4018Coupling between buses with data restructuring with data-width conversion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0655Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
    • G06F3/0656Data buffering arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0604Improving or facilitating administration, e.g. storage management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Hardware Design (AREA)
  • Information Transfer Systems (AREA)
  • Bus Control (AREA)
  • Communication Control (AREA)

Abstract

A method for transmitting data and a data processing circuit are provided. The data processing circuit includes a memory that is implements a buffer, and a controller for operating the circuit. When the data processing circuit receives input data, data-hot-bits are used to address multiple data blocks of the input data. After analyzing the data-hot-bits, a starting address and data length of the data block can be obtained. The input data is inputted to the buffer according to the information analyzed from the data-hot-bits. The aspect of the data-hot-bits achieves an effect of masking the dummy data. Further, data dependency among the data blocks can be confirmed by comparing the data-hot-bits with respect to the data blocks before the data blocks are written to the buffer.

Description

資料傳輸方法與資料處理電路Data transmission method and data processing circuit

說明書提出一種資料傳輸的技術,特別是一種通過定址有效資料的方式而減少資料處理週期的資料傳輸方法與相關電路。 The specification proposes a data transmission technology, especially a data transmission method and related circuits that reduce the data processing cycle by addressing valid data.

根據習知傳輸數據的技術中,一個電路系統的寫入緩衝區(buffer)的最大輸入寬度(maximum input transaction size)的限制定義了切割資料的邊界(chop size boundary),這個最大輸入寬度的限制之一如電路系統中的傳輸匯流排(bus)的寬度。以128位元組為例,而最大輸入寬度為64位元組,因此電路系統在傳輸資料時在達到寫入緩衝區的最大輸入寬度的限制之前,將傳輸資料的程序分離為2個。 According to the conventional data transmission technology, the limit of the maximum input transaction size of the write buffer (buffer) of a circuit system defines the boundary of cutting data (chop size boundary). The limit of the maximum input width One is the width of the transmission bus (bus) in the circuit system. Take 128 bytes as an example, and the maximum input width is 64 bytes, so the circuit system separates the data transmission program into two before reaching the limit of the maximum input width of the write buffer when transmitting data.

在習知傳輸方法中,因為資料傳輸的程序必須符合從裝置(slave device,接收資料的裝置)的固定存取寬度,因此電路系統傳輸資料時應依照一個從裝置的固定存取寬度,也就是從電路系統寫入資料至緩衝區再到從裝置,過程中傳輸固定大小的資料。因此,在此過程中,因為電路系統的寫入緩衝區的機制,使得系統在傳輸資料的過程提出一切割指令(chopping command),系統也能根據實際傳輸資料的狀況,因為傳輸過程受限於接收資料的從裝置的固定存取寬度,必要時在傳輸資料時產生假資料(dummy data),以對齊上述緩衝區的最大輸入寬度以及從裝置的固定存取寬度。 In the conventional transmission method, because the program of data transmission must comply with the fixed access width of the slave device (the device receiving the data), the circuit system should transmit data according to the fixed access width of the slave device, that is, Write data from the circuit system to the buffer and then to the slave device, transferring fixed-size data during the process. Therefore, in this process, because of the writing buffer mechanism of the circuit system, the system proposes a chopping command during the data transmission process, and the system can also according to the actual data transmission status, because the transmission process is limited The fixed access width of the slave device that receives the data, if necessary, generates dummy data when transmitting the data to align the maximum input width of the above buffer and the fixed access width of the slave device.

圖1顯示習知電路系統中建立假資料的實施例示意圖,輸入資料100寫入電路系統中的記憶體10,記憶體10實現一個緩衝區(buffer),電路系統接著再將緩衝區的資料傳送到從裝置101。在資料傳輸過程中,受限於寫入緩衝區的最大輸入寬度所定義切割資料的邊界、從裝置的固定存取寬度以及傳輸匯流排的寬度。舉例來說,寫入緩衝區的最大輸入寬度可為64位元組、從裝置的固定存取寬度可為32位元組,而匯流排寬度可為16位元組。 1 shows a schematic diagram of an embodiment of creating false data in a conventional circuit system. Input data 100 is written into a memory 10 in the circuit system. The memory 10 implements a buffer, and the circuit system then transmits the data in the buffer. to slave device 101. During the data transmission process, it is limited by the boundary of cutting data defined by the maximum input width of the write buffer, the fixed access width of the slave device, and the width of the transmission bus. For example, the maximum input width of the write buffer can be 64 bytes, the fixed access width of the slave can be 32 bytes, and the bus width can be 16 bytes.

運作時,寫入緩衝區轉換一個推送指令(push command)為兩個彈出指令(pop commands),其中推送指令為在緩衝區中堆疊新的資料,彈出指令為在緩衝區中取出資料。此例顯示從裝置101的記憶體的位址為0x40、0x50、0x60與0x70,在傳輸過程中,如推送資料至記憶體的位址0x50與0x60時,為了對齊從裝置101的固定存取寬度,即填入假資料(dummy)103到記憶體10的位址0x40與0x70中,在記憶體10中標註為「dum」,如此使得推送位址可從記憶體10中開始位址104(此例為0x40)開始(開始位址104)。此例中,經匯流排105輸入記憶體10後,在記憶體10內,這四筆資料將以兩個彈出指令從記憶體10取得資料後輸出,即輸出資料至從裝置101。 During operation, the write buffer converts one push command (push command) into two pop commands (pop commands), wherein the push command is to stack new data in the buffer, and the pop command is to take out data from the buffer. This example shows that the addresses of the memory of the slave device 101 are 0x40, 0x50, 0x60, and 0x70. During transmission, for example, when pushing data to addresses 0x50 and 0x60 of the memory, in order to align the fixed access width of the slave device 101 , that is, fill in the dummy data (dummy) 103 in the address 0x40 and 0x70 of the memory 10, and mark it as "dum" in the memory 10, so that the push address can start from the address 104 in the memory 10 (here For example, 0x40) starts (start address 104). In this example, after being input into the memory 10 through the bus 105 , the four pieces of data will be obtained from the memory 10 by two pop-up commands in the memory 10 and then output, that is, the data will be output to the slave device 101 .

當考量關鍵時機(critical timing)與硬體的複雜度,在習知技術中,資料傳輸過程還需要檢查電路系統中緩衝區中資料的相依性(data dependency),確保在緩衝區的最大輸入寬度的限制下的資料正確性,習知方式是,基於緩衝區中最大輸入寬度,比對緩衝區內位址與輸入的資料,相關示意圖可參考圖2所示在資料傳輸過程檢查資料相依性的示意圖。 When considering the critical timing and the complexity of the hardware, in the conventional technology, the data transmission process also needs to check the data dependency (data dependency) in the buffer in the circuit system to ensure the maximum input width in the buffer The conventional method is to compare the address in the buffer with the input data based on the maximum input width in the buffer. For the relevant schematic diagram, please refer to Figure 2 to check the data dependency during the data transmission process. schematic diagram.

舉例來說,資料相依性的檢查方式是,通過資料處理電路中的指令檢查資料寫入緩衝區前是否有需要讀取資料的資料位址,如果資料處理電路中有需要讀取資料的資料位址時,表示現在緩衝區的對應資料位址的資料為舊的、錯誤的,就需要等待資料寫入緩衝區時,才能去讀取緩衝區資料; 反之,如果資料處理電路並未得出要讀取的資料位址的資料時,代表沒有相依性,即可至緩衝區讀取對應位址的資料。 For example, the way to check data dependency is to check whether there is a data address that needs to be read before the data is written into the buffer through the command in the data processing circuit. If there is a data address that needs to be read in the data processing circuit address, it means that the data corresponding to the data address in the buffer is old and wrong, and it is necessary to wait for the data to be written into the buffer before reading the buffer data; On the contrary, if the data processing circuit does not obtain the data of the address of the data to be read, it means that there is no dependency, and the data of the corresponding address can be read from the buffer.

根據圖2顯示的示意圖,緩衝區的最大輸入寬度為64位元組,匯流排的寬度為16位元組(此例顯示寬度為0x40至0x7f,資料位址的範圍為0x40至0x70),這樣就必須在寫入資料時將輸入指令區分為兩個或以上的寫入指令,分別如圖示的第一指令201,將輸入資料121的一部分寫入至緩衝區位址0x50與0x60,接著為第二指令202,將輸入資料121的另一部份寫入緩衝區中的位址0x70。在電路系統中,將執行資料在不同指令下的資料相依性檢查203,當檢查不同指令傳送的資料同樣在緩衝區的最大輸入寬度形成的切割資料的邊界內,即確認有資料相依性;反之,若超出這個邊界,如不在緩衝區位址0x40至0x70中,即確認沒有資料相依性。資料緩衝處理時,緩衝區位址0x50的資料輸出後,才會讓0x70的資料暫存。然而,當確認出資料相依性的次數很多時,有相依性的資料不能同時運作,會對硬體效能有很大的影響。 According to the schematic diagram shown in Figure 2, the maximum input width of the buffer is 64 bytes, and the width of the bus is 16 bytes (this example shows that the width is 0x40 to 0x7f, and the range of data addresses is 0x40 to 0x70), so It is necessary to divide the input command into two or more write commands when writing data, respectively as the first command 201 shown in the figure, write a part of the input data 121 to the buffer address 0x50 and 0x60, and then the first command 201 The second instruction 202 is to write another part of the input data 121 into the address 0x70 in the buffer. In the circuit system, the data dependency check 203 of data under different commands will be executed, and when the data transmitted by different commands is checked to be within the boundary of cutting data formed by the maximum input width of the buffer zone, it is confirmed that there is data dependency; otherwise , if it exceeds this boundary, if it is not in the buffer address 0x40 to 0x70, it is confirmed that there is no data dependency. During data buffering, the data at 0x70 will be temporarily stored after the data at buffer address 0x50 is output. However, when the number of data dependencies is confirmed to be large, the data with dependencies cannot be operated at the same time, which will have a great impact on hardware performance.

在習知技術中,在寫入緩衝區中進行資料衝突檢查的動作是基於緩衝區最大輸入寬度形成的切割資料的邊界,而其中隨著傳輸資料的位址很集中且密集時,資料相依性的出現比率增加,更增加了硬體效能上的負擔。其中,存取資料的大小因為從裝置的關係為固定,當輸入到緩衝區的資料並未對齊到從裝置的固定存取寬度時,電路系統中的緩衝區需要產生假資料,這樣的機制也產生了額外的處理程序,並減損資料推送到緩衝區的效能。 In the conventional technology, the action of checking data conflicts in the write buffer is based on the boundary of cutting data formed by the maximum input width of the buffer, and when the addresses of the transmitted data are concentrated and dense, the data dependency The increase in the ratio of occurrences increases the burden on hardware performance. Among them, the size of the access data is fixed due to the relationship of the slave device. When the data input to the buffer is not aligned to the fixed access width of the slave device, the buffer in the circuit system needs to generate false data. This mechanism also Generates extra processing and degrades the performance of pushing data into buffers.

另外,習知技術僅參考資料對齊來解決資料衝突的間題,但有相同邊界的資料並非表示有資料相依性,這樣的判斷並不夠精確,也會在檢查資料相依性會不斷地確認資料邊界,產生不必要的程序。 In addition, the conventional technology only refers to data alignment to solve the problem of data conflicts, but data with the same boundary does not mean that there is data dependency, such a judgment is not accurate enough, and the data boundary will be continuously confirmed when checking the data dependency , generating unnecessary programs.

揭露書提出一種資料傳輸方法應用於設有緩衝區的資料處理電路中,其中特別採用資料熱位元定址資料因為寫入緩衝區的最大輸入寬度的限制分離為多個資料區塊,並根據多個資料區塊形成多個寫入指令,用於寫入輸入資料至緩衝區分離的資料區塊。 The disclosure proposes a data transmission method applied to a data processing circuit with a buffer, in which data hot bits are used to address data because the maximum input width of the write buffer is limited to separate into multiple data blocks, and according to multiple Each data block forms a plurality of write commands for writing input data to the separate data blocks of the buffer.

在資料傳輸方法中,當接收輸入資料時,以資料熱位元定址輸入資料中多個資料區塊,之後解析資料熱位元,能取得每個資料區塊的開始位址與資料長度,並據此寫入緩衝區中。 In the data transmission method, when receiving input data, multiple data blocks in the input data are addressed by data hot bits, and then the data hot bits are analyzed to obtain the start address and data length of each data block, and Write it into the buffer accordingly.

進一步地,將多個資料區塊寫入緩衝區之前,可以通過比對各筆資料區塊的資料熱位元確認資料區塊之間的資料相依性,其中,若判斷資料區塊之間沒有相依性,即直接寫入該緩衝區;若判斷資料區塊具有相依性,需等待寫入緩衝區後再讀出。 Further, before writing multiple data blocks into the buffer zone, the data dependency between the data blocks can be confirmed by comparing the data hot bits of each data block, wherein, if it is judged that there is no Dependency, that is, directly write to the buffer; if it is judged that the data block has dependency, it needs to wait for writing to the buffer before reading it out.

優選地,輸入資料由一主裝置通過資料處理電路傳送至一從裝置,從裝置自緩衝區讀出輸入資料,過程中所採用的資料熱位元定址的機制主要是基於輸入資料傳輸過程中資料對齊緩衝區中資料位址的限制。 Preferably, the input data is transmitted from a master device to a slave device through a data processing circuit, and the slave device reads the input data from the buffer zone. The mechanism of data hot bit addressing used in the process is mainly based on the data during the input data transmission process. Limits on data addresses in the alignment buffer.

如此,於輸入資料寫入緩衝區後,由從裝置根據資料熱位元的解析資訊自緩衝區讀出資料,其中得出每個資料區塊的開始位址,再根據資料長度取得資料,產生了遮蔽假資料位址的效果。 In this way, after the input data is written into the buffer, the slave device reads the data from the buffer according to the analysis information of the hot bits of the data, and obtains the start address of each data block, and then obtains the data according to the length of the data, resulting in The effect of masking false data addresses is eliminated.

為使能更進一步瞭解本發明的特徵及技術內容,請參閱以下有關本發明的詳細說明與圖式,然而所提供的圖式僅用於提供參考與說明,並非用來對本發明加以限制。 In order to further understand the features and technical content of the present invention, please refer to the following detailed description and drawings related to the present invention. However, the provided drawings are only for reference and description, and are not intended to limit the present invention.

100:輸入資料 100: input data

10:記憶體 10: Memory

101:從裝置 101: slave device

103:假資料 103: False data

104:開始位址 104: start address

105:匯流排 105: busbar

201:第一指令 201: First command

202:第二指令 202: Second instruction

121:輸入資料 121: input data

203:資料相依性檢查 203: Data dependency check

31:主裝置 31: Main device

32:從裝置 32: Slave device

33:資料處理電路 33: Data processing circuit

331:控制器 331: Controller

333:緩衝區 333: buffer

34:匯流排 34: busbar

401:第一指令 401: The first command

402:第二指令 402: Second instruction

400:輸入資料 400: input data

403:第一資料熱位元 403: first data hot bit

404:第二資料熱位元 404: second data hot bit

405:資料相依性檢查電路 405: Data dependency check circuit

501:假資料 501: fake information

503:輸入資料 503: input data

505:資料熱位元 505: Data hot bits

50:記憶體 50: memory

500:從裝置 500: slave device

507:匯流排 507: busbar

步驟S601~S609:資料傳輸流程 Steps S601~S609: data transmission process

圖1顯示習知電路系統中建立假資料的實施例示意圖;圖2所示為資料傳輸過程檢查資料相依性的示意圖; 圖3顯示資料處理電路執行資料傳輸的實施例示意圖;圖4顯示資料熱位元在資料處理電路中運行的示意圖;圖5顯示資料寫入緩衝區與讀出的運作示意圖;以及圖6顯示資料傳輸方法的實施例流程圖。 FIG. 1 shows a schematic diagram of an embodiment of creating false data in a conventional circuit system; FIG. 2 shows a schematic diagram of checking data dependencies during data transmission; 3 shows a schematic diagram of an embodiment of a data processing circuit performing data transmission; FIG. 4 shows a schematic diagram of data hot bits running in a data processing circuit; FIG. 5 shows a schematic diagram of the operation of writing data into a buffer and reading it out; A flowchart of an embodiment of a transmission method.

以下是通過特定的具體實施例來說明本發明的實施方式,本領域技術人員可由本說明書所公開的內容瞭解本發明的優點與效果。本發明可通過其他不同的具體實施例加以施行或應用,本說明書中的各項細節也可基於不同觀點與應用,在不悖離本發明的構思下進行各種修改與變更。另外,本發明的附圖僅為簡單示意說明,並非依實際尺寸的描繪,事先聲明。以下的實施方式將進一步詳細說明本發明的相關技術內容,但所公開的內容並非用以限制本發明的保護範圍。 The implementation of the present invention is described below through specific specific examples, and those skilled in the art can understand the advantages and effects of the present invention from the content disclosed in this specification. The present invention can be implemented or applied through other different specific embodiments, and various modifications and changes can be made to the details in this specification based on different viewpoints and applications without departing from the concept of the present invention. In addition, the drawings of the present invention are only for simple illustration, and are not drawn according to the actual size, which is stated in advance. The following embodiments will further describe the relevant technical content of the present invention in detail, but the disclosed content is not intended to limit the protection scope of the present invention.

應當可以理解的是,雖然本文中可能會使用到“第一”、“第二”、“第三”等術語來描述各種元件或者信號,但這些元件或者信號不應受這些術語的限制。這些術語主要是用以區分一元件與另一元件,或者一信號與另一信號。另外,本文中所使用的術語“或”,應視實際情況可能包括相關聯的列出項目中的任一個或者多個的組合。 It should be understood that although terms such as "first", "second", and "third" may be used herein to describe various elements or signals, these elements or signals should not be limited by these terms. These terms are mainly used to distinguish one element from another element, or one signal from another signal. In addition, the term "or" used herein may include any one or a combination of more of the associated listed items depending on the actual situation.

有別於習知技術在資料存取時,因為諸多限制導致各種確認資料正確性的處理程序減損了資料處理電路的效能與增加硬體負擔,如資料傳輸受限於寫入緩衝區的最大輸入寬度所定義切割資料的邊界、從裝置的固定存取寬度以及傳輸匯流排的寬度,揭露書公開一種可以降低資料衝突處理負擔的資料傳輸方法與資料處理電路,其中提出一種資料熱位元(data-hot-bit)的資料衝突處理機制,不同於習知儲存資料時需要確定記憶體(緩衝區)中 的開始位址(start address)與資料長度的動作,使用資料熱位元的方法額外以不同格式將輸入資料處理電路的資料中的位址範圍(address range)記載於緩衝區,同時也更新了習知存取緩衝區中資料時的推送指令(push command)為彈出指令(pop command),利用資料熱位元指出假資料位址,而不必真正產生為了要適應接收端裝置(如從裝置)中不可切割的最小接收資料的單位而要填入的假資料(dummy data),如此可以有效減少不必要的資料處理程序而能改善資料處理電路效能。 Different from the conventional technology in data access, due to many restrictions, various processing procedures to confirm the correctness of the data reduce the performance of the data processing circuit and increase the hardware burden, such as data transmission is limited by the maximum input of the write buffer The width defines the boundary of cutting data, the fixed access width of the slave device, and the width of the transmission bus. The disclosure discloses a data transmission method and a data processing circuit that can reduce the burden of data conflict processing, and proposes a data hot bit (data -hot-bit) data conflict handling mechanism, which is different from the need to determine the memory (buffer) when storing data The start address (start address) and data length of the action, using the data hot bit method to additionally record the address range (address range) of the data input to the data processing circuit in the buffer in different formats, and also update the It is known that the push command (push command) when accessing the data in the buffer is a pop command (pop command), which uses the hot bit of the data to point out the address of the false data, without actually generating it in order to adapt to the receiving end device (such as a slave device) The dummy data to be filled in is the indivisible minimum unit of receiving data, which can effectively reduce unnecessary data processing procedures and improve the performance of data processing circuits.

揭露書所公開的資料傳輸方法提出一種低成本、高效能處理資料衝突(data hazard)的解決方案,其中所要解決的技術問題是基於讀寫資料處理電路執行的讀取指令(read command)與寫入指令(write command)會經常性地重新編排(reorder)原本的程序以獲得高效能,而大量讀寫的動作可能造成資料衝突,因此需要額外處理資料一致性(data consistency)以避免資料衝突。揭露書所提出的資料傳輸方法即利用所述的資料熱位元(data hot bit)的機制,通過定址有效資料的方式降低寫入次數,並解決對特定形式的對象(如相對主裝置(master)的從裝置(slave))固定存取寬度(access size)對齊(alignment)的問題,如此,通過資料熱位元的技術還能增加資料處理電路的寫入效能。 The data transmission method disclosed in the disclosure paper proposes a low-cost, high-efficiency solution to data hazards. The technical problem to be solved is based on the reading and writing data processing circuit. The write command will frequently reorder the original program to achieve high performance, and a large number of read and write actions may cause data conflicts, so additional processing of data consistency is required to avoid data conflicts. The data transmission method proposed in the disclosure book is to use the data hot bit mechanism described above to reduce the number of writes by addressing valid data, and to solve the problem of specific forms of objects (such as relative to the master device). ) from the slave device (slave)) fixed access width (access size) alignment (alignment), so, through the data hot bit technology can also increase the write performance of the data processing circuit.

所述傳輸匯流排的寬度可以定義為單位時間內可傳送的資料總數(頻率x寬度,bytes/sec),所述資料熱位元為實現所述資料傳輸方法的電路中的幾個用以指出每一個匯流排位址(bus-width address)的位元(bits),用以定址(addressing)匯流排中有效位址(valid address)與假位址(dummy address)的邊界(一個資料熱位元對應一個資料區塊的開始位址)。舉例來說,對照資料長度為3的資料,開始位址為0x20(區塊資料寬度為記憶體位址0x20至0x2f),緩衝區的最大輸入寬度為128位元組,資料寬度為128位元, 因此資料熱位元中之一位元可指出在一資料傳輸程序中的緩衝區中的有效資料位址0x20,以另一位元指出有效資料位址0x30,再以另一位元指出有效資料位址0x40,還以幾個位元指出在此資料傳輸程序中無效的資料位址,全部位址如0x70、0x60、0x50、0x10與0x00等。 The width of the transmission bus can be defined as the total number of data that can be transmitted per unit time (frequency x width, bytes/sec), and the hot bits of the data are several of the circuits that implement the data transmission method to indicate The bits of each bus-width address are used to address the boundary between the valid address and the dummy address in the bus (a data hot bit element corresponds to the start address of a data block). For example, compared to data with a data length of 3, the start address is 0x20 (the block data width is from memory address 0x20 to 0x2f), the maximum input width of the buffer is 128 bytes, and the data width is 128 bytes. Therefore, one of the data hot bits can indicate the valid data address 0x20 in the buffer in a data transfer process, another bit can indicate the valid data address 0x30, and another bit can indicate the valid data The address 0x40 also points out invalid data addresses in this data transmission program with several bits, all addresses such as 0x70, 0x60, 0x50, 0x10 and 0x00, etc.

圖3顯示揭露書所提出資料傳輸方法適用資料傳輸的電路的實施例示意圖,圖中顯示一資料處理電路33,用以處理主裝置(master)31傳輸資料到從裝置(slave)32的傳輸程序,包括檢查其中資料衝突的處理程序,如確認來往資料相依性。資料處理電路33中以控制器331控制其中運作,包括以推送指令與彈出指令存取寫入其中緩衝區333的資料,緩衝區333可為資料處理電路33中記憶體(如SRAM)所實現的緩衝電路。 FIG. 3 shows a schematic diagram of an embodiment of a circuit suitable for data transmission in the data transmission method proposed in the disclosure, and a data processing circuit 33 is shown in the figure, which is used to process the transmission program of the data transmission from the master device (master) 31 to the slave device (slave) 32 , including the procedures for checking data conflicts, such as confirming the interdependence of incoming and outgoing data. In the data processing circuit 33, the controller 331 controls its operation, including accessing data written in the buffer 333 with push commands and pop-up commands. The buffer 333 can be implemented by a memory (such as SRAM) in the data processing circuit 33. snubber circuit.

在傳輸資料時,由主裝置31產生資料,通過匯流排34傳送到資料處理電路33,在資料處理電路33中,以寫入指令將輸入資料寫入緩衝區333,接著在從裝置32以讀取指令自緩衝區33讀出資料,這時,資料處理電路33在讀取過程會確認資料是否完整寫入緩衝區33中的特定位址,即需解決資料衝突的問題。其中,若沒有檢查資料相依性,若有資料沒有完整寫入緩衝區時即由從裝置32從緩衝區讀出資料,則可能讀到錯誤的資料。 When transmitting data, the data generated by the master device 31 is sent to the data processing circuit 33 through the bus bar 34. In the data processing circuit 33, the input data is written into the buffer 333 with a write command, and then the data is read from the slave device 32. Fetching instructions to read data from the buffer 33, at this time, the data processing circuit 33 will confirm whether the data is completely written into the specific address in the buffer 33 during the reading process, that is, the problem of data conflict needs to be solved. Wherein, if the data dependency is not checked, if the slave device 32 reads the data from the buffer when the data is not completely written into the buffer, then wrong data may be read.

根據上述方法,資料處理電路33中的控制器331將比對緩衝區333中的資料位址以確認輸入資料中的資料相依性,判斷是否有資料衝突的問題,確認相依性後由從裝置32自緩衝區333中讀出完成檢查的資料。 According to the above method, the controller 331 in the data processing circuit 33 will compare the data address in the buffer 333 to confirm the data dependency in the input data, and judge whether there is a problem of data conflict. After confirming the dependency, the slave device 32 Read out the checked data from the buffer 333 .

在資料傳輸方法中,當輸入資料寫入資料處理電路33的緩衝區333時,控制器331利用資料熱位元進行定址,即以特定格式記載輸入資料的資料位址,而不是根據緩衝區333內的開始位址、資料長度等資訊判斷填入假資料以對齊接收資料的從裝置32的固定存取寬度。其中,在一實施例,以資料熱位元定址有效的輸入資料,一方面可排除資料衝突的問題,之後以遮罩 遮蔽本來應該寫入假資料的資料位址,使得資料處理電路33因為減少了寫入假資料的工作週期而增進了運作效能。 In the data transmission method, when the input data is written into the buffer 333 of the data processing circuit 33, the controller 331 uses the hot bit of the data for addressing, that is, records the data address of the input data in a specific format instead of according to the buffer 333 The start address, data length and other information inside are judged to be filled with false data to align with the fixed access width of the slave device 32 receiving the data. Among them, in one embodiment, the valid input data is addressed by data hot bits, on the one hand, the problem of data conflict can be eliminated, and then the mask can be used to The data address that should be written into the dummy data is shielded, so that the data processing circuit 33 can improve the operation efficiency because the working cycle of writing the dummy data is reduced.

根據資料傳輸方法中使用資料熱位元的實施例,圖4顯示資料熱位元在資料處理電路中用以檢查資料衝突的示意圖。 According to an embodiment of using the data hot bits in the data transmission method, FIG. 4 shows a schematic diagram of the data hot bits used in the data processing circuit for checking data conflicts.

圖示為資料處理電路中實現緩衝區的記憶體的示意圖,在緩衝區內,因為匯流排的寬度而可能將寫入指令分為多個,如圖示中的第一指令401將輸入資料400中位址0x50與0x60的資料寫入緩衝區,再以第二指令402將輸入資料400寫入緩衝區位址0x70。在此列舉一例,若緩衝區的最大輸入寬度為64位元組,而匯流排的寬度為128位元,就會需要在記憶體(如資料處理電路中的SRAM)中規劃4個區塊,第一指令401執行第一個資料傳輸程序,以第一資料熱位元403記載第一指令401下傳輸的資料位址,第二指令402執行第二個資料傳輸程序,並以第二資料熱位元404記載第二指令402下傳輸的資料位址。 The figure is a schematic diagram of the memory implementing the buffer in the data processing circuit. In the buffer, the write command may be divided into multiples due to the width of the bus. For example, the first command 401 in the figure will input data 400 The data at addresses 0x50 and 0x60 are written into the buffer, and then the input data 400 is written into the buffer address 0x70 by the second command 402 . Here is an example, if the maximum input width of the buffer is 64 bytes, and the width of the bus is 128 bits, it is necessary to plan 4 blocks in the memory (such as SRAM in the data processing circuit), The first instruction 401 executes the first data transmission procedure, and records the address of the data transmitted under the first instruction 401 with the first data hot bit 403, and the second instruction 402 executes the second data transmission procedure, and uses the second data hot bit 403 The bit 404 records the data address transmitted under the second command 402 .

接著在資料處理電路中的資料相依性檢查電路405中檢查寫入緩衝區的資料相依性,例如通過合運算(AND)比對第一資料熱位元403與第二資料熱位元404,通過資料熱位元的比對確認要讀取資料的位址(等同寫入從裝置中的記憶體位址)是否已經有資料,比較結果將得出傳輸資料是否沒有資料相依性。舉例來說,若要讀取的資料位址為0x50,若緩衝區中相對位址有資料,即讀出資料;若緩衝區內對應的位址沒有資料,就要等到有資料位址才讀出資料。 Next, check the data dependency of writing into the buffer in the data dependency checking circuit 405 in the data processing circuit, for example, compare the first data hot bit 403 and the second data hot bit 404 by combining operation (AND), and pass The comparison of data hot bits confirms whether the address to read data (equal to the memory address written in the slave device) already has data, and the comparison result will determine whether the transmitted data has no data dependency. For example, if the address of the data to be read is 0x50, if there is data at the corresponding address in the buffer, then read the data; if there is no data at the corresponding address in the buffer, you have to wait until there is a data address to read information.

若沒有資料相依性,表示資料彼此無關,可直接將第二資料熱位元404所記載的資料位址的資料推送至緩衝區,其中並沒有需要填入任何假資料,可以減少資料相依性的判斷次數,並改善資料處理電路效能。 If there is no data dependency, it means that the data has nothing to do with each other, and the data of the data address recorded in the second data hot bit 404 can be directly pushed to the buffer, and there is no need to fill in any false data, which can reduce the data dependency. Judgment times, and improve the performance of data processing circuits.

根據圖5顯示資料寫入緩衝區時的運作示意圖,當從裝置500自 緩衝區讀出資料(此例資料位址0x50、0x60),通過資料熱位元以遮罩(mask)方法遮蔽原本要填入的假資料的資料位址(此例資料位址0x40、0x70),使得寫入資料到從裝置時,資料處理電路可以有效減少處理程序。例如,在經匯流排507推送輸入資料503(資料位址0x50、0x60)到緩衝區(由圖式中記憶體50實現)的程序中,因為無須寫入假資料501(原設資料位址0x40、0x70),使得原本需要4個寫入週期(cycle)的推送程序可減少到2個工作週期。 According to the schematic diagram of the operation when the data is written into the buffer as shown in Figure 5, when the slave device 500 automatically Read out the data from the buffer (data address 0x50, 0x60 in this example), and use the mask method to cover the data address of the fake data to be filled in by using the data hot bit (data address 0x40, 0x70 in this example) , so that when writing data to the slave device, the data processing circuit can effectively reduce the processing procedures. For example, in the program that pushes the input data 503 (data address 0x50, 0x60) to the buffer (implemented by the memory 50 in the drawing) through the bus 507, because there is no need to write the fake data 501 (the original data address 0x40 , 0x70), so that the push program that originally required 4 writing cycles (cycle) can be reduced to 2 working cycles.

此例中,緩衝區位址0x40至0x70為緩衝區最大輸入寬度,在資料傳輸程序中,將輸入資料503經匯流排507寫入緩衝區時,除匯流排507的傳輸寬度外,主要是依照接收資料的從裝置500的固定存取寬度決定有效資料,彈出指令根據資料熱位元505的定址資訊自緩衝區(記憶體50)讀出資料,相關資料處理電路將根據資料熱位元505對有效資料的定址資訊(有效位址,如此例的0x50、0x60)而區別出緩衝區中原本要填入的假資料501的資料位址,寫入從裝置500時以遮罩方法遮去假資料位址(如此例的0x40、0x70),而能順利將輸入資料503寫入從裝置500的記憶體。 In this example, the buffer address 0x40 to 0x70 is the maximum input width of the buffer. In the data transmission program, when the input data 503 is written into the buffer through the bus 507, in addition to the transmission width of the bus 507, it is mainly according to the received The fixed access width of the data from the device 500 determines the effective data, and the pop-up command reads the data from the buffer (memory 50) according to the address information of the data hot bit 505, and the relevant data processing circuit will be valid according to the data hot bit 505 The addressing information of the data (effective address, such as 0x50, 0x60 in this example) distinguishes the data address of the false data 501 originally to be filled in the buffer, and when writing to the slave device 500, the false data bits are covered by a mask method address (0x40, 0x70 in this example), and the input data 503 can be written into the memory of the slave device 500 smoothly.

上述資料傳輸程序中因為利用了資料熱位元505的機制省略了產生假資料以及傳送假資料的寫入週期,因此也降低檢查資料相依性的處理次數,而增加了資料處理電路的效能。 In the above data transmission procedure, because the mechanism of the data hot bit 505 is used to omit the writing cycle of generating and transmitting false data, it also reduces the processing times of checking data dependencies, and increases the performance of the data processing circuit.

根據以上實施例,整理其中資料傳輸的流程可參考圖6所示的資料傳輸方法實施例流程圖。 According to the above embodiments, the process of collating data transmission may refer to the flow chart of the embodiment of the data transmission method shown in FIG. 6 .

步驟一開始,由主裝置產生資料,資料處理電路接收輸入資料(步驟S601),之後,由資料處理電路檢查前後資料的資料相依性(步驟S603)。在此步驟中,設定資料熱位元,資料熱位元用於定址輸入資料中每個資料區塊的開始位址,其中也涵蓋傳輸格式下的資料長度。資料處理電路根據寫入緩衝區的最大輸入寬度的限制分離為多個資料區塊,並根據多個資 料區塊形成多個寫入指令,再如步驟S605,資料處理電路以推送指令根據緩衝區最大輸入寬度寫入每個資料區塊。在此一提的是,其中輸入資料由主裝置通過資料處理電路傳送至從裝置,採用資料熱位元定址的機制係基於輸入資料傳輸過程中資料對齊緩衝區中資料位址的限制。 At the beginning of the step, the main device generates data, and the data processing circuit receives the input data (step S601), and then, the data processing circuit checks the data dependency of the previous and subsequent data (step S603). In this step, the data hot bit is set, and the data hot bit is used to address the start address of each data block in the input data, which also includes the data length in the transmission format. The data processing circuit is divided into multiple data blocks according to the limit of the maximum input width of the write buffer, and according to multiple data The material block forms a plurality of write commands, and in step S605, the data processing circuit writes each data block according to the maximum input width of the buffer zone with a push command. What is mentioned here is that the input data is transmitted from the master device to the slave device through the data processing circuit, and the mechanism of adopting data hot bit addressing is based on the limit of the data address in the data alignment buffer during the input data transmission process.

之後,由從裝置以彈出指令預備自緩衝區讀出資料,可以通過解析資料熱位元取得每筆資料(每個資料區塊)的開始位址與長度,其中資料相依性的檢查方式是以資料處理電路中的檢查電路比對資料熱位元,藉此確認緩衝區中的資料相依性(步驟S607)。 Afterwards, the slave device prepares to read the data from the buffer with the pop command, and the start address and length of each data (each data block) can be obtained by analyzing the hot bits of the data. The data dependency check method is The checking circuit in the data processing circuit compares the hot bits of the data to confirm the data dependencies in the buffer (step S607).

其中,通過資料處理電路中的指令檢查資料寫入緩衝區前是否有需要讀取資料的資料位址,如果有需要讀取資料的資料位址時,表示現在緩衝區的對應資料位址的資料為舊的,就需要等待資料寫入緩衝區時,才能去讀取緩衝區資料;反之,如果在資料處理電路並未得出要讀取的資料位址的資料時,即可至緩衝區讀取對應位址的資料。 Among them, the command in the data processing circuit checks whether there is a data address that needs to be read before the data is written into the buffer. If there is a data address that needs to be read, it indicates the data corresponding to the data address in the current buffer. For old ones, it is necessary to wait for the data to be written into the buffer before reading the buffer data; on the contrary, if the data processing circuit does not obtain the data of the data address to be read, it can read from the buffer Get the data of the corresponding address.

如此,資料處理電路以資料熱位元定址有效的輸入資料,一方面可排除資料衝突的問題,之後以遮罩遮蔽本來應該寫入假資料的資料位址,使得資料處理電路因為減少了寫入假資料的工作週期而增進了運作效能。 In this way, the data processing circuit uses data hot bits to address effective input data. On the one hand, the problem of data conflict can be eliminated, and then the data address that should have been written into false data is covered with a mask, so that the data processing circuit reduces the number of writes. The working cycle of fake data improves the operation efficiency.

之後,由從裝置解碼,得出資料熱位元的定址資訊(開始位址、資料長度),即可根據資料熱位元自緩衝區讀出資料,可從資料熱位元得出每筆資料中各資料區塊的開始位址,再根據資料長度取得資料,利用資料熱位元讓寫入從裝置時產生了遮蔽假資料位址的效果(步驟S609),必要時,仍因為要對齊從裝置中固定存取寬度而需要補齊沒有讀出的資料,如以假資料填入需要補齊的資料區塊。 Afterwards, the addressing information (start address, data length) of the data hot bit is obtained by decoding from the device, and the data can be read from the buffer according to the data hot bit, and each data can be obtained from the data hot bit The start address of each data block in the data block, and then obtain the data according to the length of the data, and use the hot bit of the data to create the effect of covering the false data address when writing the slave device (step S609). The device has a fixed access width and needs to fill in the unread data, such as filling the data blocks that need to be filled with dummy data.

如此,因為資料傳輸方法減少處理假資料而可以有效增進系統效能外,還能通過資料熱位元確保資料傳輸過程不受到資料衝突影響的好處。 In this way, the data transmission method can not only effectively improve the system performance by reducing the processing of false data, but also ensure that the data transmission process is not affected by data conflicts through data hot bits.

綜上所述,根據以上實施例所描述的資料傳輸方法與資料處理電路,方法可應用於主裝置-從裝置的架構下,資料處理電路即處理主裝置與從裝置的資料傳輸與格式轉換,如應用在電腦系統中所有需要來往存取記憶體資料的電路元件之間。 To sum up, according to the data transmission method and data processing circuit described in the above embodiments, the method can be applied to the structure of the master device-slave device, and the data processing circuit handles the data transmission and format conversion between the master device and the slave device. For example, it is used between all circuit components that need to access memory data in a computer system.

資料傳輸方法主要採用了一種資料熱位元(data-hot-bit)的資料處理機制,資料處理電路利用資料傳輸方法對有效資料定址,取代傳統需要設定開始位址與資料長度的方式,可有效排除資料衝突的問題,還能夠省略在資料沒有對齊緩衝區的最大輸入寬度時需要填入假資料的處理程序,如此方法仍繼續檢查電路中資料衝突的問題,能改善其準確度到匯流排的等級上,可以有效減少資料相依性的處理次數,增加資料處理電路處理資料的效能。 The data transmission method mainly adopts a data-hot-bit data processing mechanism. The data processing circuit uses the data transmission method to address valid data, replacing the traditional method of setting the start address and data length, which can be effectively Eliminate the problem of data conflict, and can also omit the processing program that needs to fill in false data when the data is not aligned with the maximum input width of the buffer. This method still continues to check the problem of data conflict in the circuit, which can improve its accuracy to the bus. In terms of levels, it can effectively reduce the number of times of data dependency processing and increase the efficiency of data processing circuits for processing data.

以上所公開的內容僅為本發明的優選可行實施例,並非因此侷限本發明的申請專利範圍,所以凡是運用本發明說明書及圖式內容所做的等效技術變化,均包含於本發明的申請專利範圍內。 The content disclosed above is only a preferred feasible embodiment of the present invention, and does not therefore limit the scope of the patent application of the present invention. Therefore, all equivalent technical changes made by using the description and drawings of the present invention are included in the application of the present invention. within the scope of the patent.

501:假資料 503:輸入資料 505:資料熱位元 50:記憶體 500: 從裝置 507:匯流排 501: fake information 503: input data 505: Data hot bits 50: Memory 500: Slave 507: busbar

Claims (8)

一種資料傳輸方法,應用於設有一緩衝區的一資料處理電路中,包括:接收一輸入資料;以資料熱位元定址該輸入資料中多個資料區塊;解析該資料熱位元,取得每個資料區塊的開始位址與資料長度;以及通過比對各筆資料區塊的該資料熱位元確認資料區塊之間的資料相依性,據此寫入該多個資料區塊至該緩衝區中。 A data transmission method applied in a data processing circuit provided with a buffer, comprising: receiving an input data; using data hot bits to address multiple data blocks in the input data; analyzing the data hot bits to obtain each The start address and data length of each data block; and by comparing the data hot bits of each data block to confirm the data dependency between the data blocks, and write the multiple data blocks to the data block accordingly in the buffer. 如請求項1所述的資料傳輸方法,其中,若判斷資料區塊之間沒有相依性,即直接寫入該緩衝區;若判斷資料區塊具有相依性,需等待寫入該緩衝區後再讀出。 The data transmission method as described in claim item 1, wherein, if it is judged that there is no dependency between the data blocks, it is directly written into the buffer; if it is judged that the data blocks are dependent, it is necessary to wait for the buffer to be written before read out. 如請求項1所述的資料傳輸方法,其中該輸入資料根據寫入該緩衝區的最大輸入寬度的限制分離為多個資料區塊,並根據該多個資料區塊形成多個寫入指令,用於寫入該輸入資料至該緩衝區。 The data transmission method as described in claim 1, wherein the input data is separated into multiple data blocks according to the limitation of the maximum input width written into the buffer, and multiple write commands are formed according to the multiple data blocks, Used to write the input data to the buffer. 如請求項1至3中任一項所述的資料傳輸方法,其中該輸入資料由一主裝置通過該資料處理電路傳送至一從裝置,該從裝置自該緩衝區讀出該輸入資料,採用該資料熱位元定址的機制係基於該輸入資料傳輸過程中資料對齊該緩衝區中資料位址的限制。 The data transmission method as described in any one of claims 1 to 3, wherein the input data is transmitted from a master device to a slave device through the data processing circuit, and the slave device reads the input data from the buffer, using The data hot bit addressing mechanism is based on data alignment constraints of data addresses in the buffer during transmission of the input data. 如請求項4所述的資料傳輸方法,其中傳輸該輸入資料時受限於寫入該緩衝區的一最大輸入寬度所定義切割資料的邊界、該從裝置的固定存取寬度以及一傳輸匯流排的寬度。 The data transmission method as described in claim 4, wherein the boundary of cutting data defined by a maximum input width written to the buffer, the fixed access width of the slave device, and a transmission bus are limited when transmitting the input data width. 如請求項5所述的資料傳輸方法,其中,於該輸入資料寫入該緩衝區後,由該從裝置根據該資料熱位元的解析資訊自該緩衝區讀出資料,其中得出每個資料區塊的開始位址,再根 據資料長度取得資料,產生了遮蔽假資料位址的效果。 The data transmission method as described in claim item 5, wherein, after the input data is written into the buffer, the slave device reads the data from the buffer according to the analysis information of the hot bits of the data, wherein each The start address of the data block, and then the root Obtaining data according to the length of the data produces the effect of masking false data addresses. 一種資料處理電路,包括:一記憶體,實現一緩衝區;以及一控制器,用以控制該資料處理電路的運作;其中,當該資料處理電路接收一輸入資料,以資料熱位元定址該輸入資料中多個資料區塊,經解析該資料熱位元後,取得每個資料區塊的開始位址與資料長度,再通過比對各筆資料區塊的該資料熱位元確認資料區塊之間的資料相依性,以據此寫入該多個資料區塊至該緩衝區中。 A data processing circuit, comprising: a memory for implementing a buffer; and a controller for controlling the operation of the data processing circuit; wherein, when the data processing circuit receives an input data, the data hot bit is used to address the Multiple data blocks in the input data, after analyzing the hot bits of the data, obtain the start address and data length of each data block, and then confirm the data area by comparing the data hot bits of each data block The data dependencies between blocks are used to write the plurality of data blocks into the buffer. 如請求項7所述的資料處理電路,其中,若判斷資料區塊之間沒有相依性,即直接寫入該緩衝區;若判斷資料區塊具有相依性,需等待寫入該緩衝區後再讀出。 The data processing circuit as described in claim item 7, wherein, if it is judged that there is no dependency between the data blocks, it is directly written into the buffer; if it is judged that the data blocks are dependent, it is necessary to wait for the buffer to be written read out.
TW110115480A 2021-04-14 2021-04-29 Method for transmitting data and data processing circuit TWI783465B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110399451.7 2021-04-14
CN202110399451.7A CN115221078A (en) 2021-04-14 2021-04-14 Data transmission method and data processing circuit

Publications (2)

Publication Number Publication Date
TW202240411A TW202240411A (en) 2022-10-16
TWI783465B true TWI783465B (en) 2022-11-11

Family

ID=83602340

Family Applications (1)

Application Number Title Priority Date Filing Date
TW110115480A TWI783465B (en) 2021-04-14 2021-04-29 Method for transmitting data and data processing circuit

Country Status (3)

Country Link
US (1) US11972141B2 (en)
CN (1) CN115221078A (en)
TW (1) TWI783465B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW477930B (en) * 2000-04-07 2002-03-01 Welkin Technologies Inc Buffer management method and system
TW200622621A (en) * 2004-03-29 2006-07-01 Univ Kyoto Data processing device, data processing program, and storage medium storing the data processing program
US20140304492A1 (en) * 2013-03-15 2014-10-09 Soft Machines, Inc. Method and apparatus to increase the speed of the load access and data return speed path using early lower address bits
TW201807580A (en) * 2016-08-19 2018-03-01 大心電子(英屬維京群島)股份有限公司 Data transmission method, and storage controller and list management circuit using the same
CN108459969A (en) * 2018-02-28 2018-08-28 南京邮电大学 Data storage and transmission method in 64 multiple-core servers of one kind
US20180357175A1 (en) * 2017-06-13 2018-12-13 Alibaba Group Holding Limited Cache devices with configurable access policies and control methods thereof

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3369227B2 (en) * 1992-11-09 2003-01-20 株式会社東芝 Processor
US7890668B2 (en) * 2008-02-14 2011-02-15 International Business Machines Corporation Providing indirect data addressing in an input/output processing system where the indirect data address list is non-contiguous
US9107069B2 (en) * 2012-10-11 2015-08-11 Nordic Semiconductor Asa Addressable radio device
CN108874296B (en) * 2018-06-21 2021-01-26 电子科技大学 Three-dimensional waveform mapping method based on parallel architecture

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW477930B (en) * 2000-04-07 2002-03-01 Welkin Technologies Inc Buffer management method and system
TW200622621A (en) * 2004-03-29 2006-07-01 Univ Kyoto Data processing device, data processing program, and storage medium storing the data processing program
US20140304492A1 (en) * 2013-03-15 2014-10-09 Soft Machines, Inc. Method and apparatus to increase the speed of the load access and data return speed path using early lower address bits
TW201807580A (en) * 2016-08-19 2018-03-01 大心電子(英屬維京群島)股份有限公司 Data transmission method, and storage controller and list management circuit using the same
US20180357175A1 (en) * 2017-06-13 2018-12-13 Alibaba Group Holding Limited Cache devices with configurable access policies and control methods thereof
CN108459969A (en) * 2018-02-28 2018-08-28 南京邮电大学 Data storage and transmission method in 64 multiple-core servers of one kind

Also Published As

Publication number Publication date
US11972141B2 (en) 2024-04-30
CN115221078A (en) 2022-10-21
US20220334763A1 (en) 2022-10-20
TW202240411A (en) 2022-10-16

Similar Documents

Publication Publication Date Title
US7228399B2 (en) Control method for storage device controller system, and storage device controller system
US7640375B2 (en) DMA controller, method, information processing system, and program for transferring information blocks comprising data and descriptors
TWI813001B (en) Accelerating method of executing comparison functions and accelerating system of executing comparison functions
US6324595B1 (en) Dedication of space in descriptor for minimizing data processing during communications between a peripheral device and a host system
TWI783465B (en) Method for transmitting data and data processing circuit
CN107870885A (en) Communication system, device and method
KR101116613B1 (en) Apparatus and method for memory access control
KR100460994B1 (en) High-bandwidth I/O device with direct memory access and method thereof
JP4170446B2 (en) Data transfer method
KR100677914B1 (en) Method for enhancing a speed using epmcq2 remote mode
JP2000112878A (en) Device and method for controlling timing of transfer request in data processor
JPS607524A (en) Recording carrier reader
TWI459305B (en) Method and system for simulating tetminal machine
CN112486910A (en) Method for rapidly analyzing mass data files
JPH05181778A (en) Input/output processor
JP2524620B2 (en) Input / output control method
JP2552025B2 (en) Data transfer method
JP2962498B2 (en) In-circuit emulator
CN116775524A (en) Lli dynamic writing method of dma linked list mode
KR20070000941A (en) Bridge apparatus
JPS58213336A (en) Communication controller
JPH064457A (en) Electronic filing device
JPS6261976B2 (en)
JPH0342740B2 (en)
JPH02272955A (en) Interruption system for arbitrary received data