US4692897A - Arrangement for dynamic range checking or matching for digital values in a software system - Google Patents

Arrangement for dynamic range checking or matching for digital values in a software system Download PDF

Info

Publication number
US4692897A
US4692897A US07/009,042 US904287A US4692897A US 4692897 A US4692897 A US 4692897A US 904287 A US904287 A US 904287A US 4692897 A US4692897 A US 4692897A
Authority
US
United States
Prior art keywords
processor
digital values
arrangement
matcher
match
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.)
Expired - Fee Related
Application number
US07/009,042
Inventor
Edwin P. Crabbe, Jr.
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
AG Communication Systems Corp
Original Assignee
GTE Communication Systems Corp
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 GTE Communication Systems Corp filed Critical GTE Communication Systems Corp
Priority to US07/009,042 priority Critical patent/US4692897A/en
Application granted granted Critical
Publication of US4692897A publication Critical patent/US4692897A/en
Assigned to AG COMMUNICATION SYSTEMS CORPORATION, 2500 W. UTOPIA RD., PHOENIX, AZ 85027, A DE CORP. reassignment AG COMMUNICATION SYSTEMS CORPORATION, 2500 W. UTOPIA RD., PHOENIX, AZ 85027, A DE CORP. ASSIGNMENT OF ASSIGNORS INTEREST. Assignors: GTE COMMUNICATION SYSTEMS CORPORATION
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3648Software debugging using additional hardware
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/348Circuit details, i.e. tracer hardware
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3636Software debugging by tracing the execution of the program
    • G06F11/364Software debugging by tracing the execution of the program tracing values on a bus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/25Testing of logic operation, e.g. by logic analysers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/349Performance evaluation by tracing or monitoring for interfaces, buses

Definitions

  • the present invention pertains to a software development system and more particularly to an arrangement for interrupting the normal operation of a processor for testing purposes.
  • a basic feature of any software development system is the ability to temporarily stop the processing of a central processing unit (breakpoint) upon the occurrence of a particular software event.
  • breakpoint One method of accomplishing a breakpoint is to actually modify the program instructions in memory such that, when the desired location in memory has been reached, a halt or an interrupt instruction is encountered in order to freeze the execution of the program at that point.
  • This method can only detect instruction execution. It cannot detect an access of a certain data word in memory or the access of a particular input/output port. This is the chief shortcoming of such software breakpoints.
  • a hardware matcher is a device which monitors the address and data busses of a system and compares the bit pattern present for an access to these busses with a predefined bit pattern in order to generate an indication of a comparison match.
  • a software development system has a CPU for controlling the execution of a program.
  • Matcher circuitry is connected to a CPU sample bus for monitoring the sample bus by providing an indication of a match of the value of the bus with predetermined, changeable or programmable digital values.
  • a storage device is connected to the sample bus and to the processor.
  • the storage device contains the predetermined digital values which the processor has chosen for matching to the values of the sample bus values.
  • the sample bus values are applied as an address to the storage device to obtain one of the predetermined digital values.
  • a comparator is connected to the processor and to the storage device.
  • the comparator operates in response to the processor and to the one predetermined digital value of the storage device to produce a range match signal indicating the digital value of the sample bus is within a range of the values chosen by the processor.
  • the comparator may also operate under processor control in response to the one predetermined digital value to produce one or more exact match signals which indicate that the digital value of the sample bus exactly matches a particular digital value chosen by the processor.
  • FIG. 1 is a schematic diagram of the detailed connection of a portion of the matcher arrangement of the present invention.
  • FIG. 2 is a schematic diagram of the principles of operation of the present invention.
  • the RAM devices are each 256 by 4-bit static RAM devices, although other size RAMs are also operational.
  • the data in bus DI0-DI3 is connected between the processor and RAM device 20 via the D0-D3 inputs of the RAM device 20.
  • the data out bus DO0-DO3 is connected to RAM device 20 via the data inputs D0-D3.
  • An eight bit wide address bus of the processor is shown connected to 2-1 multiplexor 10.
  • the eight bit sample bus is also connected to multiplexor 10. This sample bus is the bus which the hardware matcher circuitry is constantly examining for a particular value.
  • a signal from the processor on the load signal lead controls which bus is gated through multiplexor 10 to RAM device 20. Further, a signal on the write enable lead from the processor controls whether RAM device 20 is written to or read from.
  • the processor may include a central processing unit such as a microprocessor, hard-wired logic or a process controller.
  • a matching function is required to be performed, the processor will select the addresses to be matched-on and transmit that address via the address bus to RAM device 20.
  • the processor will via the data in bus write logic 1 at the location of the address to be matched on via the right enable lead.
  • the processor may read the contents of this address via the data in bus DI0-DI3 in order to examine the status of a particular location.
  • Multiplexor 10 is connected to RAM device 20 via an 8 byte bus. When the processor is not writing RAM device 20, the load signal lead will be such that the sample bus will be gated through to RAM device for comparing for a match.
  • the data out bus will contain a 1 on the appropriate data out leads.
  • a 4 bit data word is read out of memory and transmitted via the DO0-DO3 leads. This indicates that a match has occurred.
  • the contents of each address that has been pre-set with logic 1 will provide an indication of a match on that particular address, when that address is present on the sample bus. Therefore, a number or range of addresses may be matched by writing pre-setting a group of addresses to a logic 1.
  • a range is defined of all values between an upper limit and a lower limit. All values between these two limits can be converted into binary RAM addresses. Each of these addresses in the RAM may be programmed with a logic 1 to indicate that this particular address is within the range of the upper and lower limit. As was demonstrated above, a match will occur for any pattern on the sample bus that represents binary value of an address within the selected range.
  • Circuitry for performing an 8 bit wide match was shown in FIG. 1. Matching circuitry is more complex for values greater than 8 bit.
  • FIG. 2 depicts an arrangement for matching upon values which are 24 bits in width.
  • a 24 bit wide sample bus for a processor or other circuitry is broken apart into 3-8 bit quantities.
  • the first 8 bits of the sample bus or bits 0 through 7 are connected to multiplexor 101.
  • the second group of 8 bits 8 through 15 are connected to multiplexor 102 and the third group of 8 bits 16 through 23 are connected to multiplexor 103.
  • Multiplexor 101 is connected via an 8 bit bus to RAM 111; multiplexor 102 is connected via its respective 8 bit bus to RAM 112; and, multiplexor 103 is connected via an 8 bit bus to RAM 113.
  • the 4 data out leads of RAMs 111 through 113 are labeled A through L and are connected to the programmable logic array (PLA) 120.
  • Programmable logic array 120 provides 4 exact match outputs for the 24 bit sample bus. That is, four specific exact values may be compared to the values of the sample bus to determine whether a match exists.
  • PLA 120 may provide a range match and three exact matches as was indicated above.
  • RAMs 111-113 may be programmed in a fashion similar to that shown by FIG. 1. This programming would indicate the range of addresses to be matched upon by the circuitry.
  • PLA 120 may be implemented with an integrated circuit part no. 82S100 manufactured by Signetics Inc.
  • Eight bit quantities are called bytes. Matching is accomplished by comparing the most significant digit of the sample value. Several possibilities exist when the most significant digit of the sample value is compared. The first, the most significant digit of the sample value may equal the most significant digit of the lower boundary value. Second, the most significant digit of the sample value may equal the most significant digit of the upper boundary value. Third, the most significant digit of the sample value may equal the most significant digit of both the upper and the lower boundary values. Fourth, the most significant digit of the sample value may be between the most significant digit of the lower boundary and the most significant digit of the upper boundary (i.e. in range). Finally, the most significant digit sample value may be none of the four conditions above and, therefore out of range.
  • the sample value must be one of four possible results upon comparison by RAMs 111-113.
  • the RAMs 111-113 must be programmed by the processor for a match on the following conditions. First, sample value equal to the lower bound data bit (D0) of each RAM; second, sample value greater than the lower bound data bit (D1) of each RAM; third sample value less than the upper bound data bit (D2) of each RAM; and, the sample value equal to the upper bound data bit (D3) of each RAM.
  • D0 the lower bound data bit
  • D1 lower bound data bit
  • D2 lower bound data bit
  • D2 lower bound data bit
  • D3 the sample value equal to the upper bound data bit
  • each of the data outputs of the RAMs are labeled A-L consecutively. Therefore, in order to generate a range match all that is required is to combine the outputs of the RAMs A-L in a group of boolean equations that results in the appropriate comparisons. This is accomplished by the programmable logic array 120 which is a collection of AND gates OR gates and inverters. For a range match to be accomplished all that is required is that the particular value satisfy each of the equations given below in Table 1.
  • each one of the outputs of the PLA may provide one exact match, if the equations in Table 2 are satisfied for each exact matcher.
  • each plus (+) is a logical OR and each period (.) denotes a logical AND with a bar above the symbol being inversion of that signal.
  • PLA 120 may provide an out of range indication instead of an out of range match.

Abstract

This invention discloses a circuit for examining the value transmitted via a digital bus. A determination is made as to whether the value matches a predefined programmable value. An output indication is given for a match. In addition, this circuit may examine the transmitted value to determine whether it is within the bounds of a predefined range of values. This circuit utilizes a minimum of space and hardware components, due to its fabrication using RAM devices and a program logic array.

Description

This is a continuation of co-pending application Ser. No. 646,728 filed on Sept. 4, 1984 now abandoned.
BACKGROUND OF THE INVENTION
The present invention pertains to a software development system and more particularly to an arrangement for interrupting the normal operation of a processor for testing purposes.
A basic feature of any software development system is the ability to temporarily stop the processing of a central processing unit (breakpoint) upon the occurrence of a particular software event. One method of accomplishing a breakpoint is to actually modify the program instructions in memory such that, when the desired location in memory has been reached, a halt or an interrupt instruction is encountered in order to freeze the execution of the program at that point.
This method can only detect instruction execution. It cannot detect an access of a certain data word in memory or the access of a particular input/output port. This is the chief shortcoming of such software breakpoints.
Detecting memory data word access or input/output port access is best accomplished by a hardware matcher. A hardware matcher is a device which monitors the address and data busses of a system and compares the bit pattern present for an access to these busses with a predefined bit pattern in order to generate an indication of a comparison match.
One method of implementing a hardware matcher is with exclusive-OR gates or magnitude comparators. Since exclusive-OR gates and comparator devices are typically packaged to handle four bits per chip, matchers which employ these devices must be greatly expanded to accommodate the large bus sizes of modern processing systems. Due to the great number of chips required in such a configuration, excess power consumption and thermal radiation occur. In addition, problems of signal propagation delay through gates are observed. Further, a large amount of components requires a large amount of physical space.
Therefore, these approaches are impractical when used with new generation of microprocessors, which have increasingly large address and data bus capabilities.
SUMMARY OF THE INVENTION
A software development system has a CPU for controlling the execution of a program. Matcher circuitry is connected to a CPU sample bus for monitoring the sample bus by providing an indication of a match of the value of the bus with predetermined, changeable or programmable digital values.
A storage device is connected to the sample bus and to the processor. The storage device contains the predetermined digital values which the processor has chosen for matching to the values of the sample bus values. The sample bus values are applied as an address to the storage device to obtain one of the predetermined digital values.
A comparator is connected to the processor and to the storage device. The comparator operates in response to the processor and to the one predetermined digital value of the storage device to produce a range match signal indicating the digital value of the sample bus is within a range of the values chosen by the processor.
The comparator may also operate under processor control in response to the one predetermined digital value to produce one or more exact match signals which indicate that the digital value of the sample bus exactly matches a particular digital value chosen by the processor.
DESCRIPTION OF THE DRAWINGS
FIG. 1 is a schematic diagram of the detailed connection of a portion of the matcher arrangement of the present invention.
FIG. 2 is a schematic diagram of the principles of operation of the present invention.
DESCRIPTION OF THE PREFERRED EMBODIMENT
Referring to FIG. 1, the details of the connections between the processor (not shown), which controls the matcher hardware, and the random access memory (RAM) devices is shown. The RAM devices are each 256 by 4-bit static RAM devices, although other size RAMs are also operational. The data in bus DI0-DI3 is connected between the processor and RAM device 20 via the D0-D3 inputs of the RAM device 20. In addition, the data out bus DO0-DO3 is connected to RAM device 20 via the data inputs D0-D3. An eight bit wide address bus of the processor is shown connected to 2-1 multiplexor 10. The eight bit sample bus is also connected to multiplexor 10. This sample bus is the bus which the hardware matcher circuitry is constantly examining for a particular value. A signal from the processor on the load signal lead controls which bus is gated through multiplexor 10 to RAM device 20. Further, a signal on the write enable lead from the processor controls whether RAM device 20 is written to or read from.
The processor may include a central processing unit such as a microprocessor, hard-wired logic or a process controller. When a matching function is required to be performed, the processor will select the addresses to be matched-on and transmit that address via the address bus to RAM device 20. Next, the processor will via the data in bus write logic 1 at the location of the address to be matched on via the right enable lead. The processor may read the contents of this address via the data in bus DI0-DI3 in order to examine the status of a particular location. Multiplexor 10 is connected to RAM device 20 via an 8 byte bus. When the processor is not writing RAM device 20, the load signal lead will be such that the sample bus will be gated through to RAM device for comparing for a match.
Each time the sample bus is gated through multiplexor 10 to RAM device 20, a particular 4 bit data word of the RAM will be accessed. If the contents of this accessed word has been pre-set by the processor with a logic 1, this indicates that a match of that particular address with the sample bus has occurred. The data out bus will contain a 1 on the appropriate data out leads. As a result of this particular address being accessed, a 4 bit data word is read out of memory and transmitted via the DO0-DO3 leads. This indicates that a match has occurred. The contents of each address that has been pre-set with logic 1 will provide an indication of a match on that particular address, when that address is present on the sample bus. Therefore, a number or range of addresses may be matched by writing pre-setting a group of addresses to a logic 1.
In the terminology of matchers, a range is defined of all values between an upper limit and a lower limit. All values between these two limits can be converted into binary RAM addresses. Each of these addresses in the RAM may be programmed with a logic 1 to indicate that this particular address is within the range of the upper and lower limit. As was demonstrated above, a match will occur for any pattern on the sample bus that represents binary value of an address within the selected range.
Circuitry for performing an 8 bit wide match was shown in FIG. 1. Matching circuitry is more complex for values greater than 8 bit.
FIG. 2 depicts an arrangement for matching upon values which are 24 bits in width. A 24 bit wide sample bus for a processor or other circuitry is broken apart into 3-8 bit quantities. The first 8 bits of the sample bus or bits 0 through 7 are connected to multiplexor 101. The second group of 8 bits 8 through 15 are connected to multiplexor 102 and the third group of 8 bits 16 through 23 are connected to multiplexor 103. Multiplexor 101 is connected via an 8 bit bus to RAM 111; multiplexor 102 is connected via its respective 8 bit bus to RAM 112; and, multiplexor 103 is connected via an 8 bit bus to RAM 113. The 4 data out leads of RAMs 111 through 113 are labeled A through L and are connected to the programmable logic array (PLA) 120. Programmable logic array 120 provides 4 exact match outputs for the 24 bit sample bus. That is, four specific exact values may be compared to the values of the sample bus to determine whether a match exists.
As an alternative to the 4 exact matches, PLA 120 may provide a range match and three exact matches as was indicated above. RAMs 111-113 may be programmed in a fashion similar to that shown by FIG. 1. This programming would indicate the range of addresses to be matched upon by the circuitry. PLA 120 may be implemented with an integrated circuit part no. 82S100 manufactured by Signetics Inc.
Eight bit quantities are called bytes. Matching is accomplished by comparing the most significant digit of the sample value. Several possibilities exist when the most significant digit of the sample value is compared. The first, the most significant digit of the sample value may equal the most significant digit of the lower boundary value. Second, the most significant digit of the sample value may equal the most significant digit of the upper boundary value. Third, the most significant digit of the sample value may equal the most significant digit of both the upper and the lower boundary values. Fourth, the most significant digit of the sample value may be between the most significant digit of the lower boundary and the most significant digit of the upper boundary (i.e. in range). Finally, the most significant digit sample value may be none of the four conditions above and, therefore out of range.
For any particular digit, the sample value must be one of four possible results upon comparison by RAMs 111-113. The RAMs 111-113 must be programmed by the processor for a match on the following conditions. First, sample value equal to the lower bound data bit (D0) of each RAM; second, sample value greater than the lower bound data bit (D1) of each RAM; third sample value less than the upper bound data bit (D2) of each RAM; and, the sample value equal to the upper bound data bit (D3) of each RAM. Each of these conditions is generated by using one of the data out bits of each RAM. That is, the D0 output of each RAM 111-113 when true indicates the sample value is greater than the lower bound. When data byte 1 is true, that indicates that the sample value is less than the upper bound. When the sample value equals the lower bound D2 of each RAM is true. Lastly when the sample value equals the upper bound the D3 output of each RAM is true.
As shown in FIG. 2, each of the data outputs of the RAMs are labeled A-L consecutively. Therefore, in order to generate a range match all that is required is to combine the outputs of the RAMs A-L in a group of boolean equations that results in the appropriate comparisons. This is accomplished by the programmable logic array 120 which is a collection of AND gates OR gates and inverters. For a range match to be accomplished all that is required is that the particular value satisfy each of the equations given below in Table 1.
              TABLE 1                                                     
