US11842199B2 - Controlling the operating speed of stages of an asynchronous pipeline - Google Patents
Controlling the operating speed of stages of an asynchronous pipeline Download PDFInfo
- Publication number
- US11842199B2 US11842199B2 US16/913,146 US202016913146A US11842199B2 US 11842199 B2 US11842199 B2 US 11842199B2 US 202016913146 A US202016913146 A US 202016913146A US 11842199 B2 US11842199 B2 US 11842199B2
- Authority
- US
- United States
- Prior art keywords
- stage
- stages
- completion
- critical path
- completion status
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3867—Concurrent instruction execution, e.g. pipeline or look ahead using instruction pipelines
- G06F9/3871—Asynchronous instruction pipeline, e.g. using handshake signals between stages
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3836—Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3867—Concurrent instruction execution, e.g. pipeline or look ahead using instruction pipelines
- G06F9/3869—Implementation aspects, e.g. pipeline latches; pipeline synchronisation and clocking
Definitions
- Processing systems typically implement a pipeline architecture that includes a series of stages for processing instructions. Each stage performs a task that operates on input data to generate output data. Data is communicated between the stages by registers that may be implemented as flip-flops or latches. The stages access input data from input registers and provide the output data to output registers.
- the input registers for a stage of the pipeline can receive as input data the output data provided to corresponding output registers by an earlier stage of the pipeline and the output registers of the stage can be input data for a subsequent stage.
- the stages in the pipeline concurrently operate on multiple input data sets in some cases.
- waves are made up of multiple work items corresponding to the different input data sets.
- the execution times of the work items typically vary depending on the input data and so the work items in each wave can complete at different times.
- FIG. 1 is a block diagram of a processing system that includes an asynchronous pipeline according to some embodiments.
- FIG. 2 is a block diagram of a portion of an asynchronous pipeline according to some embodiments.
- FIG. 3 is a block diagram of a portion of an asynchronous pipeline that includes a replica critical path according to some embodiments.
- FIG. 4 is a block diagram of a portion of an asynchronous pipeline according to some embodiments.
- FIG. 5 is a block diagram of a portion of an asynchronous pipeline that implements intermediate completion status detection in a replica critical path according to some embodiments.
- FIG. 6 is a block diagram of a portion of an asynchronous pipeline that implements intermediate completion status detection according to some embodiments.
- FIG. 7 is a block diagram of a portion of an asynchronous pipeline that implements parallel processing according to some embodiments.
- FIG. 8 is a flow diagram of a method for modifying an operating speed of a stage in an asynchronous pipeline according to some embodiments.
- the stages of execution pipelines are synchronous, in which case the registers between the stages are clocked using the same clock signal, or asynchronous, in which case each stage of the pipeline is self-timed so that different stages can read input data, execute instructions, and write output data independently of the other stages. In either case, the stages complete their tasks at variable latencies that depend on the type of operation performed by the stage, the data operated on by the stage, and the sequence of data values that are operated on by the stage. Stages that complete their tasks earlier than other stages remain idle while waiting for the other stages to complete, which reduces the overall throughput of the pipeline and wastes static power that is consumed by the idle stages.
- the timing of the synchronous pipelines is typically adjusted based on the latency of critical paths across all stages of the synchronous pipeline during logic synthesis and physical layout of the hardware of the synchronous pipeline to attempt to maximize an operating frequency of the synchronous pipeline.
- synchronous pipelines typically execute a variety of diverse operations that have latencies that differ from the latencies of the critical paths used during the design of the synchronous pipeline. Consequently, the performance of the synchronous pipeline is not always optimal or as energy-efficient as expected.
- the performance and energy efficiency of an asynchronous pipeline can be improved by modifying an operating speed of a (first) stage of the asynchronous pipeline based on a comparison of a completion status of the first stage to a completion status of at least one other (second) stage in the asynchronous pipeline.
- modifying the operating speed of the first stage of the asynchronous pipeline includes modifying an operating voltage applied to the first stage (or a portion thereof) or modifying a buffer drive strength applied to one or more drive buffers in the first stage. For example, a completion status of a first stage is set to “Done” to indicate that the first stage has completed operations on the input data and generated its output data.
- the completion statuses of an adjacent stage that provides input data to the first stage and another adjacent stage that receives output data from the first stage are both set to “Processing” to indicate that they have not completed their operations on their input data.
- the buffer drive strength or the voltage supply for the first stage may be decreased to conserve energy in the first stage while the adjacent stages complete processing.
- the buffer drive strength or the voltage supply for the first stage may be increased to accelerate processing by the first stage to decrease its latency and reduce the idle time in the second stages.
- the completion statuses of the first and second stages can be determined by monitoring output signals generated by the first and second stages in response to initiating execution of calculation waves by the first and second stages.
- the completion statuses of the first and second stages are determined by applying input signals to replica critical paths in the first and second stages simultaneously with initiating execution of calculation waves in the first and second stages and then determining that the first and second stages are complete in response to detecting output signals at outputs of the replica critical paths.
- the replica critical paths are defined based on circuit simulations of the stages.
- the completion status of the stages indicate estimated completion times for the stages or portions of the stages.
- the completion statuses of the first and second stages can be determined using a lookup table that provides estimates of the completion time based on the instruction type (as indicated by an instruction opcode) and characteristics of the input data.
- the completion statuses of the stages are determined based on monitoring signals inside a logic cloud of a stage or output signals for activity. For example, if all output signals from the stage remain unchanged for some time, the stage is likely to have completed its task. For another example, if one or more signals at a predetermined location inside the logic cloud of the stage remain unchanged, the stage is likely to have completed a particular percentage of its calculations, e.g. the stage may have completed 50% of its operations.
- FIG. 1 is a block diagram of a processing system 100 that includes an asynchronous pipeline 105 according to some embodiments.
- the term “asynchronous pipeline” indicates that stages of the asynchronous pipeline operate according to a clock or timing reference that is not synchronized with a global clock or timing reference used by entities outside the asynchronous pipeline within the processing system 100 .
- individual stages within the asynchronous pipeline are not necessarily synchronized with each other and are able to operate according to their own internal clocks in some cases.
- the stages in the asynchronous pipeline are sometimes referred to as “self-timed” stages. Operating speeds of the stages the asynchronous pipeline can therefore vary independently of the operating speeds of the other stages in the asynchronous pipeline, as discussed herein.
- the asynchronous pipeline 105 includes a plurality of stages 110 , 111 , 112 , 113 , 114 that are collectively referred to herein as “the stages 110 - 114 .”
- Data is stored at various points in the asynchronous pipeline 105 using pipeline registers 120 , 121 , 122 , 123 , 124 , 125 (collectively referred to herein as “the registers 120 - 125 ”) that can be implemented using flip-flops, latches, or other storage devices.
- the stage 110 performs logic operations on input data stored in the register 120 , which can be implemented as a flip-flop.
- the stage 110 generate output data that is stored in the register 121 , which can be implemented as a latch.
- the stage 111 performs multiplication operations on input data stored in the register 121 and generates output data that is stored in the register 122 , which can be implemented as a latch.
- the stage 112 performs addition operations on input data stored in the register 122 and generates output data that is stored in the register 123 , which can be implemented as a latch.
- the stage 113 performs normalization operations on input data stored in the register 123 and generates output data that is stored in the register 124 , which can be implemented as a latch.
- the stage 114 performs rounding operations on input data stored in the register 124 and generates output data that is stored in the register 125 , which can be implemented as a flip-flop.
- An input controller 130 provides a clock signal 131 and a valid signal 132 to the register 120 and a module 135 .
- the clock signal 131 is synchronized with an external clock signal that is used in a synchronous domain that provides data to the register 120 .
- the module 135 therefore acts as a boundary between the synchronous domain and the asynchronous pipeline 105 , e.g., by converting signals from the synchronous domain to the asynchronous domain of the pipeline 105 .
- the module 135 provides feedback 133 that indicates whether the asynchronous pipeline 105 is ready to process additional data. For example, the feedback 133 can indicate that the logic 110 is ready to process additional data, which is then clocked into the register 120 by the input controller 130 .
- a module 140 is used to control signals output from the asynchronous pipeline 105 .
- Some embodiments of the module 140 act as a boundary between the asynchronous domain of the asynchronous pipeline 105 and the synchronous domain within the processing system 100 .
- the module 140 can provide a valid signal 141 to indicate that valid data is ready to be clocked into the register 125 .
- the module 140 and the register 140 can also receive a clock signal 145 , which is synchronized to the external clock signal used in the synchronous domain.
- Modules 150 , 151 , 152 (collectively referred to herein as “the modules 150 - 152 ”) operate in conjunction with the modules 135 , 140 to coordinate operation of the stages 110 - 114 .
- the module 150 receives a completion status signal 155 from the stage 111 to indicate the completion status of the stage 111 and a start signal 156 from the module 135 indicating that execution of a task on the input data stored in the register 121 has been initiated by the stage 111 .
- the module 150 provides feedback 157 indicating that the next stage 112 is ready to begin execution of a task on a next set of data, a latch control signal 158 that controls latching of data provided by the stage 111 into the register 122 and accessing of the data from the register 122 by the stage 112 .
- the module 150 also provides a start signal 159 that initiates execution of a task that operates on the data stored in the register 122 , as well as indicating to the subsequent module 151 that execution has been initiated.
- the modules 135 , 140 , 151 , 152 provide and receive corresponding signals, which are not indicated by corresponding reference numerals in the interest of clarity.
- Stage controllers 161 , 162 , 163 , 165 are used to control operation of the stages 111 - 114 in the asynchronous pipeline 105 .
- Some embodiments of the stage controller 162 are configured to control the stage 112 based on a signal 165 indicating provided by the module 150 to indicate completion status information for the stage 111 and a signal 166 provided by the module 151 to indicate completion status information for the stage 113 .
- the stage controller 162 provides a control signal 167 that is used to set or modify an operating speed of the stage 112 .
- the stage controller 162 determines the operating speed (or a modification thereof) of the stage 112 based on the completion status of the stage 111 , the completion status of the stage 112 , the completion status of the stage 113 , or a combination thereof.
- the stage controllers 161 , 163 , 164 are able to control the operating speed of the corresponding stages 111 , 113 , 114 on the basis of the completion status of one or more of the other stages, as discussed herein. In the interest of clarity, reference numerals are not provided to indicate all the corresponding signaling provided or received by the stages 111 , 113 , 114 .
- the operating speeds of the stages 111 - 114 are determined by drive strengths of one or more buffers implemented in the stages 111 - 114 , operating voltages of the stages 111 - 114 , or combinations thereof.
- the stage controller 162 is able to determine modifications to the operating speed of the stage 112 based on the completion statuses of the stages 111 - 113 according to Table 1.
- the completion statuses in Table 1 indicate whether the corresponding stage is still executing its current task (Processing) or the corresponding stage has completed executing the current task (Done) and is therefore ready to accept a new task for execution.
- the operating speed can be modified to save energy or accelerate processing by the stage 112 .
- the stage controller 162 decreases the buffer drive strength and the voltage supply provided to the stage 112 to reduce energy consumption by the stage 112 .
- stage controller 162 increases the buffer drive strength and the voltage supply provided to the stage 112 to accelerate processing by the stage 112 .
- Table 1 may be stored in a lookup table, as discussed herein.
- Modifying the voltage supply to the stages 111 - 114 affects the operating speed of all of the logic within the stages 111 - 114 . However, in some embodiments, the voltage supplied to portions or regions of the stages 111 - 114 is modified separately from other portions or regions of the stages 111 - 114 to control the operating speed of separate portions or regions, as discussed herein. Modifying the drive strength of buffers within the stages 111 - 114 affects portions or regions of the stages 111 - 114 that are upstream from the buffers. For example, modifying the drive strength of buffers at the beginning, middle, or end of each stage 111 - 114 can be used to modify the operating speed of the paths in corresponding portions of the stages 111 - 114 .
- Configurable drive buffers can also be placed on long wires inside the logic of the stages 111 - 114 to control routing delay. Increasing the drive strength of a buffer typically decreases the propagation time of signals along paths in the stages 111 - 114 , which may decrease the computation time along the paths.
- the signal propagation speed is controlled by using a separate voltage source to supply the interconnect logic. The separate voltage source is controlled independently of another voltage source that is used to supply other portions of the logic in the stages 111 - 114 .
- the voltage control fine-grained, e.g., the voltage may be modified in 10 milli-Volt (mV) steps with a transition time between voltage states that is as short as one nanosecond. Foot transistors may be used for power gating or voltage control of portions of the logic of the stages 111 - 114 .
- Some embodiments of the processing system 100 include a pipeline controller 170 that is connected to the input controller 130 or the stage controllers 161 - 164 .
- the pipeline controller 170 determines a completion time for the pipeline stages 110 - 114 .
- the stage controllers 161 - 164 can attempt to adjust the completion times of the corresponding stages 110 - 114 based on the overall completion time for the asynchronous pipeline 105 .
- the adjustments include supply voltage changes and modifications of drive strengths of buffers in the logic cones of the stages 110 - 114 .
- the pipeline controller 170 is able to control asynchronous execution of instructions in the lanes of an asynchronous single-instruction-multiple-data (SIMD) pipeline that is implemented by a computer unit.
- SIMD single-instruction-multiple-data
- the pipeline controller 170 can help eliminate lane divergence (i.e., the variation of an instruction's completion time across all SIMD lanes in a wave) by monitoring the progress of execution of a single instruction across the lanes of the asynchronous SIMD pipeline and rebalancing the speed of task completion (possibly at the last pipeline stage 114 to minimize complexity) so that all lanes complete their tasks for the same instruction at approximately the same time.
- lane divergence i.e., the variation of an instruction's completion time across all SIMD lanes in a wave
- Controlling lane divergence using the pipeline controller 170 may simplify (a) the logic of bypassing the data to its consumer instructions that may follow in the SIMD pipeline and (b) the logic of writing the results back to the VRF in a synchronous domain.
- the individual stage controllers 161 - 164 attempt to improve timing by completing an instruction's execution in less overall time and reduce energy consumption.
- FIG. 2 is a block diagram of a portion 200 of an asynchronous pipeline according to some embodiments.
- the portion 200 includes a stage 205 that accesses input data from an input register 210 and provides output data to an output register 215 .
- the portion 200 is used in some embodiments of the asynchronous pipeline 105 shown in FIG. 1 .
- the input register 210 and the output register 215 are used to implement one or more of the registers 121 - 124 shown in FIG. 1 and the stage 225 is used to implement a corresponding one of the stages 110 - 114 shown in FIG. 1 .
- the stage 205 includes logic regions 220 , 221 , 222 (collectively referred to herein as “the logic regions 220 - 222 ”) that implement logic to perform portions of the tasks that are allocated to the stage 205 .
- the logic regions 220 - 222 are connected by an interconnect network including buffers 225 , 226 , 227 (collectively referred to herein as “the buffers 225 - 227 ”) that provide drive currents to upstream regions of the logic in the portion 200 .
- the buffers 225 - 227 are configurable buffers that are able to operate at variable drive strengths determined based on control signals received by the buffers 225 - 227 .
- the portion 200 also includes a stage controller 230 that can set or modify an operating speed of the stage 205 (or portions thereof) based on completion statuses of other stages (not shown) in the asynchronous pipeline.
- the stage controller 230 corresponds to one of the stage controllers 161 - 164 shown in FIG. 1 .
- Some embodiments of the stage controller 230 modify the operating voltage of the stage 205 to modify the operating speed of the stage 205 .
- the operating voltage applied to the entire stage 205 can be modified to modify the operating speeds of the logic regions 220 - 222 or the operating voltages applied to the logic regions 220 - 222 can be modified separately to modify one or more operating speeds of one or more of the logic regions 220 - 222 .
- stage controller 230 modify the drive strengths of one or more of the buffers 225 - 227 to modify the operating speeds of logic downstream from the corresponding buffers 225 - 227 .
- the stage controller 230 can modify the drive strength of the buffer 225 to modify the operating speeds of downstream logic such as the logic region 222 and the logic region 221 .
- Some embodiments of the portion 200 include a lookup table (LUT) 235 that is incorporated in the stage controller 230 or stored in a memory that is accessible to the stage controller 230 .
- the lookup table 235 includes entries that include estimates of a completion time for different types of instructions that can be executed by the stage 205 .
- each entry in the lookup table 235 includes an estimate of a completion time that is indexed by an instruction opcode, an instruction type, input data values, and the like.
- the estimates of the completion time are determined using targeted or random circuit simulations of the stage 205 .
- the stage controller 230 can then estimate a completion status of the stage 205 based on the opcode or type of the instruction being executed by the stage 205 or values of the data being operated on by the instructions, e.g., values of the data stored in the input register 215 .
- the stage controller 230 can receive a signal from a module (such as one of the modules 135 , 140 , 150 - 152 shown in FIG. 1 ) indicating a start time for initiation of execution of a task including the instruction by the stage 205 .
- the stage controller 230 estimates the completion status of the stage 205 by comparing the current time to the start time plus an estimated completion time that is determined based on entries in the lookup table 235 .
- Some embodiments of the stage controller 230 estimate completion times for other stages (such as the stages that provide input data to the input register 210 or access output data from the output register 215 ) based on information stored in the lookup table 235 .
- FIG. 3 is a block diagram of a portion 300 of an asynchronous pipeline that includes a replica critical path according to some embodiments.
- the portion 300 includes a stage 305 that accesses input data from an input register 310 and provides output data to an output register 315 .
- the portion 300 is used in some embodiments of the asynchronous pipeline 105 shown in FIG. 1 .
- the input register 310 and the output register 315 are used to implement one or more of the registers 121 - 124 shown in FIG. 1 and the stage 305 is used to implement a corresponding one of the stages 110 - 114 shown in FIG. 1 .
- the stage 305 is associated with a replica critical path 320 that includes logic that is constructed to replicate the timing of one or more critical paths in the stage 305 so that the replica critical path 320 completes processing of input data after a time interval that corresponds to the time required for a critical path in the stage 305 to complete processing of input data.
- the replica critical path 320 can include a number of gates that matches a number of gates implemented along a critical path of the stage 305 .
- the replica critical path 320 can also be constructed to match the fan-in and fan-out values of the gates along the critical path of the stage 305 .
- Some embodiments of the replica critical path 320 include logic that is not necessarily identical to the logic of the critical path in the stage 305 .
- the logic of the replica critical path 320 is constructed so that input signals change value as they flow across the gates of the replica critical path 320 to facilitate monitoring the flow of signals along the replica critical paths 320 .
- a latency between the replica critical path 320 and the actual critical path can be determined using circuit simulations.
- the portion 300 also includes modules 325 , 330 that provide and receive signals that are used to estimate the completion status of the stage 305 .
- the modules 325 , 330 are used to implement some embodiments of the modules 120 , 125 , 150 - 152 shown in FIG. 1 .
- Some embodiments of the module 325 provide a start signal 335 to cause the replica critical path 320 to begin processing input data.
- the start signal 335 is provided simultaneously with a start signal that is used to initiate processing of input data stored in the input registers 310 by the stage 305 .
- the module 330 monitors output signals 340 generated by the replica critical path 320 in response to the start signal 335 to determine the completion status of the replica critical path 320 .
- the module 330 determines that the replica critical path 320 has completed operations on the input data by detecting a particular pattern of output signal 340 or by determining that data stored in output registers associated with the replica critical path 320 has reached a steady-state.
- the latency can be added to or subtracted from the completion time determined by the module 330 for the replica critical path 320 to compensate for differences between the estimated completion time and the actual completion time for the stage 305 .
- FIG. 4 is a block diagram of a portion 400 of an asynchronous pipeline according to some embodiments.
- the portion 400 includes a stage 405 that accesses input data from an input register 410 and provides output data to an output register 415 .
- the portion 400 is used in some embodiments of the asynchronous pipeline 105 shown in FIG. 1 .
- the input register 410 and the output register 415 are used to implement one or more of the registers 121 - 124 shown in FIG. 1 and the stage 405 is used to implement a corresponding one of the stages 110 - 114 shown in FIG. 1 .
- a status module 420 is configured to monitor output signals provided by the stage 405 .
- the status module 420 uses characteristics of the output signals to determine a completion status for the stage 405 .
- the status module 420 can monitor changes in the output signals generated by the stage 405 .
- the status module 420 determines that the stage 405 is processing its current task if the values of the output signals are changing.
- the status module 420 determines that the stage 405 has completed processing its current task if the values of the output signals are in a steady-state or changing at a rate that is below a threshold.
- the portion 400 also includes modules 425 , 430 that provide and receive signals that are used to estimate the completion status of the stage 405 .
- the modules 425 , 430 are used to implement some embodiments of the modules 120 , 125 , 150 - 152 shown in FIG. 1 .
- Some embodiments of the module 425 provide a start signal 435 to the status module 420 to indicate that the stage 405 has begun processing its task using input data stored in the input register 410 .
- the start signal 435 is provided simultaneously with a start signal that is used to initiate processing of input data stored in the input registers 410 by the stage 405 .
- the module 430 begins monitoring output signals generated by the stage 405 in response to the start signal 435 to determine the completion status of the stage 405 .
- the status module 420 provides a signal indicating the completion status of the stage 405 to the module 430 .
- the status module 420 can assert a logic-low signal to the module 430 while the completion status of the stage 405 is “Processing” and then assert a logic-high signal to the module 430 in response to the completion status of the stage 405 transitioning to “Done.”
- FIG. 5 is a block diagram of a portion 500 of an asynchronous pipeline that implements intermediate completion status detection in a replica critical path according to some embodiments.
- the portion 500 includes a stage 505 that accesses input data from an input register 510 and provides output data to an output register 515 .
- the portion 500 is used in some embodiments of the asynchronous pipeline 105 shown in FIG. 1 .
- the input register 510 and the output register 515 are used to implement one or more of the registers 121 - 124 shown in FIG. 1 and the stage 505 is used to implement a corresponding one of the stages 110 - 114 shown in FIG. 1 .
- the stage 505 is associated with a replica critical path 520 that includes logic that is constructed to replicate the timing of one or more critical paths in the stage 505 so that the replica critical path 520 completes processing of input data after a time interval that corresponds to the time required for a critical path in the stage 505 to complete processing of input data.
- the replica critical path 520 shares some features of the replica critical path 320 shown in FIG. 3 .
- the replica critical path 520 differs from the replica critical path 320 because the replica critical path 520 includes logic 525 (such as registers, flip-flops, latches, or other circuitry) that is used to determine an intermediate completion status at a location between the beginning and the end of the replica critical path 520 .
- the logic 525 can include registers to store results produced by the replica critical path 520 at a point halfway through execution of the processes in the replica critical path 520 .
- the portion 500 also includes modules 530 , 535 that provide and receive signals that are used to estimate the completion status of the stage 505 .
- the modules 530 , 535 may be used to implement some embodiments of the modules 120 , 125 , 150 - 152 shown in FIG. 1 .
- Some embodiments of the module 530 provide a start signal 540 to cause the replica critical path 520 to begin processing input data.
- the start signal 540 is also provided to the logic 525 .
- the start signal 540 is provided simultaneously with a start signal that is used to initiate processing of input data stored in the input registers 510 by the stage 505 .
- the logic 525 is able to determine the intermediate completion status of the replica critical path 520 in response to the start signal 540 , e.g., by monitoring characteristics of the signals produced at the logic 525 by the replica critical path 520 . For example, the logic 525 can determine that the replica critical path 520 has completed operations on the input data by detecting a particular pattern of signals received by the logic 525 or by determining that data stored in registers associated with the logic 525 has reached a steady-state. The logic 525 is able to provide a signal to the module 535 indicating the intermediate completion status of the replica critical path 520 . As discussed herein, a latency can be added to or subtracted from the intermediate completion time determined by the logic 525 for the replica critical path 520 to compensate for differences between the estimated intermediate completion time and the actual intermediate completion time for the stage 505 .
- the intermediate completion status are used by a stage controller (such as the stage controllers 161 - 164 ) to modify operating speeds of portions of the stage 505 .
- the stage controller can use the completion status generated by the logic 525 to modify an operating speed of a portion of the stage 505 that precedes the logic 525 (e.g., circuitry that is upstream from the logic 525 ) or a portion of the stage 505 that follows the logic 525 (e.g., circuitry that is downstream from the logic 525 ).
- a single logic 525 is shown in FIG. 5 , some embodiments of the replica critical path 520 include additional completion status logic that may be located at different locations within the replica critical path 520 .
- logic to detect one or more intermediate completion statuses for the replica critical path 520 is combined with logic to detect an overall completion status of the replica critical path 520 , such as the logic implemented in the module 330 shown in FIG. 3 .
- FIG. 6 is a block diagram of a portion 600 of an asynchronous pipeline that implements intermediate completion status detection according to some embodiments.
- the portion 600 includes a stage 605 that accesses input data from an input register 610 and provides output data to an output register 615 .
- the portion 600 is used in some embodiments of the asynchronous pipeline 105 shown in FIG. 1 .
- the input register 610 and the output register 615 are used to implement one or more of the registers 121 - 124 shown in FIG. 1 and the stage 605 is used to implement a corresponding one of the stages 110 - 114 shown in FIG. 1 .
- the stage 605 includes a region 620 of circuitry for performing a portion of the tasks allocated to the stage 605 and a region 625 of circuitry for performing another portion of the tasks allocated to the stage 605 .
- a set of registers 630 are implemented intermediate the regions 620 , 625 .
- the registers 630 are configured to store results of processing performed by the region 620 and provide the results to the region 625 for additional processing in the stage 605 .
- the registers 630 are connected to a status monitor 635 that is configured to monitor output signals provided by the region 620 to the registers 630 .
- the status module 635 uses characteristics of the values stored in the registers in 630 to determine a completion status for the region 620 .
- the status module 635 can monitor changes in the output signals generated by region 620 and determine that the region 620 is processing its current task if the values of the output signals stored in the registers is 630 are changing. Some variations of the status module 630 can also determine that the region 620 has completed processing its current task if the values stored in the registers 630 are in a steady-state or changing at a rate that is below a threshold.
- the portion 600 also includes modules 640 , 645 that provide and receive signals that are used to estimate the intermediate completion status of the stage 605 .
- the modules 640 , 645 are used to implement some embodiments of the modules 120 , 125 , 150 - 152 shown in FIG. 1 .
- Some embodiments of the module 640 provide a start signal 650 to the status module 635 to indicate that the stage 605 has begun processing its task using input data stored in the input register 610 .
- the start signal 650 is provided simultaneously with a start signal that is used to initiate processing of input data stored in the input registers 610 by the stage 605 .
- the status module 635 begins monitoring output signals provided to the registers 630 in response to the start signal 650 to determine the completion status of the region 620 .
- the status module 635 then provides a signal 655 indicating the completion status of the region 620 to the module 645 .
- the status module 635 can assert a logic-low signal to the module 645 while the completion status of the region 620 is “Processing” and then assert a logic-high signal to the module 645 in response to the completion status of the region 620 transitioning to “Done.”
- the intermediate completion status is used by a stage controller (such as the stage controllers 161 - 164 shown in FIG. 1 ) to modify operating speeds of the regions 620 , 625 of the stage 605 .
- the stage controller can use the completion status generated by the status module 635 to modify an operating speed of the region 620 , the region 625 , or a combination thereof.
- a single set of registers 630 and a single status module 635 are shown in FIG. 6
- some embodiments of the portion 600 include additional completion status logic that is located at different locations within the stage 605 .
- logic to detect one or more intermediate completion statuses for the regions 620 , 625 is combined with logic to detect an overall completion status of the stage 605 , such as the logic implemented in the module 420 shown in FIG. 4 .
- FIG. 7 is a block diagram of a portion 700 of an asynchronous pipeline that implements parallel processing according to some embodiments.
- the portion 700 includes a fast stage 705 that completes tasks at a relatively higher rate or speed and a slow stage 710 that completes tasks at a relatively slower rate or speed.
- the portion 700 is implemented in some embodiments of the asynchronous pipeline 105 shown in FIG. 1 .
- each the stages 110 - 114 shown in FIG. 1 represents more than one stage operating in parallel.
- the stage 111 represents at least a pair of stages that are configured to perform multiplication operations on different input data in parallel.
- One of the stages can complete tasks at a relatively high rate or speed and one of the other stages can complete tasks at a relatively low rate or speed.
- the asynchronous pipeline begins execution of the parallel stages 705 , 710 at a fork 715 and the results of the operations of the parallel stages 705 , 710 are combined at a join 720 .
- the parallel branches cannot complete the join 720 until execution of the tasks by the parallel stages 705 , 710 are both complete.
- one or more stage controllers (such as the stage controllers 161 - 164 shown in FIG. 1 ) coordinate operation of the stages 705 , 710 based on their completion statuses.
- the stage controller can reduce an operating speed of the relatively fast stage 705 , increase in operating speed of the relatively slow stage 710 , or perform a combination of these modifications so that both of the stages 705 , 710 complete at a time that is approximately equal to a target completion time for the parallel stages 705 , 710 .
- FIG. 8 is a flow diagram of a method 800 for modifying an operating speed of a stage in an asynchronous pipeline according to some embodiments.
- the method 800 is implemented in some embodiments of the processing system 100 shown in FIG. 1 .
- the stage receives input data produced by a left-hand neighbor stage and generates output data that is provided as input data to a right-hand neighbor stage. Some embodiments of the stage correspond to the stage 112 shown in FIG. 1 .
- the left-hand neighbor stage then corresponds to the stage 111 and the right-hand neighbor stage corresponds to the stage 113 shown in FIG. 1 .
- a stage controller accesses information indicating a completion status of the stage.
- the completion status can include information indicating that the stage has not yet completed a task that is executing on the stage, in which case the completion status for the stage is “Processing.”
- the completion status can also include information indicating that the stage has completed the task, in which case the completion status for the stage is “Done.”
- the completion status can also include information indicating intermediate completion statuses associated with portions or regions of the stage, as discussed herein.
- the stage controller accesses information indicating a completion status of the left-hand neighbor stage.
- the completion status can include information indicating that the left-hand neighbor stage has not yet completed a task that is executing on the left-hand neighbor stage, in which case the completion status for the left-hand neighbor stage is “Processing.”
- the completion status can also include information indicating that the left-hand neighbor stage has completed the task, in which case the completion status for the left-hand neighbor stage is “Done.”
- the completion status can also include information indicating intermediate completion statuses associated with portions or regions of the left-hand neighbor stage, as discussed herein.
- Some embodiments of the stage are not associated with a left-hand neighbor stage of the asynchronous pipeline. For example, the stage 110 shown in FIG. 1 is not associated with a left-hand neighbor stage, in which case block 810 may be bypassed.
- the stage controller accesses information indicating a completion status of the right-hand neighbor stage.
- the completion status can include information indicating that the right-hand neighbor stage has not yet completed a task that is executing on the right-hand neighbor stage, in which case the completion status for the right-hand neighbor stage is “Processing.”
- the completion status can also include information indicating that the right-hand neighbor stage has completed the task, in which case the completion status for the right-hand neighbor stage is “Done.”
- the completion status can also include information indicating intermediate completion statuses associated with portions or regions of the right-hand neighbor stage, as discussed herein.
- Some embodiments of the stage are not associated with a right-hand neighbor stage of the asynchronous pipeline. For example, the stage 114 shown in FIG. 1 is not associated with a right-hand neighbor stage, in which case block 815 may be bypassed.
- the stage controller modifies an operating speed of the stage based on the completion status of the stage, the completion status of the left-hand neighbor stage (if available), and the completion status of the right-hand neighbor stage (if available).
- the operating speed can be modified by modifying buffer drive strength or voltage is applied to the stage, or portions thereof, as discussed herein.
- the apparatus and techniques described above are implemented in a system comprising one or more integrated circuit (IC) devices (also referred to as integrated circuit packages or microchips), such as the asynchronous pipeline described above with reference to FIGS. 1 - 8 .
- IC integrated circuit
- EDA electronic design automation
- CAD computer aided design
- These design tools typically are represented as one or more software programs.
- the one or more software programs comprise code executable by a computer system to manipulate the computer system to operate on code representative of circuitry of one or more IC devices so as to perform at least a portion of a process to design or adapt a manufacturing system to fabricate the circuitry.
- This code can include instructions, data, or a combination of instructions and data.
- the software instructions representing a design tool or fabrication tool typically are stored in a computer readable storage medium accessible to the computing system.
- the code representative of one or more phases of the design or fabrication of an IC device may be stored in and accessed from the same computer readable storage medium or a different computer readable storage medium.
- a computer readable storage medium may include any non-transitory storage medium, or combination of non-transitory storage media, accessible by a computer system during use to provide instructions and/or data to the computer system.
- Such storage media can include, but is not limited to, optical media (e.g., compact disc (CD), digital versatile disc (DVD), Blu-Ray disc), magnetic media (e.g., floppy disc, magnetic tape, or magnetic hard drive), volatile memory (e.g., random access memory (RAM) or cache), non-volatile memory (e.g., read-only memory (ROM) or Flash memory), or microelectromechanical systems (MEMS)-based storage media.
- optical media e.g., compact disc (CD), digital versatile disc (DVD), Blu-Ray disc
- magnetic media e.g., floppy disc, magnetic tape, or magnetic hard drive
- volatile memory e.g., random access memory (RAM) or cache
- non-volatile memory e.g., read-only memory (ROM) or Flash
- the computer readable storage medium may be embedded in the computing system (e.g., system RAM or ROM), fixedly attached to the computing system (e.g., a magnetic hard drive), removably attached to the computing system (e.g., an optical disc or Universal Serial Bus (USB)-based Flash memory), or coupled to the computer system via a wired or wireless network (e.g., network accessible storage (NAS)).
- system RAM or ROM system RAM or ROM
- USB Universal Serial Bus
- NAS network accessible storage
- certain aspects of the techniques described above may implemented by one or more processors of a processing system executing software.
- the software comprises one or more sets of executable instructions stored or otherwise tangibly embodied on a non-transitory computer readable storage medium.
- the software can include the instructions and certain data that, when executed by the one or more processors, manipulate the one or more processors to perform one or more aspects of the techniques described above.
- the non-transitory computer readable storage medium can include, for example, a magnetic or optical disk storage device, solid state storage devices such as Flash memory, a cache, random access memory (RAM) or other non-volatile memory device or devices, and the like.
- the executable instructions stored on the non-transitory computer readable storage medium may be in source code, assembly language code, object code, or other instruction format that is interpreted or otherwise executable by one or more processors.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Advance Control (AREA)
- Power Sources (AREA)
- Image Processing (AREA)
- Information Transfer Systems (AREA)
- Pipeline Systems (AREA)
Abstract
Description
TABLE 1 | ||||
Buffer drive | | |||
|
Stage | |||
112 | |
strength | supply | |
status | status | status | control | control |
Processing | Processing | Processing | No change | No change |
Processing | Processing | Done | No change | Small increase |
Processing | Done | Processing | Small decrease | Small decrease |
Processing | Done | Done | Small decrease | Small decrease |
Done | Processing | Processing | No change | Small increase |
Done | Processing | Done | Large increase | Large increase |
Done | Done | Processing | Large decrease | Large decrease |
Done | Done | Done | No change | Large decrease |
Claims (18)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US16/913,146 US11842199B2 (en) | 2016-07-21 | 2020-06-26 | Controlling the operating speed of stages of an asynchronous pipeline |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US15/216,094 US10698692B2 (en) | 2016-07-21 | 2016-07-21 | Controlling the operating speed of stages of an asynchronous pipeline |
US16/913,146 US11842199B2 (en) | 2016-07-21 | 2020-06-26 | Controlling the operating speed of stages of an asynchronous pipeline |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/216,094 Continuation US10698692B2 (en) | 2016-07-21 | 2016-07-21 | Controlling the operating speed of stages of an asynchronous pipeline |
Publications (2)
Publication Number | Publication Date |
---|---|
US20210089324A1 US20210089324A1 (en) | 2021-03-25 |
US11842199B2 true US11842199B2 (en) | 2023-12-12 |
Family
ID=60988654
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/216,094 Active 2037-05-15 US10698692B2 (en) | 2016-07-21 | 2016-07-21 | Controlling the operating speed of stages of an asynchronous pipeline |
US16/913,146 Active US11842199B2 (en) | 2016-07-21 | 2020-06-26 | Controlling the operating speed of stages of an asynchronous pipeline |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/216,094 Active 2037-05-15 US10698692B2 (en) | 2016-07-21 | 2016-07-21 | Controlling the operating speed of stages of an asynchronous pipeline |
Country Status (6)
Country | Link |
---|---|
US (2) | US10698692B2 (en) |
EP (1) | EP3488340B1 (en) |
JP (2) | JP6893971B2 (en) |
KR (2) | KR102663653B1 (en) |
CN (1) | CN109478141B (en) |
WO (1) | WO2018017785A2 (en) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10503544B2 (en) * | 2016-10-17 | 2019-12-10 | Toyota Jidosha Kabushiki Kaisha | Efficient mapping from task graphs to dynamic system platforms |
KR102309429B1 (en) * | 2017-03-20 | 2021-10-07 | 현대자동차주식회사 | Vehicle And Control Method Thereof |
US10326452B2 (en) * | 2017-09-23 | 2019-06-18 | Eta Compute, Inc. | Synchronizing a self-timed processor with an external event |
US11334696B2 (en) * | 2017-09-28 | 2022-05-17 | Intel Corporation | Systems and methods for dynamic voltage and frequency scaling in programmable logic devices |
JP2020165713A (en) * | 2019-03-28 | 2020-10-08 | 株式会社デンソーテン | Inspection data output device, display system, and method for outputting inspection data |
US11467845B2 (en) * | 2020-10-20 | 2022-10-11 | Micron Technology, Inc. | Asynchronous pipeline merging using long vector arbitration |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6182233B1 (en) | 1998-11-20 | 2001-01-30 | International Business Machines Corporation | Interlocked pipelined CMOS |
US6369614B1 (en) | 2000-05-25 | 2002-04-09 | Sun Microsystems, Inc. | Asynchronous completion prediction |
US6590624B1 (en) | 1997-04-11 | 2003-07-08 | Samsung Electronics Co., Ltd. | LCD panels including interconnected test thin film transistors and methods of gross testing LCD panels |
WO2004027528A2 (en) | 2002-09-20 | 2004-04-01 | Koninklijke Philips Electronics N.V. | Adaptive data processing scheme based on delay forecast |
US6867620B2 (en) | 2000-04-25 | 2005-03-15 | The Trustees Of Columbia University In The City Of New York | Circuits and methods for high-capacity asynchronous pipeline |
US20050210305A1 (en) | 2004-03-22 | 2005-09-22 | Sharp Kabushiki Kaisha | Data processor for controlling voltage supplied for processing |
JP2006039754A (en) | 2004-07-23 | 2006-02-09 | Canon Inc | Image processing apparatus and its method |
US8677103B1 (en) | 2004-10-20 | 2014-03-18 | Marvell Isreal (M.I.S.L) Ltd. | Asynchronous pipelined data path with data transition |
US20150341032A1 (en) | 2014-05-23 | 2015-11-26 | Advanced Micro Devices, Inc. | Locally asynchronous logic circuit and method therefor |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04314161A (en) * | 1991-04-11 | 1992-11-05 | Mitsubishi Electric Corp | Information processor |
US6289465B1 (en) * | 1999-01-11 | 2001-09-11 | International Business Machines Corporation | System and method for power optimization in parallel units |
US6590424B2 (en) * | 2000-07-12 | 2003-07-08 | The Trustees Of Columbia University In The City Of New York | High-throughput asynchronous dynamic pipelines |
US6502202B1 (en) | 2000-10-06 | 2002-12-31 | Elan Research | Self-adjusting multi-speed pipeline |
JP3884914B2 (en) * | 2001-01-30 | 2007-02-21 | 株式会社ルネサステクノロジ | Semiconductor device |
JP4261453B2 (en) * | 2004-09-30 | 2009-04-30 | 京セラミタ株式会社 | Memory control device |
WO2007089014A1 (en) * | 2006-02-03 | 2007-08-09 | National University Corporation Kobe University | Digital vlsi circuit and image processing device into which the same is assembled |
GB2459652B (en) | 2008-04-28 | 2010-09-22 | Imagination Tech Ltd | Controlling instruction scheduling based on the space in a trace buffer |
JP5294449B2 (en) * | 2008-07-11 | 2013-09-18 | 国立大学法人 筑波大学 | Network system and power supply control method in network system |
JP2010141641A (en) * | 2008-12-12 | 2010-06-24 | Ricoh Co Ltd | Semiconductor circuit, output buffer waveform adjusting method for semiconductor circuit |
JP5720243B2 (en) | 2010-12-28 | 2015-05-20 | 富士通セミコンダクター株式会社 | Processor verification program |
US9117511B2 (en) * | 2013-03-08 | 2015-08-25 | Advanced Micro Devices, Inc. | Control circuits for asynchronous circuits |
-
2016
- 2016-07-21 US US15/216,094 patent/US10698692B2/en active Active
-
2017
- 2017-07-20 KR KR1020217018014A patent/KR102663653B1/en active Active
- 2017-07-20 KR KR1020197003111A patent/KR102266303B1/en active Active
- 2017-07-20 WO PCT/US2017/042981 patent/WO2018017785A2/en unknown
- 2017-07-20 CN CN201780044922.4A patent/CN109478141B/en active Active
- 2017-07-20 EP EP17831848.1A patent/EP3488340B1/en active Active
- 2017-07-20 JP JP2019503302A patent/JP6893971B2/en active Active
-
2020
- 2020-06-26 US US16/913,146 patent/US11842199B2/en active Active
-
2021
- 2021-06-02 JP JP2021092900A patent/JP7465848B2/en active Active
Patent Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6590624B1 (en) | 1997-04-11 | 2003-07-08 | Samsung Electronics Co., Ltd. | LCD panels including interconnected test thin film transistors and methods of gross testing LCD panels |
US6182233B1 (en) | 1998-11-20 | 2001-01-30 | International Business Machines Corporation | Interlocked pipelined CMOS |
US6867620B2 (en) | 2000-04-25 | 2005-03-15 | The Trustees Of Columbia University In The City Of New York | Circuits and methods for high-capacity asynchronous pipeline |
US6369614B1 (en) | 2000-05-25 | 2002-04-09 | Sun Microsystems, Inc. | Asynchronous completion prediction |
WO2004027528A2 (en) | 2002-09-20 | 2004-04-01 | Koninklijke Philips Electronics N.V. | Adaptive data processing scheme based on delay forecast |
US20050273639A1 (en) * | 2002-09-20 | 2005-12-08 | Koninklijke Philips Electronics N.V. | Adaptive data processing scheme based on delay forecast |
JP2006500813A (en) | 2002-09-20 | 2006-01-05 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | Adaptive data processing scheme based on delay prediction |
US20050210305A1 (en) | 2004-03-22 | 2005-09-22 | Sharp Kabushiki Kaisha | Data processor for controlling voltage supplied for processing |
JP2006039754A (en) | 2004-07-23 | 2006-02-09 | Canon Inc | Image processing apparatus and its method |
US8677103B1 (en) | 2004-10-20 | 2014-03-18 | Marvell Isreal (M.I.S.L) Ltd. | Asynchronous pipelined data path with data transition |
US20150341032A1 (en) | 2014-05-23 | 2015-11-26 | Advanced Micro Devices, Inc. | Locally asynchronous logic circuit and method therefor |
Non-Patent Citations (23)
Title |
---|
Carmona, Josep, et al., "Elastic Circuits", Transactions on Computer-Aided Design of Integrated Circuits and Systems, vol. 28, No. 10, Oct. 2009, 19 pages. |
Chang, Ik Joon, et al., "Exploring Asynchronous Design Techniques for Process-Tolerant and Energy-Efficient Subthreshold Operation", Journal of Solid-State Circuits, vol. 45, No. 2, Feb. 2010, 10 pages. |
Chang, Ik Joon, Sang Phill Park, and Kaushik Roy. "Exploring asynchronous design techniques for process-tolerant and energy-efficient subthreshold operation." IEEE Journal of Solid-State Circuits 45.2 (2010): 401-410. (Year: 2010). * |
Examination Report dated Mar. 11, 2021 for European Application No. 17831848.1, 5 pages. |
Extended European Search Report dated Jul. 22, 2020 for European Application No. 17831848.1, 11 pages. |
Gupta et al. "Energy Conservation in Asynchronous Systems Using Self-Adaptive Fine-Grain Voltage Scaling," 2013 International Green Computing Conference Proceedings, IEEE, 2013, 8 Pages. |
Gupta et al. "Energy Conservation in Asynchronous Systems using Self-Adaptive Fine-Grain Voltage Scaling," 2013. |
Gupta, Vishal, and Montek Singh. "Energy conservation in asynchronous systems using self-adaptive fine-grain voltage scaling." 2013 International Green Computing Conference Proceedings. IEEE, 2013. (Year: 2013). * |
Korean-Office Action issued in Application No. 10-2021-7018014, dated Jul. 28, 2022, 9 pages. |
Natarajan, Jayaram, et al., "Timing Variation Adaptive Pipeline Design: Using Probabilistic Activity Completion Sensing With Backup Error Resilience", International Conference on VLSI Design and International Conference on Embedded Systems, Jan. 2014, 6 pages. |
Notice of Allowance dated Mar. 10, 2021 for Korean Application No. 10-2019-7003111, 3 pages. |
Office Action dated Dec. 1, 2022 for Chinese Application No. 201780044922.4, 14 pages. |
Office Action dated Dec. 22,, 2021 for European Application No. 17831848.1, 6 pages. |
Office Action dated Dec. 7, 2020 for Japanese Application No. 2019-503302, 12 pages. |
Office Action dated Jul. 27, 2023 for Chinese Application No. 201780044922.4, 10 pages. |
Office Action dated Nov. 10, 2020 for Korean Application No. 10-2019-7003111, 6 pages. |
Office Action dated Nov. 17. 2021 for Indian Application No. 201917002107, 7 pages. |
Office Action dated Sep. 30, 2022 for European Application No. 17831848.1, 4 pages. |
Office Action issued in Japanese Application No. 2021-092000 dated Jan. 24, 2023, 3 Pages. |
Office Action issued in Korean Application No. 10-2021-7018014, dated Mar. 31, 2023, 9 pages. |
Office Action issued in Korean Application No. 10-2021-7018014, dated Sep. 26, 2023, 3 pages. |
Translation of Japanese Non-final Office Action dated Jun. 21, 2022 for JP Application No. 2021-092900, 4 pages. |
Translation of Office Action dated Jan. 11, 2022 for Korean Application No. 10-2021-7018014, 10 pages. |
Also Published As
Publication number | Publication date |
---|---|
JP7465848B2 (en) | 2024-04-11 |
US20210089324A1 (en) | 2021-03-25 |
EP3488340B1 (en) | 2023-09-06 |
WO2018017785A2 (en) | 2018-01-25 |
KR102266303B1 (en) | 2021-06-17 |
KR102663653B1 (en) | 2024-05-10 |
KR20210074411A (en) | 2021-06-21 |
JP2021166053A (en) | 2021-10-14 |
US20180024837A1 (en) | 2018-01-25 |
JP2019521454A (en) | 2019-07-25 |
EP3488340A4 (en) | 2020-08-19 |
JP6893971B2 (en) | 2021-06-23 |
EP3488340A2 (en) | 2019-05-29 |
CN109478141B (en) | 2024-06-04 |
KR20190022858A (en) | 2019-03-06 |
WO2018017785A3 (en) | 2018-03-08 |
CN109478141A (en) | 2019-03-15 |
US10698692B2 (en) | 2020-06-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11842199B2 (en) | Controlling the operating speed of stages of an asynchronous pipeline | |
US7849428B2 (en) | Formally deriving a minimal clock-gating scheme | |
US8739101B1 (en) | Systems and methods for reducing logic switching noise in parallel pipelined hardware | |
US8671371B1 (en) | Systems and methods for configuration of control logic in parallel pipelined hardware | |
US9110689B2 (en) | Automatic pipeline stage insertion | |
US9672305B1 (en) | Method for gating clock signals using late arriving enable signals | |
Zyuban et al. | IBM POWER8 circuit design and energy optimization | |
US7958476B1 (en) | Method for multi-cycle path and false path clock gating | |
US20150341032A1 (en) | Locally asynchronous logic circuit and method therefor | |
Macii et al. | Integrating clock gating and power gating for combined dynamic and leakage power optimization in digital cmos circuits | |
US20070085583A1 (en) | System for and method of automatically reducing power to a semiconductor device | |
Samanth et al. | Power reduction of a functional unit using rt-level clock-gating and operand isolation | |
US20140351556A1 (en) | Methods for operating and configuring a reconfigurable processor | |
US9496851B2 (en) | Systems and methods for setting logic to a desired leakage state | |
US10312886B2 (en) | Asynchronous clock gating circuit | |
Nag et al. | An autonomous clock gating technique in finite state machines based on registers partitioning | |
US10417365B1 (en) | Systems and methods for reducing power consumption of latch-based circuits | |
JP2009301192A (en) | Simulation device and simulation method | |
CN107391089A (en) | A kind of streamline avoids the circuit implementing method blocked | |
Nair et al. | Comparative analysis of power in Adder using single bit and multi-bit fip-flops, controlled by dynamic hardware control circuit | |
JP2010113405A (en) | Device for synthesizing semiconductor integrated circuit | |
Okamune et al. | DL Timing-Error Detection and Recovery Circuit for Self-Timed Pipeline | |
JP2015014833A (en) | Reconfigurable lsi | |
Ramachandran et al. | High Speed ALU for High Speed Processor Using C-Element | |
Taylor | Null Convention Logic Asynchronous Register Full Path Completion Feedback Loop Using Two Stage Voltage Divider. |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
AS | Assignment |
Owner name: ADVANCED MICRO DEVICES, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SADOWSKI, GREG;KALAMATIANOS, JOHN;DAS, SHOMIT N.;SIGNING DATES FROM 20160720 TO 20160721;REEL/FRAME:053730/0954 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: APPLICATION DISPATCHED FROM PREEXAM, NOT YET DOCKETED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |