WO2019148793A1 - Low latency instruction scheduler containing automatic management function and method for filtering speculative access - Google Patents

Low latency instruction scheduler containing automatic management function and method for filtering speculative access Download PDF

Info

Publication number
WO2019148793A1
WO2019148793A1 PCT/CN2018/099740 CN2018099740W WO2019148793A1 WO 2019148793 A1 WO2019148793 A1 WO 2019148793A1 CN 2018099740 W CN2018099740 W CN 2018099740W WO 2019148793 A1 WO2019148793 A1 WO 2019148793A1
Authority
WO
WIPO (PCT)
Prior art keywords
access
automatic management
guessing
instruction scheduler
address
Prior art date
Application number
PCT/CN2018/099740
Other languages
French (fr)
Chinese (zh)
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 WO2019148793A1 publication Critical patent/WO2019148793A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3802Instruction prefetching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/3004Arrangements for executing specific machine instructions to perform operations on memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system

Definitions

  • the present invention relates to an instruction scheduler.
  • One of the objects of the present invention is to provide a low latency instruction scheduler with automatic management functionality that is capable of filtering speculative repetitive access.
  • Another object of the present invention is to provide a filtering guess access method for a low-latency instruction scheduler, which effectively filters speculative repeated access.
  • a low-latency instruction scheduler having an automatic management function is connected to a microprocessor through a local memory bus, the low-delay instruction scheduler includes an automatic management module, and further includes a guessing access filter, wherein
  • the guessing access filter filters out speculative repetitive access from the microprocessor and sends it to the auto management module upon receiving a valid access from the microprocessor.
  • the guessing access filter records the address to be accessed next time, and if the next command data write address is the same as the last time, the guessing access The filter filters out the access; if the next command data write address is the same as the address to be accessed next time, the access is valid.
  • the method further includes an instruction memory and an instruction number register connected to the automatic management module.
  • the guessing access filter records the address to be accessed next time, if the next time The command data write address is the same as the last time, and the guessing access filter filters out the access; if the next command data write address is the same as the record to be accessed next time, the guess The sexual access filter sends the access to the automatic management module.
  • the invention has the beneficial effects that the invention compares each access by adding a guessing access filter, and if the content is not in accordance with expectations, the filtering discards the access, and if it meets the expectation, the instruction is sent. To the automatic management module, this ensures that the correct operation of the system is not affected by guessing access.
  • 1 is a structural state diagram of a low latency instruction scheduler of the present invention when receiving a speculative repeated access
  • FIG. 2 is a structural state diagram of a prior art low latency instruction scheduler receiving a speculative repetitive access.
  • a low-delay instruction scheduler with automatic management function is connected to a microprocessor through a local memory bus.
  • the low-delay instruction scheduler includes an automatic management module 1 and a guessing access filter 2.
  • the automatic management module 1 is an automatic pointer management module.
  • the guessing access filter 2 filters out the speculative repetitive access from the microprocessor and sends it to the automatic management module 1 upon receiving an effective access from the microprocessor, and the automatic management module 1 operates. Specifically, each time the command data is written, the guessing access filter 2 records the address to be accessed next time, and if the next command data write address is the same as the last time, the guessing access filter 2 It is determined to be a duplicate access and the access is filtered out. If the next command data write address is the same as the address to be accessed next time, indicating that the access is valid, the guess access filter 2 sends the access command to the automatic management module 1. This allows the instruction dispatcher connected to a particular local memory bus to function properly without being affected by guessing access.
  • the low latency instruction scheduler further includes an instruction memory and an instruction number register connected to the automatic management module 1.
  • FIG. 2 it is a structural diagram of a prior art low-delay instruction scheduler. There is no filtering function. When a speculative repeated access occurs, the instruction number register is incremented by one. In Figure 1, the guessing repeated access filtering is performed, and the instruction number register is unchanged.
  • the filtering guessing access method based on the low-latency instruction scheduler described above, each time the command data is written, the guessing access filter 2 records the address to be accessed next time, if the next command is The data write address is the same as the last time, and the guessing access filter 2 filters out the access; if the next command data write address is the same as the address to be accessed next time, the guessing access filter The device 2 sends the access to the automatic management module 1.

Abstract

Disclosed is a low latency instruction scheduler comprising an automatic management function, wherein a microprocessor is connected by means of a local memory bus; the low latency instruction scheduler comprises an automatic management module, and further comprises a speculative access filter, the speculative access filter filtering out speculative repeated access from the microprocessor and transmitting valid access received from the microprocessor to the automatic management module. Further disclosed is a method for filtering speculative access of a low latency instruction scheduler. The present invention is capable of effectively filtering the speculative repeated access.

Description

含自动管理功能的低延迟指令调度器及过滤猜测访问方法Low-delay instruction scheduler with automatic management function and filtering guess access method 技术领域Technical field
本发明涉及指令调度器。The present invention relates to an instruction scheduler.
背景技术Background technique
现有的芯片架构中,有自动指针管理模块的指令调度器若透过局部内存总线与某些特定微处理器相连时,会产生一些多余重复的存取,使自动管理模块产生误动作,进而导致系统芯片运作错误。如何有效防止这一问题的产生,是本领域技术人员需要解决的问题。In the existing chip architecture, if the instruction dispatcher of the automatic pointer management module is connected to some specific microprocessors through the local memory bus, some redundant and repeated accesses are generated, causing the automatic management module to malfunction. Caused the system chip to operate incorrectly. How to effectively prevent this problem from occurring is a problem that a person skilled in the art needs to solve.
发明内容Summary of the invention
本发明的目的之一在于提供具有自动管理功能的低延迟指令调度器,能够过滤猜测性重复存取。One of the objects of the present invention is to provide a low latency instruction scheduler with automatic management functionality that is capable of filtering speculative repetitive access.
本发明的目的之二在于提供低延迟指令调度器的过滤猜测访问方法,有效过滤猜测性重复存取。Another object of the present invention is to provide a filtering guess access method for a low-latency instruction scheduler, which effectively filters speculative repeated access.
实现上述目的的技术方案是:The technical solution to achieve the above objectives is:
一种具有自动管理功能的低延迟指令调度器,通过局部内存总线连接微处理器,所述低延迟指令调度器包括自动管理模块,还包括猜测性存取过滤器,其中,A low-latency instruction scheduler having an automatic management function, is connected to a microprocessor through a local memory bus, the low-delay instruction scheduler includes an automatic management module, and further includes a guessing access filter, wherein
所述猜测性存取过滤器过滤掉来自微处理器的猜测性重复存取,并在接收到来自微处理器的有效存取后将其发送给所述自动管理模块。The guessing access filter filters out speculative repetitive access from the microprocessor and sends it to the auto management module upon receiving a valid access from the microprocessor.
优选的,在每次写入命令数据时,所述猜测性存取过滤器记录下次即将被存取的地址,若下次的命令数据写入地址与上次相同,所述猜测性存取过滤器过滤掉该次存取;若下次的命令数据写入地址与记录的下次即将被存取的地址相同,表示该次存取有效。Preferably, each time the command data is written, the guessing access filter records the address to be accessed next time, and if the next command data write address is the same as the last time, the guessing access The filter filters out the access; if the next command data write address is the same as the address to be accessed next time, the access is valid.
优选的,还包括连接所述自动管理模块的指令内存和指令数寄存器。Preferably, the method further includes an instruction memory and an instruction number register connected to the automatic management module.
本发明之二的基于上述的低延迟指令调度器的过滤猜测访问方法,在每次写入 命令数据时,所述猜测性存取过滤器记录下次即将被存取的地址,若下次的命令数据写入地址与上次相同,所述猜测性存取过滤器过滤掉该次存取;若下次的命令数据写入地址与记录的下次即将被存取的地址相同,所述猜测性存取过滤器将该次存取发送给所述自动管理模块。According to the second aspect of the present invention, in the filtering guessing access method of the low-delay instruction scheduler described above, each time the command data is written, the guessing access filter records the address to be accessed next time, if the next time The command data write address is the same as the last time, and the guessing access filter filters out the access; if the next command data write address is the same as the record to be accessed next time, the guess The sexual access filter sends the access to the automatic management module.
本发明的有益效果是:本发明通过增设猜测性存取过滤器,对每次存取加以比对,如不符合预期,将过滤丢弃此次存取,如符合预期,则收下此指令送往自动管理模块,如此保证系统运作的正确性不受猜测性存取影响。The invention has the beneficial effects that the invention compares each access by adding a guessing access filter, and if the content is not in accordance with expectations, the filtering discards the access, and if it meets the expectation, the instruction is sent. To the automatic management module, this ensures that the correct operation of the system is not affected by guessing access.
附图说明DRAWINGS
图1是本发明的低延迟指令调度器接收猜测性重复存取时的结构状态图;1 is a structural state diagram of a low latency instruction scheduler of the present invention when receiving a speculative repeated access;
图2是现有技术的低延迟指令调度器接收猜测性重复存取时的结构状态图。2 is a structural state diagram of a prior art low latency instruction scheduler receiving a speculative repetitive access.
具体实施方式Detailed ways
下面将结合附图对本发明作进一步说明。The invention will now be further described with reference to the accompanying drawings.
请参阅图1,本发明之一的具有自动管理功能的低延迟指令调度器,通过局部内存总线连接微处理器,低延迟指令调度器包括自动管理模块1和猜测性存取过滤器2。自动管理模块1即是自动指针管理模块。Referring to FIG. 1, a low-delay instruction scheduler with automatic management function is connected to a microprocessor through a local memory bus. The low-delay instruction scheduler includes an automatic management module 1 and a guessing access filter 2. The automatic management module 1 is an automatic pointer management module.
猜测性存取过滤器2过滤掉来自微处理器的猜测性重复存取,并在接收到来自微处理器的有效存取后将其发送给自动管理模块1,自动管理模块1进行动作。具体地,在每次写入命令数据时,猜测性存取过滤器2记录下次即将被存取的地址,若下次的命令数据写入地址与上次相同,猜测性存取过滤器2判定为重复存取,并过滤掉该次存取。若下次的命令数据写入地址与记录的下次即将被存取的地址相同,表示该次存取有效,猜测性存取过滤器2将该次存取的指令发送给自动管理模块1。如此使连接于特定局部内存总线的指令调度器正常运作,不受猜测性存取影响。The guessing access filter 2 filters out the speculative repetitive access from the microprocessor and sends it to the automatic management module 1 upon receiving an effective access from the microprocessor, and the automatic management module 1 operates. Specifically, each time the command data is written, the guessing access filter 2 records the address to be accessed next time, and if the next command data write address is the same as the last time, the guessing access filter 2 It is determined to be a duplicate access and the access is filtered out. If the next command data write address is the same as the address to be accessed next time, indicating that the access is valid, the guess access filter 2 sends the access command to the automatic management module 1. This allows the instruction dispatcher connected to a particular local memory bus to function properly without being affected by guessing access.
另外,低延迟指令调度器还包括连接自动管理模块1的指令内存和指令数寄存器。图2中,为现有技术的低延迟指令调度器的结构图,没有过滤功能,在发生猜测性重复存取时,指令数寄存器加1。图1中,将猜测性重复存取过滤,指令数寄存器不变。In addition, the low latency instruction scheduler further includes an instruction memory and an instruction number register connected to the automatic management module 1. In FIG. 2, it is a structural diagram of a prior art low-delay instruction scheduler. There is no filtering function. When a speculative repeated access occurs, the instruction number register is incremented by one. In Figure 1, the guessing repeated access filtering is performed, and the instruction number register is unchanged.
本发明之二的基于上述的低延迟指令调度器的过滤猜测访问方法,在每次写入命令数据时,猜测性存取过滤器2记录下次即将被存取的地址,若下次的命令数据写入地址与上次相同,猜测性存取过滤器2过滤掉该次存取;若下次的命令数据写入地址与记录的下次即将被存取的地址相同,猜测性存取过滤器2将该次存取发送给自动管理模块1。According to the second aspect of the present invention, the filtering guessing access method based on the low-latency instruction scheduler described above, each time the command data is written, the guessing access filter 2 records the address to be accessed next time, if the next command is The data write address is the same as the last time, and the guessing access filter 2 filters out the access; if the next command data write address is the same as the address to be accessed next time, the guessing access filter The device 2 sends the access to the automatic management module 1.
以上实施例仅供说明本发明之用,而非对本发明的限制,有关技术领域的技术人员,在不脱离本发明的精神和范围的情况下,还可以作出各种变换或变型,因此所有等同的技术方案也应该属于本发明的范畴,应由各权利要求所限定。The above embodiments are merely illustrative of the invention, and are not intended to limit the invention, and various modifications and changes can be made without departing from the spirit and scope of the invention. The technical solution should also fall within the scope of the invention and should be defined by the claims.

Claims (4)

  1. 一种具有自动管理功能的低延迟指令调度器,通过局部内存总线连接微处理器,所述低延迟指令调度器包括自动管理模块,其特征在于,还包括猜测性存取过滤器,其中,A low-latency instruction scheduler having an automatic management function, is connected to a microprocessor through a local memory bus, and the low-delay instruction scheduler includes an automatic management module, and further includes a guessing access filter, wherein
    所述猜测性存取过滤器过滤掉来自微处理器的猜测性重复存取,并在接收到来自微处理器的有效存取后将其发送给所述自动管理模块。The guessing access filter filters out speculative repetitive access from the microprocessor and sends it to the auto management module upon receiving a valid access from the microprocessor.
  2. 根据权利要求1所述的具有自动管理功能的低延迟指令调度器,其特征在于,在每次写入命令数据时,所述猜测性存取过滤器记录下次即将被存取的地址,若下次的命令数据写入地址与上次相同,所述猜测性存取过滤器过滤掉该次存取;若下次的命令数据写入地址与记录的下次即将被存取的地址相同,表示该次存取有效。The low latency instruction scheduler with automatic management function according to claim 1, wherein each time the command data is written, the guessing access filter records an address to be accessed next time, if The next command data write address is the same as the last time, and the guessing access filter filters out the access; if the next command data write address is the same as the address to be accessed next time, Indicates that the access is valid.
  3. 根据权利要求1所述的具有自动管理功能的低延迟指令调度器,其特征在于,还包括连接所述自动管理模块的指令内存和指令数寄存器。The low latency instruction scheduler with automatic management function according to claim 1, further comprising an instruction memory and an instruction number register connected to said automatic management module.
  4. 一种基于权利要求1所述的低延迟指令调度器的过滤猜测访问方法,其特征在于,在每次写入命令数据时,所述猜测性存取过滤器记录下次即将被存取的地址,若下次的命令数据写入地址与上次相同,所述猜测性存取过滤器过滤掉该次存取;若下次的命令数据写入地址与记录的下次即将被存取的地址相同,所述猜测性存取过滤器将该次存取发送给所述自动管理模块。A filtering guess access method based on the low latency instruction scheduler of claim 1, wherein the guessing access filter records an address to be accessed next time each time the command data is written If the next command data write address is the same as the last time, the guessing access filter filters out the access; if the next command data is written to the address and the next address to be accessed is recorded. Similarly, the guessing access filter sends the access to the automatic management module.
PCT/CN2018/099740 2018-01-30 2018-08-09 Low latency instruction scheduler containing automatic management function and method for filtering speculative access WO2019148793A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810088578.5 2018-01-30
CN201810088578.5A CN108334337B (en) 2018-01-30 2018-01-30 Low-delay instruction dispatcher with automatic management function and filtering guess access method

Publications (1)

Publication Number Publication Date
WO2019148793A1 true WO2019148793A1 (en) 2019-08-08

Family

ID=62926131

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/099740 WO2019148793A1 (en) 2018-01-30 2018-08-09 Low latency instruction scheduler containing automatic management function and method for filtering speculative access

Country Status (2)

Country Link
CN (1) CN108334337B (en)
WO (1) WO2019148793A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108334337B (en) * 2018-01-30 2022-02-01 江苏华存电子科技有限公司 Low-delay instruction dispatcher with automatic management function and filtering guess access method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101187863A (en) * 2006-11-17 2008-05-28 国际商业机器公司 Data processing system, processor and method of data processing
CN102483696A (en) * 2009-08-19 2012-05-30 高通股份有限公司 Methods and apparatus to predict non-execution of conditional non-branching instructions
US20130339683A1 (en) * 2012-06-14 2013-12-19 International Business Machines Corporation Instruction filtering
CN108334337A (en) * 2018-01-30 2018-07-27 江苏华存电子科技有限公司 Low latency instruction scheduler containing automatic management function and filtering conjecture access method

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000068783A2 (en) * 1999-05-12 2000-11-16 Analog Devices, Inc. Digital signal processor computation core
US7626375B2 (en) * 2007-08-14 2009-12-01 Fluke Corporation System and method for configuring a display for a digital multimeter
CN101488965B (en) * 2009-02-23 2012-02-15 中国科学院计算技术研究所 Domain name filtering system and method
CN103150265B (en) * 2013-02-04 2015-10-21 山东大学 The fine-grained data distribution method of isomery storer on Embedded sheet
KR101814412B1 (en) * 2013-03-15 2018-01-03 인텔 코포레이션 Providing snoop filtering associated with a data buffer
CN105677299B (en) * 2016-01-05 2018-03-06 天脉聚源(北京)传媒科技有限公司 A kind of method and device for being used to identify selection

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101187863A (en) * 2006-11-17 2008-05-28 国际商业机器公司 Data processing system, processor and method of data processing
CN102483696A (en) * 2009-08-19 2012-05-30 高通股份有限公司 Methods and apparatus to predict non-execution of conditional non-branching instructions
US20130339683A1 (en) * 2012-06-14 2013-12-19 International Business Machines Corporation Instruction filtering
CN108334337A (en) * 2018-01-30 2018-07-27 江苏华存电子科技有限公司 Low latency instruction scheduler containing automatic management function and filtering conjecture access method