______________________________________                                    
IN RANGE =      J · K                                            
                +F · I · --L                            
                +A · E · --H · I ·    
                --L                                                       
                +B · E · --H · I ·    
                -L                                                        
                +G · -I · -L                            
                +C · --E · H · -I ·   
                L                                                         
                +D · --E · H · -I ·   
                L                                                         
                +F · G · I · L                 
                +A · E · --H · I · L  
                +B · E · --H · I · L  
                +C · --E · H · I ·    
                L                                                         
                +D · --E · H · I · L  
                +A · E · H · I · L    
                +B · C · E · H · I    
                · L                                              
                +D · E · H · I ·      
______________________________________                                    
                L                                                         
Any value that satisfies the equation in Table 1 will be within the range specified within the RAMs 111-113.
In order to achieve an arrangement with four exact matchers as was indicated above, the matched RAM control bits (IR and OR) input to PLA 120 are manipulated in appropriate fashion. Next, each one of the outputs of the PLA may provide one exact match, if the equations in Table 2 are satisfied for each exact matcher.
              TABLE 2                                                     
______________________________________                                    
        exact match 1 = IR · A · E · I         
        exact match 2 = IR · B · F · J         
        exact match 3 = IR · C · G · K         
        exact match 4 = IR · D · H · L         
______________________________________                                    
It is to be noted that each plus (+) is a logical OR and each period (.) denotes a logical AND with a bar above the symbol being inversion of that signal. By manipulating the IR and OR control bits, PLA 120 may provide an out of range indication instead of an out of range match.
Although the preferred embodiment of the invention has been illustrated, and that form described in detail, it will be readily apparent to those skilled in the art that various modifications may be made therein without departing from the spirit of the invention or from the scope of the appended claim.

