KR20020043936A - Computing system capable of controlling program operation velocity - Google Patents

Computing system capable of controlling program operation velocity Download PDF

Info

Publication number
KR20020043936A
KR20020043936A KR1020000073292A KR20000073292A KR20020043936A KR 20020043936 A KR20020043936 A KR 20020043936A KR 1020000073292 A KR1020000073292 A KR 1020000073292A KR 20000073292 A KR20000073292 A KR 20000073292A KR 20020043936 A KR20020043936 A KR 20020043936A
Authority
KR
South Korea
Prior art keywords
program
operation speed
computing system
speed
circuit
Prior art date
Application number
KR1020000073292A
Other languages
Korean (ko)
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 이진성
Priority to KR1020000073292A priority Critical patent/KR20020043936A/en
Publication of KR20020043936A publication Critical patent/KR20020043936A/en

Links

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/30003Arrangements for executing specific machine instructions
    • G06F9/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30029Logical and Boolean instructions, e.g. XOR, NOT
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • G06F1/3234Power saving characterised by the action undertaken
    • G06F1/3296Power saving characterised by the action undertaken by lowering the supply or operating voltage

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Power Sources (AREA)

Abstract

PURPOSE: A computing system for controlling the operation speed of the program is provided to control computer operation speed by controlling each module of the program. CONSTITUTION: The computing system for controlling the program operation speed comprises a memory(22) storing the information of the operation speed of the modules composing the program, a CPU(20) including a logic operation circuit(24), and an operation speed controller(40) providing a clock signal having a frequency confronting to respective operation speeds of the modules by responding to an instruction signal. When a driving signal is inputted from the external, the logic operation circuit generates the instruction signal confronting to respective operation speed of the modules based on the information stored in the memory. The CPU operates the program by responding to the clock signal.

Description

프로그램의 동작속도를 제어할 수 있는 컴퓨팅 시스템{COMPUTING SYSTEM CAPABLE OF CONTROLLING PROGRAM OPERATION VELOCITY}COMPUTING SYSTEM CAPABLE OF CONTROLLING PROGRAM OPERATION VELOCITY}

본 발명은 컴퓨팅 시스템에 관한 것으로, 특히 프로그램의 동작속도를 제어할 수 있는 컴퓨팅 시스템에 관한 것이다.The present invention relates to a computing system, and more particularly to a computing system that can control the operating speed of the program.

일반적으로, 컴퓨팅 시스템은 소정 프로그램을 내장하며, 외부의 구동명령에 따라 프로그램을 구동시킨다. 이와 같은 컴퓨팅 시스템은 프로그램을 고속으로 실행시킬 수 있도록 발전되고 있다.In general, a computing system embeds a predetermined program and drives the program according to an external driving command. Such computing systems are being developed to execute programs at high speed.

한편, 컴퓨팅 시스템을 구동하는 프로그램은 여러 가지 동작을 수행하는 다양한 모듈들로 구성될 수 있다. 이러한 프로그램의 모듈들 중에는 반드시 고속으로 동작할 필요가 있는 모듈들이 있는 반면에, 고속이 아니더라도 무방한 모듈들이 있을 수 있다. 예를 들면, 데이터 처리등을 위한 모듈은 고속동작이 필요하지만, 사용자의 입력을 기다리는 대기모듈들은 고속이 아니더라도 무방하다.Meanwhile, a program for driving a computing system may be composed of various modules that perform various operations. Some of the modules of such a program necessarily need to operate at high speed, while there may be any module that is not high speed. For example, a module for data processing requires high speed operation, but waiting modules waiting for user input may not be high speed.

그런데, 종래의 컴퓨팅 시스템은 각 모듈이 요구하는 동작속도에 관계없이 항상 고속으로만 동작된다. 따라서, 종래의 컴퓨팅 시스템은 소모전력이 크게 되는 문제점을 지닌다.However, the conventional computing system always operates at a high speed regardless of the operation speed required by each module. Therefore, the conventional computing system has a problem that the power consumption is large.

본 발명은 상기한 종래 기술의 문제점을 효과적으로 해결하기 위해, 프로그램의 동작속도를 상기 프로그램을 구성하는 모듈별로 제어할 수 있는 컴퓨팅 시스템을 제공함에 그 목적이 있다.An object of the present invention is to provide a computing system capable of controlling the operation speed of a program for each module constituting the program, in order to effectively solve the above problems of the prior art.

도1은 본 발명의 바람직한 일실시예에 따른 프로그램의 동작속도를 제어할 수 있는 컴퓨팅 시스템의 구성을 개략적으로 나타내는 블럭도이다.1 is a block diagram schematically illustrating a configuration of a computing system capable of controlling an operation speed of a program according to an exemplary embodiment of the present invention.

도2는 도1의 동작속도 제어부를 나타내는 회로도이다.FIG. 2 is a circuit diagram illustrating an operation speed controller of FIG. 1.

도3은 도1의 컴퓨팅 시스템에서 프로그램의 동작속도를 제어하는 과정을 나타내는 순서도이다.3 is a flowchart illustrating a process of controlling an operating speed of a program in the computing system of FIG. 1.

<도면의 주요부분에 대한 부호의 설명><Description of the symbols for the main parts of the drawings>

10 : 입력부 20 : 중앙처리부10: input unit 20: central processing unit

30 : 출력부 40 : 동작속도 제어부30: output unit 40: operation speed control unit

상기한 목적을 달성하기 위한 본 발명의 일면은 외부의 입력장치를 통해 입력되는 사용자의 명령에 응답하여 프로그램을 구동시키고, 프로그램의 실행결과를 출력장치로 출력하는 컴퓨팅 시스템에 관한 것이다. 본 발명의 컴퓨팅 시스템은 상기 프로그램을 구성하는 모듈들의 동작속도에 대한 정보가 저장되는 메모리와, 외부로부터 상기 프로그램에 대한 구동신호가 입력되는 경우, 상기 메모리에 저장된 정보에 기초하여 상기 프로그램의 모듈들 각각의 동작속도에 대응하는 지시신호를 발생시키는 논리연산회로를 구비하는 중앙처리부; 및 상기 지시신호에 응답하여 상기 프로그램의 모듈들 각각의 동작속도에 상응하는 주파수를 가지는 클럭신호를 발생시켜 상기 중앙처리부로 제공하는 동작속도 제어부를 포함하며, 상기 중앙처리부는 상기 클럭신호에 응답하여 상기 프로그램을 동작시킨다.One aspect of the present invention for achieving the above object relates to a computing system for driving a program in response to a user's command input through an external input device, and outputs the execution result of the program to the output device. The computing system of the present invention includes a memory for storing information on an operation speed of modules constituting the program, and a module of the program based on information stored in the memory when a driving signal for the program is input from the outside. A central processing unit having a logic operation circuit for generating an instruction signal corresponding to each operation speed; And an operation speed controller configured to generate a clock signal having a frequency corresponding to an operation speed of each of the modules of the program in response to the indication signal, and provide the clock signal to the central processing unit, wherein the central processing unit is configured to respond to the clock signal. Run the program.

이하, 첨부된 도1 내지 도3을 참조하여 본 발명의 바람직한 일실시예에 따른 프로그램의 동작속도를 제어할 수 있는 컴퓨팅 시스템에 대하여 상세히 설명한다. 도1을 참조하면, 본 발명의 컴퓨팅 시스템은 입력부(10), 중앙처리부(20), 출력부(30) 및 동작속도 제어부(40)를 포함한다.Hereinafter, a computing system capable of controlling an operation speed of a program according to an exemplary embodiment of the present invention will be described in detail with reference to FIGS. 1 to 3. Referring to FIG. 1, the computing system of the present invention includes an input unit 10, a central processing unit 20, an output unit 30, and an operation speed control unit 40.

상기 입력부(10)는 중앙처리부(20)에 연결되며, 사용자가 프로그램의 구동명령 등을 입력하도록 형성된다. 그리고, 상기 입력부(10)는 그를 통해 입력되는 사용자의 명령을 전기적 신호로 변환하여 중앙처리부(20)로 전송한다. 한편, 상기 입력부(10)는 키보드, 마우스 등과 같이 다양한 형태로 구현될 수 있으며, 이는 공지된 기술이므로, 본 명세서에서는 입력부(10)의 각 구성에 대한 상세한 설명을 생략한다.The input unit 10 is connected to the central processing unit 20 and is configured to allow a user to input a driving command of a program. In addition, the input unit 10 converts a user's command input through it into an electrical signal and transmits the command to the central processing unit 20. On the other hand, the input unit 10 may be implemented in various forms, such as a keyboard, a mouse, etc. Since this is a known technique, detailed description of each component of the input unit 10 will be omitted.

상기 중앙처리부(20)는 출력부(30) 및 동작속도 제어부(40)에 연결되어, 상기 입력부(10)를 통해 사용자의 구동명령이 입력되는 경우, 상기 구동명령에 기초하여 출력부(30) 및 동작속도 제어부(40)의 동작을 제어한다. 이와 같은 중앙처리부(20)는 메모리(22) 및 논리연산회로(24)를 구비한다. 상기 메모리(22)는 프로그램과, 상기 프로그램을 구성하는 모듈들의 동작속도에 대한 정보를 저장한다. 상기 메모리(22)에 저장된 모듈들의 동작속도에 대한 정보는 입력부(10)를 이용하여 사용자가 설정할 수 있다. 상기 논리연산회로(24)는 입력부(10)를 통해 입력되는 사용자의 프로그램 구동명령에 응답하여 프로그램을 구동시킨다. 그리고, 상기 프로그램의 실행 중에, 상기 논리연산회로(24)는 메모리(22)에 저장된 각 모듈들의 동작속도에 대한 정보를 요청하여 수신한다. 그리고, 상기 논리연산회로(24)는 메모리(22)로부터 전송되어온 정보를 통해 프로그램의 각 모듈들이 컴퓨팅 시스템의 최고동작속도(이하, "기준속도"라 함)로 동작되도록 설정되어 있는지 또는 기준속도와 다른 속도로 동작되도록 설정되어 있는지를 확인한다. 상기 확인결과, 상기 프로그램의 모듈이 기준속도와 다른 속도로 동작되도록 설정된 경우, 논리연산회로(24)는 각 모듈의 동작속도에 대응하는 지시신호(VIDC)를 출력한다. 반면에, 상기 확인결과, 상기 프로그램의 각 모듈이 기준속도로 동작되도록 설정되어 있는 경우, 상기 논리연산회로(24)는 각 모듈을 기준속도로 구동시킨다.The central processing unit 20 is connected to the output unit 30 and the operation speed control unit 40, when the user's driving command is input through the input unit 10, the output unit 30 based on the driving command And control the operation of the operation speed controller 40. The central processing unit 20 includes a memory 22 and a logic operation circuit 24. The memory 22 stores a program and information on an operating speed of modules constituting the program. Information on the operation speed of the modules stored in the memory 22 may be set by the user using the input unit 10. The logic operation circuit 24 drives a program in response to a program driving command of a user input through the input unit 10. In addition, during the execution of the program, the logic operation circuit 24 requests and receives information on the operation speed of each module stored in the memory 22. In addition, the logic operation circuit 24 determines whether each module of the program is set to operate at the maximum operating speed of the computing system (hereinafter referred to as "reference speed") or the reference speed through the information transmitted from the memory 22. Check if it is set to run at different speed. As a result of the check, when the module of the program is set to operate at a speed different from the reference speed, the logic operation circuit 24 outputs an instruction signal VIDC corresponding to the operation speed of each module. On the other hand, when the check result shows that each module of the program is set to operate at the reference speed, the logic operation circuit 24 drives each module at the reference speed.

이때, 상기 출력부(30)는 논리연산회로(24)에 의해 구동되는 프로그램의 실행결과를 출력시킨다.At this time, the output unit 30 outputs the execution result of the program driven by the logic operation circuit 24.

상기 동작속도 제어부(40)는 중앙처리부(20)의 논리연산회로(24)로부터 출력되는 지시신호(VIDC)에 응답하여, 상기 각 모듈의 동작속도에 상응하는 주파수를가지는 클럭신호(CLK)를 중앙처리부(20)로 전송한다. 본 실시예에 따른 동작속도 제어부(40)는 각 모듈의 동작속도를 늦추기 위한 감속회로로서 기술된다. 이와 같은 본 실시예의 동작속도 제어부(40)는, 도2를 참조하면, 중앙처리부(20)로부터 출력되는 지시신호(VIDC)를 안내하는 지시신호 전송선(42)과, 서로 직렬로 연결되는 제1 및 제2RC회로(Resistor-Capacitor Circuit)(44, 46)로 구현될 수 있다. 이러한 경우, 상기 제1 및 제2RC회로(44, 46)의 접합부에는 지시신호 전송선(42)이 연결되는 공통노드, 즉 지시신호 수신단(N45)이 형성된다. 상기 지시신호(VIDC)의 전압레벨은, 모듈이 고속으로 동작되도록 설정되어 있는 경우에는 전원전압(VCC)과 실질적으로 일치되며, 저속으로 동작되도록 설정되어 있는 경우에는 플로팅(Floating)된다. 상기 제1RC회로(44)는 중앙처리부(20)와 지시신호 수신단(N45) 사이에 형성되며, 서로 병렬로 연결되는 제1저항(44a)과 제1커패시터(44b)를 구비한다. 상기 제2RC회로(46)는 지시신호 수신단(N45)과 전원전압(VCC) 사이에 형성되며, 서로 병렬로 연결되는 제2저항(46a)과 제2커패시터(46b)를 구비한다. 이에 따라, 상기 지시신호(VIDC)에서의 전압레벨이 전원전압(VCC)과 실질적으로 일치하는 경우, 상기 지시신호 수신단(N45)과 제2RC회로(44)간의 전위차는 실질적으로 "0(Zero)"이 되어 중앙처리부(20)에 입력되는 전원전압(VCC)이 제1RC회로(44)에 제공된다. 그리고, 상기 지시신호(VIDC)의 전압레벨이 플로팅되는 경우, 상기 제2RC회로(46)에 입력되는 전원전압(VCC)이 제1RC회로(44)에 제공된다.The operation speed control unit 40 outputs a clock signal CLK having a frequency corresponding to the operation speed of each module in response to the instruction signal VIDC output from the logic operation circuit 24 of the central processing unit 20. Transmission to the central processing unit 20. The operation speed control unit 40 according to the present embodiment is described as a deceleration circuit for slowing down the operation speed of each module. As described above, the operation speed control unit 40 according to the present embodiment includes a command signal transmission line 42 for guiding the command signal VIDC output from the central processing unit 20 and a first signal connected in series with each other. And second resistor-capacitor circuits 44 and 46. In this case, a common node to which the instruction signal transmission line 42 is connected, that is, the instruction signal receiver N45, is formed at the junction of the first and second RC circuits 44 and 46. The voltage level of the indication signal VIDC is substantially coincident with the power supply voltage VCC when the module is set to operate at high speed, and is floated when it is set to operate at low speed. The first RC circuit 44 is formed between the central processing unit 20 and the indication signal receiving terminal N45 and includes a first resistor 44a and a first capacitor 44b connected in parallel with each other. The second RC circuit 46 is formed between the indication signal receiving terminal N45 and the power supply voltage VCC and includes a second resistor 46a and a second capacitor 46b connected in parallel with each other. Accordingly, when the voltage level of the indication signal VIDC substantially coincides with the power supply voltage VCC, the potential difference between the indication signal receiving end N45 and the second RC circuit 44 is substantially zero (zero). And the power supply voltage VCC input to the central processing unit 20 is provided to the first RC circuit 44. When the voltage level of the indication signal VIDC is floated, the power supply voltage VCC input to the second RC circuit 46 is provided to the first RC circuit 44.

도3은 도1의 컴퓨팅 시스템에서 프로그램의 동작속도를 제어하는 과정을 나타내는 순서도이다. 도1 내지 도3에 도시된 바와 같이, 프로그램에 대한 구동명령이 입력부(10)를 통해 중앙처리부(20)에 입력되면(S110), 상기 중앙처리부(20)의 논리연산회로(24)는 프로그램을 구동시킨다(S210). 그리고, 상기 프로그램의 실행 중에, 상기 논리연산회로(24)는 메모리(22)에 저장된 프로그램을 구성하는 각 모듈들의 동작속도에 대한 정보를 요청하여, 각 모듈들의 동작속도를 확인한다(S130).3 is a flowchart illustrating a process of controlling an operating speed of a program in the computing system of FIG. 1. 1 to 3, when a driving command for a program is input to the central processing unit 20 through the input unit 10 (S110), the logic operation circuit 24 of the central processing unit 20 is programmed. Drive (S210). In addition, during execution of the program, the logic operation circuit 24 checks the operation speed of each module by requesting information on the operation speed of each module constituting the program stored in the memory 22 (S130).

상기 확인단계(S130)에서, 상기 모듈의 동작속도가 기준속도보다 느리게 설정되어 있는 경우, 상기 중앙처리부(20)는 지시신호(VIDC)를 동작속도 제어부(40)로 출력한다(S140). 여기서, 상기 지시신호(VIDC)의 전압레벨이 전원전압(VCC)과 실질적으로 일치되면, 상기 동작속도 제어부(40)는 제1RC회로(44)만을 이용하여 클럭신호(CLK)를 발생시킨다(S150). 다시 말해, 상기 지시신호(VIDC)의 전압레벨이 전원전압(VCC)과 실질적으로 일치되면, 상기 지시신호 수신단(N45)과 제2RC회로(46)간의 전위차가 실질적으로 "0(Zero)"이 되므로, 상기 제1RC회로(44)가 중앙처리부(20)에 입력되는 전원전압(VCC)을 제공받아 모듈의 동작속도(상대적으로 고속)에 상응하는 주파수를 가지는 클럭신호(CLK)를 발생시킨다. 그리고, 상기 지시신호(VIDC)의 전압레벨이 플로팅되면, 상기 동작속도 제어부(40)는 제1 및 제2RC회로(44, 46)를 이용하여 클럭신호(CLK)를 발생시킨다(S150). 다시 말해, 상기 지시신호(VIDC)의 전압레벨이 플로팅되면, 상기 제1RC회로(44)가 제2RC회로(46)를 통해 전원전압(VCC)을 제공받아 프로그램의 모듈의 동작속도(상대적으로 저속)에 상응하는 주파수를 가지는 클럭신호(CLK)를 발생시킨다. 여기서, 상기 클럭신호(CLK)는 프로그램의 모듈을 기준속도보다 느린 속도로 구동시키기 위한 주파수를 가진다.In operation S130, when the operation speed of the module is set to be lower than the reference speed, the central processing unit 20 outputs an indication signal VIDC to the operation speed controller 40 (S140). When the voltage level of the indication signal VIDC substantially matches the power supply voltage VCC, the operation speed controller 40 generates the clock signal CLK using only the first RC circuit 44 (S150). ). In other words, when the voltage level of the indication signal VIDC substantially coincides with the power supply voltage VCC, the potential difference between the indication signal receiving terminal N45 and the second RC circuit 46 is substantially zero (zero). Therefore, the first RC circuit 44 receives the power supply voltage VCC input to the central processing unit 20 to generate a clock signal CLK having a frequency corresponding to the operation speed (relatively high speed) of the module. When the voltage level of the indication signal VIDC is floated, the operation speed controller 40 generates the clock signal CLK using the first and second RC circuits 44 and 46 (S150). In other words, when the voltage level of the indication signal VIDC is floated, the first RC circuit 44 receives the power supply voltage VCC through the second RC circuit 46 to operate at a relatively low speed of the module of the program. Generates a clock signal CLK having a frequency corresponding to Here, the clock signal CLK has a frequency for driving a module of a program at a speed slower than a reference speed.