Also Published As

Publication number Publication date
CN108334337A (en) 2018-07-27
CN108334337B (en) 2022-02-01

Similar Documents

Publication Publication Date Title
US7003699B2 (en) Generation of trace signals within a data processing apparatus
US8880745B2 (en) Efficient scheduling of transactions from multiple masters
US10282250B1 (en) Apparatus and method for a coherent, efficient, and configurable cyclic redundancy check retry implementation for synchronous dynamic random access memory
US10209922B2 (en) Communication via a memory interface
DE102010053281A1 (en) Method and system for error handling in a storage device
US20060080489A1 (en) Bus bridge and data transfer method
US20150178017A1 (en) Abort function for storage devices by using a poison bit flag wherein a command for indicating which command should be aborted
US9335947B2 (en) Inter-processor memory
US9519442B2 (en) Method for concurrent system management and error detection and correction requests in integrated circuits through location aware avoidance logic
CN109799959B (en) Method for improving parallelism of open channel solid-state disk writing
US7484030B2 (en) Storage controller and methods for using the same
KR20220116033A (en) Error Recovery for Non-Volatile Memory Modules
US10157123B1 (en) Methods and apparatus for a scheduler for memory access
WO2019148793A1 (en) Low latency instruction scheduler containing automatic management function and method for filtering speculative access
JP6965523B2 (en) Multiprocessor system
US8886844B2 (en) Efficient scheduling of read and write transactions in dynamic memory controllers
CN108628761B (en) Atomic command execution method and device
US8327044B2 (en) Transaction ID filtering for buffered programmed input/output (PIO) write acknowledgements
TW201525686A (en) Methods for accessing baseboard management controller
GB2391351A (en) Generation of trace signals within a data processing apparatus
JP2018180656A (en) Memory controller and control method thereof
KR101569049B1 (en) Pass through storage devices
US20150278086A1 (en) Implementing enhanced reliability of systems utilizing dual port dram
US20040225748A1 (en) Systems and methods for deleting transactions from multiple fast data streams
JP5648472B2 (en) Semiconductor device and control method

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18903287

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18903287

Country of ref document: EP

Kind code of ref document: A1