Claims (9)

What is claimed is:
1. In a software development system having a processor, a matcher arrangement comprising:
processor bus means for transmitting dynamically changeable predetermined digital values under control of said processor;
sample bus means for transmitting dynamically changeable digital values;
said processor being operated to provide match control signals on corresponding match control leads;
means for storing connected to said sample bus means and to said processor via said processor bus means, said means for storing being operated in response to said digital values of said processor to retain said dynamically changeable pluralities of predetermined digital values;
said means for storing being further operated to produce one plurality of said predetermined digital values of said processor in response to a comparison of said dynamically changeable digital values transmitted on said sample bus means with said digital values stored in said means for storing by said processor;
programmable logic array means connected to said processor via match control lead and to said means for storing, said programmable logic array means being operated in response to first values of said match control signals of said processor and to one plurality of said predetermined digital values to produce a range match signal for said digital value of said sample bus means being within a range of said predetermined digital values, said range match signal being transmitted to said processor; and
said programmable logic array means being operated in response to second values of said match control signals of said processor and to said one predetermined digital value to produce at least one of a set of exact match signals for said digital values of said sample bus means being equal to at least one of said stored predetermined digital values, said exact match signals being transmitted to said processor.
2. A matcher arrangement as claimed in claim 1, wherein said means for storing includes multiplexing means connected to said processor and to said sample bus means.
3. A matcher arrangement as claimed in claim 2, wherein said means for storing further includes memory means connected to said processor and to said multiplexing means, said memory means being operated to store said predetermined digital values.
4. A matcher arrangement as claimed in claim 2, wherein said multiplexing means includes a plurality of multiplexer devices, each multiplexer device being connected to a portion of said sample bus means and to said processor.
5. A matcher arrangement as claimed in claim 4, wherein each multiplexer device transmits up to an eight bit value.
6. A matcher arrangement as claimed in claim 3, wherein said memory means includes a plurality of RAM devices, each RAM device being connected to a corresponding multiplexer device and to said processor.
7. A matcher arrangement as claimed in claim 7, wherein each RAM device includes eight bits of address input.
8. A matcher arrangement as claimed in claim 6, wherein each RAM device includes a 256×4-bit word RAM memory.
9. A matcher arrangement as claimed in claim 3, wherein said program logic array means includes a PLA device having at least fourteen inputs and four outputs.
US07/009,042 1984-09-04 1987-01-28 Arrangement for dynamic range checking or matching for digital values in a software system Expired - Fee Related US4692897A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US07/009,042 US4692897A (en) 1984-09-04 1987-01-28 Arrangement for dynamic range checking or matching for digital values in a software system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US64672884A 1984-09-04 1984-09-04
US07/009,042 US4692897A (en) 1984-09-04 1987-01-28 Arrangement for dynamic range checking or matching for digital values in a software system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US64672884A Continuation 1984-09-04 1984-09-04