이어, 상기 동작속도 제어부(40)는 발생된 클럭신호(CLK)를 중앙처리부(20)에 제공한다(S160). 이러한 경우, 상기 중앙처리부(20)는 그에 제공된 클럭신호(CLK)에 응답하여 프로그램의 모듈을 기준속도보다 느리게 구동시킨다. 이때, 상기 프로그램의 실행결과가 출력부(30) 상에 출력된다. 이에 따라, 상기 프로그램을 구동시키는데 소모되는 전력이 상기 선택된 프로그램을 기준속도로 구동시킬 때 소모되는 전력보다 작아지게 되므로, 컴퓨팅 시스템의 전력소모량이 감소될 수 있다.Subsequently, the operation speed controller 40 provides the generated clock signal CLK to the central processing unit 20 (S160). In this case, the CPU 20 drives a module of the program slower than the reference speed in response to the clock signal CLK provided thereto. At this time, the execution result of the program is output on the output unit 30. Accordingly, since power consumed to drive the program becomes smaller than power consumed when the selected program is driven at the reference speed, the power consumption of the computing system can be reduced.

반면에, 상기 확인단계(S130)에서, 상기 프로그램의 모듈이 컴퓨팅 시스템의 기준속도로 구동하도록 설정되어 있는 경우, 상기 중앙처리부(20)는 지시신호를 발생시키지 않고 모듈을 구동시킨다. 이때, 상기 프로그램의 실행결과가 출력부(30) 상에 출력된다.On the other hand, in the checking step (S130), when the module of the program is set to drive at the reference speed of the computing system, the central processing unit 20 drives the module without generating an indication signal. At this time, the execution result of the program is output on the output unit 30.

본 발명은 도면에 도시된 일실시예를 참고로 설명되었으나, 이는 예시적인 것에 불과하며, 본 기술 분야의 통상의 지식을 가진 자라면 이로부터 다양한 변형 및 균등한 타 실시예가 가능하다는 점을 이해할 것이다. 예를 들어, 전술한 실시예에서는 동작속도 제어부(40)가 하나의 지시신호 전송선(42)만을 구비하여 프로그램의 동작속도를 기준속도 또는 기준속도보다 느린 특정 속도로만 구동시키도록 구성되었으나, 본 발명의 다른 실시예에서는, 동작속도 제어부(40)가 서로 다른 신호가 각각 입력되는 다수의 지시신호 전송선과, 상기 각 지시신호 전송선이 연결되는 다양한 형태의 감속회로를 구비하여 프로그램을 다양한 동작속도로 구동되도록 구현할 수 있다. 따라서, 본 발명의 진정한 기술적 보호범위는 첨부된 특허청구범위의 기술적 사상에 의해 정해져야 할 것이다.Although the present invention has been described with reference to one embodiment shown in the drawings, this is merely exemplary, and those skilled in the art will understand that various modifications and equivalent other embodiments are possible therefrom. . For example, in the above-described embodiment, the operation speed controller 40 includes only one indication signal transmission line 42 to drive the operation speed of a program only at a reference speed or a specific speed slower than the reference speed. In another embodiment of the present invention, the operation speed control unit 40 includes a plurality of indication signal transmission lines to which different signals are input, and various types of deceleration circuits to which the respective indication signal transmission lines are connected to drive the program at various operation speeds. Can be implemented. Therefore, the true technical protection scope of the present invention will be defined by the technical spirit of the appended claims.

전술한 바와 같이 본 발명의 프로그램 동작속도를 제어할 수 있는 컴퓨팅 시스템에서는, 프로그램의 모듈들 각각이 적절한 속도로 동작되므로, 항상 일정속도로 구동되는 종래 기술의 컴퓨팅 시스템에 비해 전력소모량이 현저하게 감소되는 효과를 가진다.As described above, in the computing system capable of controlling the program operating speed of the present invention, each module of the program is operated at an appropriate speed, so that the power consumption is significantly reduced compared to the conventional computing system which is always driven at a constant speed. Has the effect of becoming.

Claims (6)

외부의 입력장치를 통해 입력되는 사용자의 명령에 응답하여 프로그램을 구동시키고, 프로그램의 실행결과를 출력장치로 출력하는 컴퓨팅 시스템에 있어서,A computing system for driving a program in response to a user's command input through an external input device and outputting a result of executing the program to an output device, 상기 프로그램을 구성하는 모듈들의 동작속도에 대한 정보가 저장되는 메모리와, 외부로부터 상기 프로그램에 대한 구동신호가 입력되는 경우, 상기 메모리에 저장된 정보에 기초하여 상기 프로그램의 모듈들 각각의 동작속도에 대응하는 지시신호를 발생시키는 논리연산회로를 구비하는 중앙처리부; 및Memory corresponding to the operating speed of the modules constituting the program, and when a drive signal for the program is input from the outside, corresponding to the operating speed of each of the modules of the program based on the information stored in the memory A central processing unit having a logic operation circuit for generating an instruction signal to dictate; And 상기 지시신호에 응답하여 상기 프로그램의 모듈들 각각의 동작속도에 상응하는 주파수를 가지는 클럭신호를 발생시켜 상기 중앙처리부로 제공하는 동작속도 제어부를 포함하며,An operation speed controller configured to generate a clock signal having a frequency corresponding to an operation speed of each of the modules of the program in response to the indication signal and provide the clock signal to the central processing unit; 상기 중앙처리부는 상기 클럭신호에 응답하여 상기 프로그램을 동작시키는 것을 특징으로 하는 프로그램의 동작속도를 제어할 수 있는 컴퓨팅 시스템.And the central processing unit controls the operation speed of the program, in response to the clock signal. 제1항에 있어서, 상기 동작속도 제어부는The method of claim 1, wherein the operation speed control unit 상기 프로그램의 동작속도를 소정의 기준동작속도 보다 늦추기 위한 감속회로인 것을 특징으로 하는 프로그램의 동작속도를 제어할 수 있는 컴퓨팅 시스템.And a deceleration circuit for slowing the operation speed of the program below a predetermined reference operation speed. 제2항에 있어서, 상기 감속회로는The method of claim 2, wherein the deceleration circuit 직렬로 배치되는 다수의 RC회로를 구비하는 것을 특징으로 하는 프로그램의 동작속도를 제어할 수 있는 컴퓨팅 시스템.Computing system capable of controlling the operating speed of the program, characterized in that it comprises a plurality of RC circuits arranged in series. 제2항 또는 제3항에 있어서, 상기 감속회로는The method of claim 2 or 3, wherein the deceleration circuit 상기 중앙처리부로부터 제공되는 상기 지시신호를 수신하기 위한 지시신호 수신단;An instruction signal receiver for receiving the instruction signal provided from the central processing unit; 상기 지시신호 수신단과 상기 중앙처리부 사이에 형성되는 제1RC회로; 및A first RC circuit formed between the indication signal receiving end and the central processing unit; And 상기 지시신호 수신단과 전원전압 사이에 형성되는 제2RC회로를 구비하며,A second RC circuit formed between the indication signal receiving terminal and a power supply voltage; 상기 지시신호의 전압레벨은The voltage level of the indication signal is 상기 프로그램의 모듈들 각각의 동작속도에 대응하여 상기 전원전압 또는 플로팅되는 것을 특징으로 하는 프로그램의 동작속도를 제어할 수 있는 컴퓨팅 시스템.And a power supply voltage or a float corresponding to an operating speed of each of the modules of the program. 제4항에 있어서, 상기 제1RC회로는The method of claim 4, wherein the first RC circuit 서로 병렬로 연결되는 제1저항 및 제1커패시터를 포함하는 것을 특징으로 하는 프로그램의 동작속도를 제어할 수 있는 컴퓨팅 시스템.Computing system capable of controlling the operating speed of a program comprising a first resistor and a first capacitor connected in parallel with each other. 제5항에 있어서, 상기 제2RC회로는The method of claim 5, wherein the second RC circuit 서로 병렬로 연결되는 제2저항 및 제2커패시터를 포함하는 것을 특징으로 하는 프로그램의 동작속도를 제어할 수 있는 컴퓨팅 시스템.Computing system capable of controlling the operating speed of the program, characterized in that it comprises a second resistor and a second capacitor connected in parallel with each other.
KR1020000073292A 2000-12-05 2000-12-05 Computing system capable of controlling program operation velocity KR20020043936A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020000073292A KR20020043936A (en) 2000-12-05 2000-12-05 Computing system capable of controlling program operation velocity

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020000073292A KR20020043936A (en) 2000-12-05 2000-12-05 Computing system capable of controlling program operation velocity