Publications (1)

Publication Number Publication Date
US4692897A true US4692897A (en) 1987-09-08

Family

ID=26678958

Family Applications (1)

Application Number Title Priority Date Filing Date
US07/009,042 Expired - Fee Related US4692897A (en) 1984-09-04 1987-01-28 Arrangement for dynamic range checking or matching for digital values in a software system

Country Status (1)

Country Link
US (1) US4692897A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4799150A (en) * 1985-07-29 1989-01-17 Orchid Technology Interface system between a host computer and a peripheral processor with address detection circuitry
US4937740A (en) * 1985-09-18 1990-06-26 Cadre Technologies, Inc. Real time software analyzing system for storing selective m-bit addresses based upon correspondingly generated n-bit tags
US5097428A (en) * 1988-12-27 1992-03-17 Tektronix, Inc. Data occurrence frequency analyzer
US5168567A (en) * 1989-05-30 1992-12-01 Tektronix, Inc. Data sorting circuit
US5313616A (en) * 1990-09-18 1994-05-17 88Open Consortium, Ltd. Method for analyzing calls of application program by inserting monitoring routines into the executable version and redirecting calls to the monitoring routines
US5717851A (en) * 1994-08-15 1998-02-10 Motorola, Inc. Breakpoint detection circuit in a data processor and method therefor
EP0897151A1 (en) * 1997-08-12 1999-02-17 Telrad Communication and Electronic Industries Limited Device and method for debugging systems controlled by microprocessors
US6289470B1 (en) * 1998-02-04 2001-09-11 Wilmington Trust Company Data monitor circuit
US20030069705A1 (en) * 2001-10-01 2003-04-10 Spisak Kevin C. Range recognizer employing a single range internally partitioned by monotonically increasing boundary values
US20050195769A1 (en) * 2004-01-13 2005-09-08 Interdigital Technology Corporation Code division multiple access (CDMA) method and apparatus for protecting and authenticating wirelessly transmitted digital information

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3350685A (en) * 1965-08-13 1967-10-31 Sperry Rand Corp Hamming magnitude comparator using multi-input binary threshold logic elements
US3579199A (en) * 1969-02-03 1971-05-18 Gen Motors Corp Method and apparatus for fault testing a digital computer memory
US4100532A (en) * 1976-11-19 1978-07-11 Hewlett-Packard Company Digital pattern triggering circuit
GB1536147A (en) * 1975-07-02 1978-12-20 Int Computers Ltd Data processing systems
DD140179A1 (en) * 1978-11-16 1980-02-13 Kretzschmar Johann Georg DIGITAL COMPARATOR
WO1981003078A1 (en) * 1980-04-22 1981-10-29 Relational Memory Systems Inc Relational break signal generating device
US4315313A (en) * 1979-12-27 1982-02-09 Ncr Corporation Diagnostic circuitry in a data processor
US4475237A (en) * 1981-11-27 1984-10-02 Tektronix, Inc. Programmable range recognizer for a logic analyzer
US4511961A (en) * 1982-04-16 1985-04-16 Ncr Corporation Apparatus for measuring program execution
US4513419A (en) * 1982-10-25 1985-04-23 The Boeing Company Digital conversion circuit and method for testing digital information transfer systems based on serial bit communication words
US4542456A (en) * 1982-04-28 1985-09-17 At&T Bell Laboratories Method and apparatus for performing range checks

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3350685A (en) * 1965-08-13 1967-10-31 Sperry Rand Corp Hamming magnitude comparator using multi-input binary threshold logic elements
US3579199A (en) * 1969-02-03 1971-05-18 Gen Motors Corp Method and apparatus for fault testing a digital computer memory
GB1536147A (en) * 1975-07-02 1978-12-20 Int Computers Ltd Data processing systems
US4100532A (en) * 1976-11-19 1978-07-11 Hewlett-Packard Company Digital pattern triggering circuit
DD140179A1 (en) * 1978-11-16 1980-02-13 Kretzschmar Johann Georg DIGITAL COMPARATOR
US4315313A (en) * 1979-12-27 1982-02-09 Ncr Corporation Diagnostic circuitry in a data processor
WO1981003078A1 (en) * 1980-04-22 1981-10-29 Relational Memory Systems Inc Relational break signal generating device
US4475237A (en) * 1981-11-27 1984-10-02 Tektronix, Inc. Programmable range recognizer for a logic analyzer
US4511961A (en) * 1982-04-16 1985-04-16 Ncr Corporation Apparatus for measuring program execution
US4542456A (en) * 1982-04-28 1985-09-17 At&T Bell Laboratories Method and apparatus for performing range checks
US4513419A (en) * 1982-10-25 1985-04-23 The Boeing Company Digital conversion circuit and method for testing digital information transfer systems based on serial bit communication words

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Basic Programs for Scientists and Engineers, by Alan R. Miller, pp. 13 27, (copyright 1981). *
Basic Programs for Scientists and Engineers, by Alan R. Miller, pp. 13-27, (copyright 1981).

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4799150A (en) * 1985-07-29 1989-01-17 Orchid Technology Interface system between a host computer and a peripheral processor with address detection circuitry
US4937740A (en) * 1985-09-18 1990-06-26 Cadre Technologies, Inc. Real time software analyzing system for storing selective m-bit addresses based upon correspondingly generated n-bit tags
US5097428A (en) * 1988-12-27 1992-03-17 Tektronix, Inc. Data occurrence frequency analyzer
US5168567A (en) * 1989-05-30 1992-12-01 Tektronix, Inc. Data sorting circuit
US5313616A (en) * 1990-09-18 1994-05-17 88Open Consortium, Ltd. Method for analyzing calls of application program by inserting monitoring routines into the executable version and redirecting calls to the monitoring routines
US5717851A (en) * 1994-08-15 1998-02-10 Motorola, Inc. Breakpoint detection circuit in a data processor and method therefor
EP0897151A1 (en) * 1997-08-12 1999-02-17 Telrad Communication and Electronic Industries Limited Device and method for debugging systems controlled by microprocessors
US6026503A (en) * 1997-08-12 2000-02-15 Telrad Communication And Electronic Industries Ltd. Device and method for debugging systems controlled by microprocessors
US6289470B1 (en) * 1998-02-04 2001-09-11 Wilmington Trust Company Data monitor circuit
US20030069705A1 (en) * 2001-10-01 2003-04-10 Spisak Kevin C. Range recognizer employing a single range internally partitioned by monotonically increasing boundary values
US6831588B2 (en) * 2001-10-01 2004-12-14 Tektronix, Inc. Range recognizer employing a single range internally partitioned by monotonically increasing boundary values
US20050195769A1 (en) * 2004-01-13 2005-09-08 Interdigital Technology Corporation Code division multiple access (CDMA) method and apparatus for protecting and authenticating wirelessly transmitted digital information