Publications (1)

Publication Number Publication Date
KR20020043936A true KR20020043936A (en) 2002-06-12

Family

ID=27679601

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020000073292A KR20020043936A (en) 2000-12-05 2000-12-05 Computing system capable of controlling program operation velocity

Country Status (1)

Country Link
KR (1) KR20020043936A (en)

Similar Documents

Publication Publication Date Title
KR100269313B1 (en) Semiconductor memory device for consuming small current at stand-by state
KR100218916B1 (en) Power management system in usb hub unit
KR100471182B1 (en) Semiconductor memory device informing internal voltage level using ready/busy pin
US20100138074A1 (en) Computer system
KR100295042B1 (en) Synchronous DRAM semiconductor device with stand-by current reduction function
KR100561119B1 (en) Arrangement for the transmission of signals between a data processing unit and a functional unit
US20070038795A1 (en) Asynchronous bus interface and processing method thereof
EP2247992B1 (en) Clock switching circuits and methods
CN111338451B (en) Control circuit and method for quickly setting power mode
US5805904A (en) Power control circuit of at least one computer expansion slot
KR20020043936A (en) Computing system capable of controlling program operation velocity
CN112306218B (en) Control device and adjustment method
KR100474547B1 (en) Data output buffer of semiconductor memory device
KR920008446B1 (en) Micro processor
KR100559221B1 (en) Tft-lcd type timing controller
US7080185B2 (en) Bus control device altering drive capability according to condition
KR970059876A (en) Central processing unit drive frequency automatic selection device and control method thereof
US7508237B2 (en) Mainboard, electronic component, and controlling method of logic operation
KR101233168B1 (en) Method and apparatus for controling the power in the system including at least 2 subsystems
JPH05250269A (en) Memory access system and information processor
KR910002052B1 (en) Module extending device of plc
KR0152931B1 (en) Interrupt control circuit
KR940011045B1 (en) Interrupt vector addressing method in micro controller unit
JPH0355614A (en) Electronic equipment
KR100298350B1 (en) Automatic wan cable type detection circuit

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
WITB Written withdrawal of application