Similar Documents

Publication Publication Date Title
EP0136168B1 (en) Ram based multiple breakpoint logic
US4325116A (en) Parallel storage access by multiprocessors
US3618040A (en) Memory control apparatus in multiprocessor system
US5072450A (en) Method and apparatus for error detection and localization
US4835675A (en) Memory unit for data tracing
JPH0245277B2 (en)
GB1573539A (en) Digital data processing apparatus
US4355393A (en) Microcomputer having a ram for storing parity bits
US4056847A (en) Priority vector interrupt system
US4371924A (en) Computer system apparatus for prefetching data requested by a peripheral device from memory
US4188662A (en) Address converter in a data processing apparatus
US4692897A (en) Arrangement for dynamic range checking or matching for digital values in a software system
US4884270A (en) Easily cascadable and testable cache memory
KR100495755B1 (en) Digital circuit using memory for monitoring signals for occurrences of predefined breakpoint conditions
US3986169A (en) Device protection method and apparatus
US4187538A (en) Read request selection system for redundant storage
GB1449229A (en) Data processing system and method therefor
US5398327A (en) Central processing unit including two-valued/n-valued conversion unit
EP0271910A2 (en) One-chip microprocessor
US4742452A (en) Computer system including address driven program interrupt system
US5742790A (en) Detection circuit for identical and simultaneous access in a parallel processor system with a multi-way multi-port cache
US4811266A (en) Multifunction arithmetic indicator
US5155826A (en) Memory paging method and apparatus
SE458400B (en) INTERFACE CIRCUITS, WHICH ARE PLACED BETWEEN A PROGRAMMED CONTROL CENTRAL PROCESSOR AND AN IN-OUT CENTRAL PROCESSOR
ES348591A1 (en) Method and apparatus for multiplex control of a plurality of peripheral devices for transfer of data with a central processing system

Legal Events

Date Code Title Description
AS Assignment

Owner name: AG COMMUNICATION SYSTEMS CORPORATION, 2500 W. UTOP

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST.;ASSIGNOR:GTE COMMUNICATION SYSTEMS CORPORATION;REEL/FRAME:005060/0501

Effective date: 19881228

FPAY Fee payment

Year of fee payment: 4

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 8

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
FP Lapsed due to failure to pay maintenance fee

Effective date: 19990908

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362