KR940703049A - 처리 태스크를 신호 프로세서 및 이것과 인터페이스하는 의사 결정 마이크로 프로세서로 분할하는 시스템 - Google Patents

처리 태스크를 신호 프로세서 및 이것과 인터페이스하는 의사 결정 마이크로 프로세서로 분할하는 시스템

Info

Publication number
KR940703049A
KR940703049A KR1019940701225A KR19940701225A KR940703049A KR 940703049 A KR940703049 A KR 940703049A KR 1019940701225 A KR1019940701225 A KR 1019940701225A KR 19940701225 A KR19940701225 A KR 19940701225A KR 940703049 A KR940703049 A KR 940703049A
Authority
KR
South Korea
Prior art keywords
signal processor
code
data
processor means
host
Prior art date
Application number
KR1019940701225A
Other languages
English (en)
Other versions
KR100278730B1 (ko
Inventor
아이. 로빈슨 제퍼리
로우제 카이쓰
제이. 크라쏘브스키 앤드류
에프. 몬트릭 테리
Original Assignee
커티스 에이. 무어
스타 세미컨덕터 코포레이션(Star Semiconductor Corporation)
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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=25106652&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=KR940703049(A) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by 커티스 에이. 무어, 스타 세미컨덕터 코포레이션(Star Semiconductor Corporation) filed Critical 커티스 에이. 무어
Publication of KR940703049A publication Critical patent/KR940703049A/ko
Application granted granted Critical
Publication of KR100278730B1 publication Critical patent/KR100278730B1/ko

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • 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/34Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes
    • G06F9/355Indexed addressing
    • 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/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/28Handling requests for interconnection or transfer for access to input/output bus using burst mode transfer, e.g. direct memory access DMA, cycle steal
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/173Interprocessor communication using an interconnection network, e.g. matrix, shuffle, pyramid, star, snowflake
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/177Initialisation or configuration control
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/78Architectures of general purpose stored program computers comprising a single central processing unit
    • G06F15/7828Architectures of general purpose stored program computers comprising a single central processing unit without memory
    • G06F15/7835Architectures of general purpose stored program computers comprising a single central processing unit without memory on more than one IC chip
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/78Architectures of general purpose stored program computers comprising a single central processing unit
    • G06F15/7839Architectures of general purpose stored program computers comprising a single central processing unit with memory
    • G06F15/7842Architectures of general purpose stored program computers comprising a single central processing unit with memory on one IC chip (single chip microcontrollers)
    • G06F15/786Architectures of general purpose stored program computers comprising a single central processing unit with memory on one IC chip (single chip microcontrollers) using a single memory module
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/80Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors
    • G06F15/8007Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors single instruction multiple data [SIMD] multiprocessors
    • G06F15/8015One dimensional arrays, e.g. rings, linear arrays, buses
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • 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/30145Instruction analysis, e.g. decoding, instruction word fields
    • G06F9/3016Decoding the operand specifier, e.g. specifier format
    • 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/30145Instruction analysis, e.g. decoding, instruction word fields
    • G06F9/3016Decoding the operand specifier, e.g. specifier format
    • G06F9/30167Decoding the operand specifier, e.g. specifier format of immediate specifier, e.g. constants
    • 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/32Address formation of the next instruction, e.g. by incrementing the instruction counter
    • G06F9/322Address formation of the next instruction, e.g. by incrementing the instruction counter for non-sequential address
    • G06F9/325Address formation of the next instruction, e.g. by incrementing the instruction counter for non-sequential address for loops, e.g. loop detection or loop counter
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3877Concurrent instruction execution, e.g. pipeline or look ahead using a slave processor, e.g. coprocessor
    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F02COMBUSTION ENGINES; HOT-GAS OR COMBUSTION-PRODUCT ENGINE PLANTS
    • F02BINTERNAL-COMBUSTION PISTON ENGINES; COMBUSTION ENGINES IN GENERAL
    • F02B75/00Other engines
    • F02B75/02Engines characterised by their cycles, e.g. six-stroke
    • F02B2075/022Engines characterised by their cycles, e.g. six-stroke having less than six strokes per cycle
    • F02B2075/025Engines characterised by their cycles, e.g. six-stroke having less than six strokes per cycle two

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Geometry (AREA)
  • Mathematical Physics (AREA)
  • Evolutionary Computation (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)
  • Multi Processors (AREA)
  • Devices For Executing Special Programs (AREA)
  • Microcomputers (AREA)
  • Debugging And Monitoring (AREA)
  • Image Processing (AREA)
  • Design And Manufacture Of Integrated Circuits (AREA)
  • Hardware Redundancy (AREA)

Abstract

처리 태스크를 프로그램가능한 실시간 신호 프로세서(SPROC)(10)용 태스크들과 의사 결정 마이크로프로세서(2120)용 태스크들로 효율적으로 분할하는 아키텍처와 방법이 제공된다.
이 SPROC에는 데이터 흐름이 멀티포트형 중앙 메모리를 통하는 비중단 구조가 제공된다. 이 SPROC는 유저 디자인이 블록 다이어그램의 그래픽 엔트리만을 필요로 하는 환경에서 프로그램된다. 블록 다이어그램을 실리콘으로 자동으로 실현함에 있어서, 이 SPROC 프로그래밍/개발 환경은 호스트 마이크로 프로세서(2120)와의 소프트웨어 접속과 인터페이스를 고려하여 제공한다. 이 프로그래밍 환경은 복수의 기능 블록들의 선택, 엔트리, 파라미터화 및 접속을 허용하는 고레벨 컴퓨터 스크린 엔트리 시스템;이 기능 블록들을 표현하는 소스 코드를 제공하는 기능 블록 셀 라이브러리(2015); 및, 고레벨 엔트리 시스템에 들어온 정보와 기능 블록 셀 라이브러리(2015)를 사용하여 프로그램을 컴화일하고 SPROC의 데이터 메모리용 소스 데이터 코드와 프로그램 메모리용 소스 프로그램 코드, 메모리 맵을 제공하는 기호 케이블을 출력하는 신호 프로세서 스케줄러/컴화일러(2040)를 구비하고, 이 메모리 맵은 마이크로 프로세서(2120)가 그 프로그램을 따로따로 컴화일함에 있어서 인용하는 변수 명칭으로 SRPOC 어드레스들을 맵핑한다.

Description

처리 태스크를 신호 프로세서 및 이것과 인터페이스하는 의사 결정 마이크로프로세서로 분할하는 시스템
본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음
제1도는 본 발명 SPROC 장치의 블록도와 SPROC 장치의 외부 호스트 및 메모리와의 연결을 나타내는 도면,
제2도는 SPROC의 여러 구성요소 및 포트들이 SPROC의 데이터 RAM에 액세스하는 타이밍도,
제3a도 및 제3b도는 본 발명 SPROC 장치의 내부 프로세서들의 블록도.

Claims (18)

  1. 처리 태스크를 프로그램가능 실시간 신호 프로세서 수단용 태스크들 및 호스트 프로세서 수단용 태스크들로 분할하는 장치로서, 상기 신호 프로세서 수단과 상기 호스트 프로세서 수단이 독립적으로 컴화일되고, 각각이 서로 인터페이스하기 위한 수단을 포함하며, 상기 신호 프로세서 수단이 프로그램 메모리 수단과 데이타 메모리 수단을 포함하는 처리 태스크 분할 장치에 있어서, 상기 신호 프로세서 수단용 상기 처리 태스크를 나타내는 블록 다이어그램을 각각 명칭과 파라미터를 가진 복수의 신호 처리 기능 블록들과 그 기능 블록들간의 복수의 접속부들로 서술하는 수단; 복수의 상기 고레벨 신호 처리 기능 블록 수단을 나타내는 코드와, 명명된 셀 특정 변수 요건들을 포함하는 신호 프로세서 셀 라이브러리 수단; 상기 서술 수단과 상기 신호 프로세서 셀 라이브러리 수단에 접속되어 있어, 상기 코드를 해석하고 스케줄링하고 컴화일하며, 상기 신호 프로세서 수단의 프로그램 메모리용 프로그램 코드, 상기 신호 처리 프로세서 수단의 데이터 메모리용 데이터 코드, 및 상기 신호 프로세서 메모리 장소들과 상기 명명된 셀 변수들과 상기 기능 블록들의 파라미터들간의 대응 테이블을 제공하는 신호 프로세서 스케줄러 수단으로서, 상기 대응 테이블이 상기 호스트 프로세서 수단용이라서 이 호스트 프로세서의 컴화일링에 사용되는 상기 신호 프로세서 스케줄러 수단;을 구비하고, 상기 프로그램 코드와 데이터 코드에 의해 상기 신호 프로세서 수단이 상기 신호 프로세서 수단용 상기 태스크들을 실행하게 되고, 상기 프로그램 코드가 상기 실시간 신호 프로세서 수단의 기능을 제어하고, 상기 데이터 코드가 상기 신호 프로세서 수단의 초기 파라미터 값들과 상기 신호 프로세서 수단의 데이터 메모리 수단내 메모리 장소들의 초기 샘플 데이터 값들을 제공하며, 상기 파라미터 값들이 상기 기능 블록 수단의 파라미터 값들을 나타내는 것을 특징으로 하는 처리 태스크 분할 장치.
  2. 제1항에 있어서, 상기 블록 다이어그램 서술 수단은 상기 복수의 기능 블록 수단의 상기 선택, 엔트리, 파라미터화 및 접속을 위한 고레벨 컴퓨터 화면 엔트리 시스템을 포함하는 처리 태스크 분할 장치.
  3. 제2항에 있어서, 상기 블록 다이어그램 서술 수단은 텍스트 에디터 수단을 더 포함하는 처리 태스크 분할 장치.
  4. 제1항에 있어서, 상기 블록 다이어그램 서술 수단은 각기 명칭과 파라미터를 갖는 복수의 호스트 프로세서 기능 블록 수단과 이들 사이의 복수의 접속부들로 상기 호스트 프로세서 수단용 처리 태스크를 표현하는 수단을 포함하고, 상기 서술 수단은 상기 신호 프로세서 수단에 의한 컴화일용 상기 블록 다이어그램의 특징들과 상기 호스트 프로세서 수단에 의한 컴화일용 상기 블록 다이어그램의 특징들과 상기 호스트 프로세서 수단에 의한 컴화일용 상기 블록 다이어그램의 특징들을 구별하는 수단을 더 포함하는 처리 태스크 분할 장치.
  5. 제1항에 있어서, 상기 호스트 프로세서의 컴화일러에 의한 컴화일이나 상기 호스트 프로세서에 직접 저장하기에 적합한 신호 프로세서 수단 부트 코드를 상기 프로그램 코드 및 상기 데이터 코드로부터 발생하는 수단을 더 포함하고, 상기 호스트 프로세서 수단은 상기 부트 코드를 사용하여 상기 신호 프로세서 수단을 부트업하는 처리 태스크 분할 장치.
  6. 제1항에 있어서, 상기 스케줄러 수단에 의해 발생된 상기 대응 테이블을 상기 호스트 프로세서 수단용 컴화일러에 의한 컴화일에 적합한 코드로 변환하는 대응 테이블 변환 수단을 더 포함하는 처리 태스크 분할 장치.
  7. 제5항에 있어서, 상기 스케줄러 수단에 의해 발생된 상기 대응 테이블을 상기 호스트 프로세서 수단용 컴화일러에 의한 컴화일에 적합한 코드로 변환하는 대응 테이블 변환 수단을 더 포함하는 처리 태스크 분할 장치.
  8. 제1항에 있어서, 상기 신호 프로세서 수단과 협력하는 처리 태스크 분할 장치.
  9. 제8항에 있어서, 상기 신호 프로세서 수단은 실시간 데이터 신호들을 수신하고 처리하므로써, 상기 신호 프로세서 수단의 외부에서 이용가능한 처리 실시간 데이터 신호들을 발생하고, 상기 신호 프로세서 수단은 상기 실시간 데이터 신호들을 수신하는 적어도 하나의 실시간 데이터 신호 수신 수단으로서, 각 실시간 데이터 수신 수단의 반복 순차 형식으로 멀티포트형 중앙 메모리 유닛내 소정의 제1어드레스 장소에 데이터를 기입하는 수단을 포함하는 적어도 하나의 실시간 데이터 신호 수신 수단; 상기 적어도 하나의 실시간 데이터 신호 수신 수단에 결합되어, 상기 수신된 데이터 신호들과 상기 데이타 코드를 저장하며 상기 데이터 메모리 수단을 포함하는 상기 멀티포트형 중앙 메모리 유닛; 상기 멀니포트형 중앙 메모리 유닛에 결합되어, 상기 멀티포트형 중앙 메모리 유닛의 상기 제1어드레스로부터 상기 실시간 데이터 신호들을 얻고, 상기 실시간 데이터 신호들을 처리하여 처리된 데이터 신호들을 발생하고, 상기 멀티포트형 중앙 메모리 유닛의 제2어드레스 장소에 저장하도록 상기 처리된 데이터 신호들을 보내는 디지털 프로세서 수단; 상기 멀티포트형 중앙 메모리 유닛에 결합되어 있고, 상기 멀티포트형 중앙 메모리 유닛의 상기 제2어드레스 장소로부터 상기 처리된 데이터 신호들을 반복 순차형식으로 얻고, 상기 처리된 데이터 신호들을 상기 신호 프로세서 수단의 외부에서 실시간 처리된 데이터 신호들로서 이용가능하게 만드는, 적어도 하나의 데이터 출력 수단; 및 상기 실시간 데이터 신호들을 상기 프로그램 코드에 따라 처리하는 상기 디지털 프로세서 수단에 결합되어 있고, 상기 프로그램 코드를 저장하는 상기 프로그램 메모리 수단;을 구비하고, 상기 신호 프로세서 수단에 의해 수신된 거의 모든 신호 데이터가 상기 멀티포트형 중앙 메모리 유닛을 통해 흐르고, 상기 출력 수단은 상기 신호 프로세서 수단의 안팎으로 데이터 흐름을 조절하고, 상기 디지털 프로세서 수단이 데이터 입력 중단을 거의 받지 않고 작용하게 하는 처리 태스크 분할 장치.
  10. 제9항에 있어서, 상기 신호 프로세서 수단은 상기 프로그램 메모리 수단에 접속되고 상기 멀티포트형 중앙 메모리 유닛에 결합된 병렬 호스트 포트를 더 포함하며, 상기 호스트 포트가 상기 호스트 프로세서 수단에 대한 상기 인터페이스를 포함하는 처리 태스크 분할 장치.
  11. 제1항에 있어서, 상기 신호 프로세서 스케줄러 수단에 결합된 상기 호스트 프로세서 수단용 컴화일러 수단을 더 포함하고, 상기 호스트 프로세서 수단용 상기 컴화일러 수단이 상기 대응 테이블이나 그 변환과 상기 호스트 프로세서 수단의 상기 태스크들을 달성하는 코드를 컴화일하는 처리 태스크 분할 장치.
  12. 제11항에 있어서, 상기 호스트 프로세서 수단과 협력하는 처리 태스크 분할 장치.
  13. 제12항에 있어서, 상기 호스트 프로세서 수단이 마이크로프로세서를 포함하는 처리 태스크 분할 장치.
  14. 처리 태스크를 프로그램가능 실시간 신호 프로세서 수단용 태스크와 호스트 프로세서 수단용 태스크로 분할하는 방법으로서, 상기 신호 프로세서 수단과 상기 호스트 프로세서 수단이 독립적으로 컴화일되고, 각각이 서로 인터페이스하기 위한 수단을 포함하며, 상기 신호 프로세서 수단이 프로그램 메모리 수단과 데이터 메모리 수단을 포함하는 처리 태스크 분할 방법에 있어서, 각각 명칭과 파라미터를 갖는 복수의 고레벨 신호 처리 기능 블록 수단과 그 기능 블록 수단간의 복수의 접속부들로 상기 신호 프로세서 수단용 상기 처리 태스크를 서술하고 표현하는 단계; 상기 복수의 고레벨 신호 처리 기능 블록 수단을 나타내는 코드와, 명명된 셀 특정 변수 요건들을 포함하는 신호 프로세서 셀 라이브러리 수단을 제공하는 단계; 상기 코드를 상기 신호 프로세서 스케줄러 수단으로 해석하고 스케줄하고 컴화일하며, 상기 신호 프로세서 수단의 상기 프로그램 메모리용 프로그램 코드, 상기 신호 프로세서 수단의 상기 데이터 메모리용 데이터 코드, 미 상기 신호 프로세서 메모리 장소들과 상기 기능 블록들의 상기 명명된 셀 변수 및 파라미터들간의 대응 테이블을 제공하는 단계; 상기 대응 테이블 또는 그 변환을 상기 컴화일용 호스트 프로세서 수단의 컴화일러에 제공하는 단계를 포함하는 처리 태스크 분할 방법.
  15. 제14항에 있어서, 상기 프로그램 코드와 데이터 코드를 상기 신호 프로세서에 제공하므로써 상기 신호 프로세서 수단용 상기 태스크들을 실행하는 단계를 더 포함하고, 상기 프로그램 코드가 상기 신호 프로세서 수단의 기능을 제어하고, 상기 데이터 코드가 상기 신호 프로세서 수단에 초기 파라미터 값들을 제공하고 상기 신호 프로세서 수단의 데이터 메모리 수단내 메모리 장소들에 초기 샘플 데이터 값들을 제공하고, 상기 파라미터 값들이 상기 기능 블록 수단의 파라미터 값들을 나타내는 처리 태스크 분할 방법.
  16. 제14항에 있어서, 상기 호스트 프로세서의 상기 컴화일러에 의해 컴화일하거나 상기 호스트 프로세서에 직접 저장하기에 적합 신호 프로세서 수단 부트 코드를 상기 프로그램 코드 및 상기 데이터 코드로부터 발생하는 단계를 더 포함하는 처리 태스크 분할 방법.
  17. 제14항에 있어서, 상기 호스트 프로세서 컴화일러에서 상기 대응 테이블이나 그 변환을 컴화일하는 단계를 더 포함하는 처리 태스크 분할 방법.
  18. 제16항에 있어서, 상기 호스트 프로세서 컴화일러에서 상기 대응 테이블이나 그 변환을 컴화일하는 단계, 상기 호스트 프로세서에 상기 부트 코드를 저장하는 단계, 및 상기 호스트 프로세서에 저장된 상기 부트 코드를 상기 신호 프로세서에 제공하므로써 상기 신호 프로세서를 부트업하는 단계를 더 포함하는 처리 태스크 분할 방법.
    ※참고사항 : 최초출원 내용에 의하여 공개하는 것임.
KR1019940701225A 1991-10-15 1992-10-14 처리 태스크들을 신호 프로세서 및 이것과 인터페이스하는 의사결정 마이크로프로세서로 분할하는 시스템 KR100278730B1 (ko)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US07/776,161 US5287511A (en) 1988-07-11 1991-10-15 Architectures and methods for dividing processing tasks into tasks for a programmable real time signal processor and tasks for a decision making microprocessor interfacing therewith
US776,161 1991-10-15
US776161 1991-10-15
PCT/US1992/008954 WO1993008524A1 (en) 1991-10-15 1992-10-14 System for dividing processing tasks into signal processor and decision-making microprocessor interfacing

Publications (2)

Publication Number Publication Date
KR940703049A true KR940703049A (ko) 1994-09-17
KR100278730B1 KR100278730B1 (ko) 2001-01-15

Family

ID=25106652

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019940701225A KR100278730B1 (ko) 1991-10-15 1992-10-14 처리 태스크들을 신호 프로세서 및 이것과 인터페이스하는 의사결정 마이크로프로세서로 분할하는 시스템

Country Status (10)

Country Link
US (2) US5287511A (ko)
EP (1) EP0681718B1 (ko)
JP (1) JP3190341B2 (ko)
KR (1) KR100278730B1 (ko)
AT (1) ATE198106T1 (ko)
AU (1) AU2902192A (ko)
CA (1) CA2120232C (ko)
DE (1) DE69231599D1 (ko)
IL (1) IL103433A (ko)
WO (1) WO1993008524A1 (ko)

Families Citing this family (223)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5287511A (en) * 1988-07-11 1994-02-15 Star Semiconductor Corporation Architectures and methods for dividing processing tasks into tasks for a programmable real time signal processor and tasks for a decision making microprocessor interfacing therewith
US5410713A (en) * 1992-01-02 1995-04-25 Smith Corona/Acer Power-management system for a computer
JPH07504054A (ja) * 1992-02-18 1995-04-27 アプル・コンピュータ・インコーポレーテッド コンピュータシステムにおけるコプロセッサのプログラミングモデル
US5325530A (en) * 1993-01-29 1994-06-28 International Business Machines Corporation Controller for sequential programming tools executed in a parallel computing environment
CA2128387C (en) * 1993-08-23 1999-12-28 Daniel F. Hurley Method and apparatus for configuring computer programs from available subprograms
US5530643A (en) * 1993-08-24 1996-06-25 Allen-Bradley Company, Inc. Method of programming industrial controllers with highly distributed processing
US5574934A (en) * 1993-11-24 1996-11-12 Intel Corporation Preemptive priority-based transmission of signals using virtual channels
US6064819A (en) * 1993-12-08 2000-05-16 Imec Control flow and memory management optimization
US5546519A (en) * 1994-02-28 1996-08-13 International Business Machines Corporation System and method for visually programming iteration
US5612866A (en) * 1994-06-24 1997-03-18 Integrated Systems, Inc. Code generation system to construct an asynchronous real-time controller for a real-time system
US5623664A (en) * 1994-07-25 1997-04-22 Motorola, Inc. Interactive memory organization system and method therefor
US5613119A (en) * 1994-07-25 1997-03-18 Motorola Inc. Data processor initialization program and method therefor
US6738894B1 (en) * 1995-02-07 2004-05-18 Hitachi, Ltd. Data processor
US5815715A (en) * 1995-06-05 1998-09-29 Motorola, Inc. Method for designing a product having hardware and software components and product therefor
US6311324B1 (en) * 1995-06-07 2001-10-30 Intel Corporation Software profiler which has the ability to display performance data on a computer screen
US7266725B2 (en) 2001-09-03 2007-09-04 Pact Xpp Technologies Ag Method for debugging reconfigurable architectures
US6487607B1 (en) 1998-02-26 2002-11-26 Sun Microsystems, Inc. Methods and apparatus for remote method invocation
US6578044B1 (en) 1997-11-17 2003-06-10 Sun Microsystems, Inc. Method and system for typesafe attribute matching
US6138238A (en) 1997-12-11 2000-10-24 Sun Microsystems, Inc. Stack-based access control using code and executor identifiers
US6226746B1 (en) 1998-03-20 2001-05-01 Sun Microsystems, Inc. Stack-based system and method to combine security requirements of methods
US6393497B1 (en) 1998-03-20 2002-05-21 Sun Microsystems, Inc. Downloadable smart proxies for performing processing associated with a remote procedure call in a distributed system
US6247026B1 (en) 1996-10-11 2001-06-12 Sun Microsystems, Inc. Method, apparatus, and product for leasing of delegation certificates in a distributed system
US6237024B1 (en) 1998-03-20 2001-05-22 Sun Microsystem, Inc. Method and apparatus for the suspension and continuation of remote processes
US6421704B1 (en) 1998-03-20 2002-07-16 Sun Microsystems, Inc. Method, apparatus, and product for leasing of group membership in a distributed system
US6182083B1 (en) 1997-11-17 2001-01-30 Sun Microsystems, Inc. Method and system for multi-entry and multi-template matching in a database
US6446070B1 (en) 1998-02-26 2002-09-03 Sun Microsystems, Inc. Method and apparatus for dynamic distributed computing over a network
US6938263B2 (en) 1996-04-23 2005-08-30 Sun Microsystems, Inc. System and method for facilitating dynamic loading of “stub” information to enable a program operating in one address space to invoke processing of a remote method or procedure in another address space
US6463446B1 (en) 1998-02-26 2002-10-08 Sun Microsystems, Inc. Method and apparatus for transporting behavior in an event-based distributed system
US6598094B1 (en) 1998-03-20 2003-07-22 Sun Microsystems, Inc. Method and apparatus for determining status of remote objects in a distributed system
US6438614B2 (en) 1998-02-26 2002-08-20 Sun Microsystems, Inc. Polymorphic token based control
US6708171B1 (en) 1996-04-23 2004-03-16 Sun Microsystems, Inc. Network proxy
US6466947B2 (en) 1998-03-20 2002-10-15 Sun Microsystems, Inc. Apparatus and method for dynamically verifying information in a distributed system
US6282652B1 (en) 1998-02-26 2001-08-28 Sun Microsystems, Inc. System for separately designating security requirements for methods invoked on a computer
US6185611B1 (en) 1998-03-20 2001-02-06 Sun Microsystem, Inc. Dynamic lookup service in a distributed system
US6272559B1 (en) 1997-10-15 2001-08-07 Sun Microsystems, Inc. Deferred reconstruction of objects and remote loading for event notification in a distributed system
US6560656B1 (en) 1998-02-26 2003-05-06 Sun Microsystems, Inc. Apparatus and method for providing downloadable code for use in communicating with a device in a distributed system
US6832223B1 (en) 1996-04-23 2004-12-14 Sun Microsystems, Inc. Method and system for facilitating access to a lookup service
US6138271A (en) * 1996-06-26 2000-10-24 Rockwell Technologies, Llc Operating system for embedded computers
US5651012A (en) * 1996-08-12 1997-07-22 Advanced Micro Devices, Inc. Implementation of half-path joining in a system for global performance analysis of a latch-based design
US5953008A (en) * 1996-10-01 1999-09-14 Nikon Corporation Source file editing apparatus
US6237009B1 (en) 1996-10-11 2001-05-22 Sun Microsystems, Inc. Lease renewal service
US5832529A (en) 1996-10-11 1998-11-03 Sun Microsystems, Inc. Methods, apparatus, and product for distributed garbage collection
US6728737B2 (en) 1996-10-11 2004-04-27 Sun Microsystems, Inc. Method and system for leasing storage
DE19651075A1 (de) * 1996-12-09 1998-06-10 Pact Inf Tech Gmbh Einheit zur Verarbeitung von numerischen und logischen Operationen, zum Einsatz in Prozessoren (CPU's), Mehrrechnersystemen, Datenflußprozessoren (DFP's), digitalen Signal Prozessoren (DSP's) oder dergleichen
DE19654595A1 (de) * 1996-12-20 1998-07-02 Pact Inf Tech Gmbh I0- und Speicherbussystem für DFPs sowie Bausteinen mit zwei- oder mehrdimensionaler programmierbaren Zellstrukturen
DE19654846A1 (de) * 1996-12-27 1998-07-09 Pact Inf Tech Gmbh Verfahren zum selbständigen dynamischen Umladen von Datenflußprozessoren (DFPs) sowie Bausteinen mit zwei- oder mehrdimensionalen programmierbaren Zellstrukturen (FPGAs, DPGAs, o. dgl.)
DE59710317D1 (de) * 1996-12-27 2003-07-24 Pact Inf Tech Gmbh VERFAHREN ZUM SELBSTÄNDIGEN DYNAMISCHEN UMLADEN VON DATENFLUSSPROZESSOREN (DFPs) SOWIE BAUSTEINEN MIT ZWEI- ODER MEHRDIMENSIONALEN PROGRAMMIERBAREN ZELLSTRUKTUREN (FPGAs, DPGAs, o.dgl.)
US6542998B1 (en) 1997-02-08 2003-04-01 Pact Gmbh Method of self-synchronization of configurable elements of a programmable module
US5867658A (en) * 1997-04-04 1999-02-02 International Business Machines Corporation Method and apparatus for implementing a stop state for a processor in a multiprocessor system
US6026508A (en) * 1997-04-22 2000-02-15 International Business Machines Corporation Storage sub-system compression and dataflow chip offering excellent data integrity
US5873063A (en) * 1997-05-16 1999-02-16 United Microelectronics Corporation LSP speech synthesis device
WO1999004349A1 (en) * 1997-07-15 1999-01-28 Koninklijke Philips Electronics N.V. A method and system for designing a graphical user interface for an electronic consumer product
US8686549B2 (en) 2001-09-03 2014-04-01 Martin Vorbach Reconfigurable elements
US9092595B2 (en) 1997-10-08 2015-07-28 Pact Xpp Technologies Ag Multiprocessor having associated RAM units
US6957427B1 (en) 1997-10-15 2005-10-18 Sun Microsystems, Inc. Remote object activation in a distributed system
US6253256B1 (en) 1997-10-15 2001-06-26 Sun Microsystems, Inc. Deferred reconstruction of objects and remote loading in a distributed system
US6075935A (en) * 1997-12-01 2000-06-13 Improv Systems, Inc. Method of generating application specific integrated circuits using a programmable hardware architecture
DE19861088A1 (de) * 1997-12-22 2000-02-10 Pact Inf Tech Gmbh Verfahren zur Reparatur von integrierten Schaltkreisen
WO1999044133A2 (en) 1998-02-26 1999-09-02 Sun Microsystems, Inc. Method and system for deterministic hashes to identify remote methods
US6449757B1 (en) 1998-02-26 2002-09-10 Micron Technology, Inc. Hierarchical semiconductor design
US6922659B2 (en) * 1998-02-26 2005-07-26 Micron Technology, Inc. Parameter population of cells of a hierarchical semiconductor structure via file relation
US6604127B2 (en) 1998-03-20 2003-08-05 Brian T. Murphy Dynamic lookup service in distributed system
WO1999046689A1 (en) * 1998-03-12 1999-09-16 Crossworlds Software, Inc. Execution of extended activity diagrams by code generation
DE59901753D1 (de) * 1998-08-17 2002-07-18 Siemens Ag Verfahren zur konvertierung unterschiedlicher datenformate
US6493868B1 (en) * 1998-11-02 2002-12-10 Texas Instruments Incorporated Integrated development tool
US6266661B1 (en) * 1998-11-30 2001-07-24 Platinum Technology Ip, Inc. Method and apparatus for maintaining multi-instance database management systems with hierarchical inheritance and cross-hierarchy overrides
US6901518B1 (en) 1999-04-08 2005-05-31 Sun Microsystems, Inc. Method and system for establishing trust in downloaded proxy code
DE10081643D2 (de) 1999-06-10 2002-05-29 Pact Inf Tech Gmbh Sequenz-Partitionierung auf Zellstrukturen
US6877163B1 (en) 1999-06-14 2005-04-05 Sun Microsystems, Inc. Method and system for dynamic proxy classes
US6665796B1 (en) * 1999-08-18 2003-12-16 Sun Microsystems, Inc. Microprocessor instruction result obfuscation
US6347318B1 (en) * 1999-09-01 2002-02-12 Hewlett-Packard Company Method, system, and apparatus to improve performance of tree-based data structures in computer programs
US6591230B1 (en) * 1999-11-12 2003-07-08 Texas Instruments Incorporated Coprocessor for synthesizing signals based upon quadratic polynomial sinusoids
US6446240B1 (en) * 1999-11-30 2002-09-03 Synopsys, Inc. Evaluation of a technology library for use in an electronic design automation system that converts the technology library into non-linear, gain-based models for estimating circuit delay
JP2001265714A (ja) * 2000-01-13 2001-09-28 Sony Computer Entertainment Inc インターフェイス装置及びそれを備えた情報処理システム
US7036106B1 (en) * 2000-02-17 2006-04-25 Tensilica, Inc. Automated processor generation system for designing a configurable processor and method for the same
US6839830B2 (en) * 2000-03-01 2005-01-04 Realtek Semiconductor Corporation Logical pipeline for data communications system
RU2158319C1 (ru) * 2000-04-25 2000-10-27 Институт металлургии и материаловедения им. А.А. Байкова РАН Высокопрочная коррозионно- и износостойкая аустенитная сталь
US7243356B1 (en) 2000-05-09 2007-07-10 Sun Microsystems, Inc. Remote method invocation with secure messaging in a distributed computing environment
US7260543B1 (en) 2000-05-09 2007-08-21 Sun Microsystems, Inc. Automatic lease renewal with message gates in a distributed computing environment
US6898618B1 (en) 2000-05-09 2005-05-24 Sun Microsystems, Inc. Client-specified display services in a distributed computing environment
US7065574B1 (en) 2000-05-09 2006-06-20 Sun Microsystems, Inc. Messaging system using pairs of message gates in a distributed computing environment
US7200848B1 (en) 2000-05-09 2007-04-03 Sun Microsystems, Inc. Migrating processes using data representation language representations of the processes in a distributed computing environment
US7016966B1 (en) 2000-05-09 2006-03-21 Sun Microsystems, Inc. Generating results gates in a distributed computing environment
US6868447B1 (en) 2000-05-09 2005-03-15 Sun Microsystems, Inc. Mechanism and apparatus for returning results of services in a distributed computing environment
US6862594B1 (en) 2000-05-09 2005-03-01 Sun Microsystems, Inc. Method and apparatus to discover services using flexible search criteria
US7072967B1 (en) 2000-05-09 2006-07-04 Sun Microsystems, Inc. Efficient construction of message endpoints
US7577834B1 (en) 2000-05-09 2009-08-18 Sun Microsystems, Inc. Message authentication using message gates in a distributed computing environment
US6973493B1 (en) 2000-05-09 2005-12-06 Sun Microsystems, Inc. Mechanism and apparatus for security of newly spawned repository spaces in a distributed computing environment
US7395333B1 (en) 2000-05-09 2008-07-01 Sun Microsystems, Inc. Method and apparatus to obtain negotiated service advertisement
US6950875B1 (en) 2000-05-09 2005-09-27 Sun Microsystems, Inc. Message conductors in a distributed computing environment
US7370091B1 (en) 2000-05-09 2008-05-06 Sun Microsystems, Inc. Method and apparatus for obtaining space advertisements
US6789126B1 (en) 2000-05-09 2004-09-07 Sun Microsystems, Inc. Addressing message gates in a distributed computing environment
US7080078B1 (en) 2000-05-09 2006-07-18 Sun Microsystems, Inc. Mechanism and apparatus for URI-addressable repositories of service advertisements and other content in a distributed computing environment
US7716492B1 (en) 2000-05-09 2010-05-11 Oracle America, Inc. Method and apparatus to obtain service capability credentials
US6789077B1 (en) 2000-05-09 2004-09-07 Sun Microsystems, Inc. Mechanism and apparatus for web-based searching of URI-addressable repositories in a distributed computing environment
US6918084B1 (en) 2000-05-09 2005-07-12 Sun Microsystems, Inc. Spawning new repository spaces using information provided in advertisement schema messages
US8001232B1 (en) 2000-05-09 2011-08-16 Oracle America, Inc. Event message endpoints in a distributed computing environment
US7188251B1 (en) 2000-05-09 2007-03-06 Sun Microsystems, Inc. System and method for secure message-based leasing of resources in a distributed computing environment
US6643650B1 (en) 2000-05-09 2003-11-04 Sun Microsystems, Inc. Mechanism and apparatus for using messages to look up documents stored in spaces in a distributed computing environment
US7010573B1 (en) 2000-05-09 2006-03-07 Sun Microsystems, Inc. Message gates using a shared transport in a distributed computing environment
US6792466B1 (en) 2000-05-09 2004-09-14 Sun Microsystems, Inc. Trusted construction of message endpoints in a distributed computing environment
US8135796B1 (en) 2000-05-09 2012-03-13 Oracle America, Inc. Mechanism and apparatus for accessing and addressing services in a distributed computing environment
US6917976B1 (en) 2000-05-09 2005-07-12 Sun Microsystems, Inc. Message-based leasing of resources in a distributed computing environment
US6850979B1 (en) 2000-05-09 2005-02-01 Sun Microsystems, Inc. Message gates in a distributed computing environment
US8082491B1 (en) 2000-05-09 2011-12-20 Oracle America, Inc. Dynamic displays in a distributed computing environment
US6970869B1 (en) 2000-05-09 2005-11-29 Sun Microsystems, Inc. Method and apparatus to discover services and negotiate capabilities
GB2381910B (en) * 2000-05-11 2005-03-02 Quickturn Design Systems Inc Emulation circuit with a hold time algorithm logic analyzer and shadow memory
US6763440B1 (en) 2000-06-02 2004-07-13 Sun Microsystems, Inc. Garbage collection using nursery regions for new objects in a virtual heap
US6760815B1 (en) * 2000-06-02 2004-07-06 Sun Microsystems, Inc. Caching mechanism for a virtual heap
US6957237B1 (en) 2000-06-02 2005-10-18 Sun Microsystems, Inc. Database store for a virtual heap
US6854115B1 (en) 2000-06-02 2005-02-08 Sun Microsystems, Inc. Process persistence in a virtual machine
US6865657B1 (en) 2000-06-02 2005-03-08 Sun Microsystems, Inc. Garbage collector for a virtual heap
JP2004506261A (ja) * 2000-06-13 2004-02-26 ペーアーツェーテー イクスペーペー テクノロジーズ アクチエンゲゼルシャフト パイプラインctプロトコルおよびct通信
WO2002005144A1 (en) * 2000-07-03 2002-01-17 Cadence Design Systems, Inc. Circuit component interface
US7293255B2 (en) * 2000-09-25 2007-11-06 Sun Microsystems, Inc. Apparatus and method for automated creation of resource types
US8058899B2 (en) 2000-10-06 2011-11-15 Martin Vorbach Logic cell array and bus system
US20040205718A1 (en) * 2000-12-11 2004-10-14 Sun Microsystems, Inc. Self-tuning object libraries
US7319700B1 (en) * 2000-12-29 2008-01-15 Juniper Networks, Inc. Communicating constraint information for determining a path subject to such constraints
US7296275B2 (en) 2001-01-04 2007-11-13 Sun Microsystems, Inc. Method and system for passing objects in a distributed system using serialization contexts
US7844796B2 (en) 2001-03-05 2010-11-30 Martin Vorbach Data processing device and method
US7444531B2 (en) 2001-03-05 2008-10-28 Pact Xpp Technologies Ag Methods and devices for treating and processing data
US9552047B2 (en) 2001-03-05 2017-01-24 Pact Xpp Technologies Ag Multiprocessor having runtime adjustable clock and clock dependent power supply
US9436631B2 (en) 2001-03-05 2016-09-06 Pact Xpp Technologies Ag Chip including memory element storing higher level memory data on a page by page basis
US20070299993A1 (en) * 2001-03-05 2007-12-27 Pact Xpp Technologies Ag Method and Device for Treating and Processing Data
US9037807B2 (en) * 2001-03-05 2015-05-19 Pact Xpp Technologies Ag Processor arrangement on a chip including data processing, memory, and interface elements
US20090300262A1 (en) * 2001-03-05 2009-12-03 Martin Vorbach Methods and devices for treating and/or processing data
US9141390B2 (en) 2001-03-05 2015-09-22 Pact Xpp Technologies Ag Method of processing data with an array of data processors according to application ID
US9250908B2 (en) 2001-03-05 2016-02-02 Pact Xpp Technologies Ag Multi-processor bus and cache interconnection system
US7657877B2 (en) * 2001-06-20 2010-02-02 Pact Xpp Technologies Ag Method for processing data
US10031733B2 (en) 2001-06-20 2018-07-24 Scientia Sol Mentis Ag Method for processing data
US7996827B2 (en) * 2001-08-16 2011-08-09 Martin Vorbach Method for the translation of programs for reconfigurable architectures
US7434191B2 (en) * 2001-09-03 2008-10-07 Pact Xpp Technologies Ag Router
US7660887B2 (en) * 2001-09-07 2010-02-09 Sun Microsystems, Inc. Systems and methods for providing dynamic quality of service for a distributed system
US7756969B1 (en) 2001-09-07 2010-07-13 Oracle America, Inc. Dynamic provisioning of identification services in a distributed system
EP1429244A4 (en) * 2001-09-18 2006-10-04 Asahi Chemical Ind COMPILER
US8686475B2 (en) * 2001-09-19 2014-04-01 Pact Xpp Technologies Ag Reconfigurable elements
WO2003060747A2 (de) * 2002-01-19 2003-07-24 Pact Xpp Technologies Ag Reconfigurierbarer prozessor
EP1347375A1 (en) * 2002-02-07 2003-09-24 Sap Ag Method and apparatus for parallel distributed compilation
EP2043000B1 (de) * 2002-02-18 2011-12-21 Richter, Thomas Bussysteme und Rekonfigurationsverfahren
US20060075211A1 (en) * 2002-03-21 2006-04-06 Martin Vorbach Method and device for data processing
US9170812B2 (en) 2002-03-21 2015-10-27 Pact Xpp Technologies Ag Data processing system having integrated pipelined array data processor
US8914590B2 (en) * 2002-08-07 2014-12-16 Pact Xpp Technologies Ag Data processing method and device
US7243342B2 (en) * 2002-06-11 2007-07-10 Intel Corporation Methods and apparatus for determining if a user-defined software function is a memory allocation function during compile-time
US7039897B2 (en) * 2002-07-12 2006-05-02 Hewlett-Packard Development Company, L.P. Modeling a target system by interpolating
AU2003286131A1 (en) * 2002-08-07 2004-03-19 Pact Xpp Technologies Ag Method and device for processing data
US20110238948A1 (en) * 2002-08-07 2011-09-29 Martin Vorbach Method and device for coupling a data processing unit and a data processing array
US7657861B2 (en) 2002-08-07 2010-02-02 Pact Xpp Technologies Ag Method and device for processing data
US7394284B2 (en) * 2002-09-06 2008-07-01 Pact Xpp Technologies Ag Reconfigurable sequencer structure
US7340717B2 (en) * 2002-09-24 2008-03-04 Agilent Technologies, Inc. Method for providing enhanced dynamic system simulation capability outside the original modeling environment
US7167908B2 (en) * 2002-09-27 2007-01-23 Intel Corporation Facilitating operation of a multi-processor system via a resolved symbolic constant
US6971083B1 (en) * 2002-11-13 2005-11-29 Altera Corporation Method for programming programmable logic device with blocks that perform multiplication and other arithmetic functions
US7197743B2 (en) * 2003-03-04 2007-03-27 Hitachi, Ltd. Method for generating computer software for embedded systems
US7489362B2 (en) 2003-03-04 2009-02-10 Broadcom Corporation Television functionality on a chip
US7263627B2 (en) * 2003-08-15 2007-08-28 Broadcom Corporation System and method having strapping with override functions
JP2006524850A (ja) * 2003-04-04 2006-11-02 ペーアーツェーテー イクスペーペー テクノロジーズ アクチエンゲゼルシャフト データ処理方法およびデータ処理装置
US7984434B1 (en) * 2003-05-21 2011-07-19 Altera Corporation Nondestructive patching mechanism
EP1676208A2 (en) * 2003-08-28 2006-07-05 PACT XPP Technologies AG Data processing device and method
JP2007514214A (ja) * 2003-10-27 2007-05-31 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ 使用率を計測するための計測ユニットを備える集積回路
US7882165B2 (en) 2003-12-29 2011-02-01 Xilinx, Inc. Digital signal processing element having an arithmetic logic unit
US7844653B2 (en) * 2003-12-29 2010-11-30 Xilinx, Inc. Digital signal processing circuit having a pre-adder circuit
US7860915B2 (en) 2003-12-29 2010-12-28 Xilinx, Inc. Digital signal processing circuit having a pattern circuit for determining termination conditions
US7870182B2 (en) * 2003-12-29 2011-01-11 Xilinx Inc. Digital signal processing circuit having an adder circuit with carry-outs
US7865542B2 (en) * 2003-12-29 2011-01-04 Xilinx, Inc. Digital signal processing block having a wide multiplexer
US7840630B2 (en) * 2003-12-29 2010-11-23 Xilinx, Inc. Arithmetic logic unit circuit
US7853634B2 (en) * 2003-12-29 2010-12-14 Xilinx, Inc. Digital signal processing circuit having a SIMD circuit
US7849119B2 (en) * 2003-12-29 2010-12-07 Xilinx, Inc. Digital signal processing circuit having a pattern detector circuit
US7853632B2 (en) * 2003-12-29 2010-12-14 Xilinx, Inc. Architectural floorplan for a digital signal processing circuit
US7853636B2 (en) * 2003-12-29 2010-12-14 Xilinx, Inc. Digital signal processing circuit having a pattern detector circuit for convergent rounding
US7840627B2 (en) * 2003-12-29 2010-11-23 Xilinx, Inc. Digital signal processing circuit having input register blocks
US7792874B1 (en) 2004-01-30 2010-09-07 Oracle America, Inc. Dynamic provisioning for filtering and consolidating events
US7434205B1 (en) 2004-02-19 2008-10-07 Steenhagen Shawn K Virtual type interpretation, interaction and detection
US7937172B2 (en) * 2004-07-28 2011-05-03 Mitsubishi Electric Corporation Program creating device for programmable controller, program creating method for programmable controller, and recording medium having program recorded thereon
US8014541B1 (en) * 2004-10-08 2011-09-06 Kind of Loud Technologies, LLC. Method and system for audio filtering
US8190669B1 (en) 2004-10-20 2012-05-29 Nvidia Corporation Multipurpose arithmetic functional unit
US20060094935A1 (en) * 2004-10-20 2006-05-04 Coulbourn Instruments, L.L.C. Portable psychophysiology system and method of use
FR2880450A1 (fr) * 2005-01-03 2006-07-07 France Telecom Procede d'affectation de ressources
JP2008530642A (ja) * 2005-02-07 2008-08-07 ペーアーツェーテー イクスペーペー テクノロジーズ アクチエンゲゼルシャフト 低レイテンシーの大量並列データ処理装置
WO2006129285A1 (en) * 2005-06-03 2006-12-07 Nxp B.V. Data processing system and method for scheduling the use of at least one exclusive resource
US8285972B2 (en) 2005-10-26 2012-10-09 Analog Devices, Inc. Lookup table addressing system and method
US7728744B2 (en) * 2005-10-26 2010-06-01 Analog Devices, Inc. Variable length decoder system and method
US8024551B2 (en) 2005-10-26 2011-09-20 Analog Devices, Inc. Pipelined digital signal processor
US8250503B2 (en) * 2006-01-18 2012-08-21 Martin Vorbach Hardware definition method including determining whether to implement a function as hardware or software
US7764185B1 (en) * 2006-01-26 2010-07-27 The United States Of America As Represented By The Secretary Of The Army System, user warning and positioning device for use therein, and computer program product therefor, for tactical distributed event warning notification for individual entities
US8037119B1 (en) 2006-02-21 2011-10-11 Nvidia Corporation Multipurpose functional unit with single-precision and double-precision operations
US7818730B1 (en) * 2006-06-30 2010-10-19 The Math Works, Inc. Automatic minimal build dependency determination and building an executable with source code
US20080126956A1 (en) 2006-08-04 2008-05-29 Kodosky Jeffrey L Asynchronous Wires for Graphical Programming
US7793268B2 (en) * 2006-08-28 2010-09-07 International Business Machines Corporation Method, system, and program product for composing a virtualized computing environment
US7953958B2 (en) * 2006-09-29 2011-05-31 Mediatek Inc. Architecture for joint detection hardware accelerator
US8051123B1 (en) 2006-12-15 2011-11-01 Nvidia Corporation Multipurpose functional unit with double-precision and filtering operations
US7882284B2 (en) * 2007-03-26 2011-02-01 Analog Devices, Inc. Compute unit with an internal bit FIFO circuit
US20080288201A1 (en) * 2007-05-18 2008-11-20 Eric Gregory Oettinger "methods and apparatus to measure a transfer function of a control system"
US8386999B2 (en) * 2007-08-09 2013-02-26 Infonovus Technologies, Llc Method and system for analyzing a software design
US8091079B2 (en) * 2007-08-29 2012-01-03 International Business Machines Corporation Implementing shadow versioning to improve data dependence analysis for instruction scheduling
US8301990B2 (en) * 2007-09-27 2012-10-30 Analog Devices, Inc. Programmable compute unit with internal register and bit FIFO for executing Viterbi code
DE102007051345A1 (de) * 2007-10-26 2009-04-30 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Explosivstoffladung
US8140549B2 (en) * 2007-10-31 2012-03-20 Juan Carlos Barinaga Methods and arrangements of processing and presenting information
US8106914B2 (en) * 2007-12-07 2012-01-31 Nvidia Corporation Fused multiply-add functional unit
US8291388B2 (en) 2008-01-09 2012-10-16 International Business Machines Corporation System, method and program for executing a debugger
US8209665B2 (en) * 2008-04-08 2012-06-26 Infosys Limited Identification of topics in source code
CA2719835C (en) * 2008-04-18 2014-07-15 Semiconductor Insights Inc. Method of deriving an integrated circuit schematic diagram
US8266571B2 (en) 2008-06-10 2012-09-11 Oasis Tooling, Inc. Methods and devices for independent evaluation of cell integrity, changes and origin in chip design for production workflow
JP5151722B2 (ja) * 2008-06-20 2013-02-27 ソニー株式会社 データ処理装置およびその方法、並びにプログラム
US8479133B2 (en) * 2009-01-27 2013-07-02 Xilinx, Inc. Method of and circuit for implementing a filter in an integrated circuit
US8543635B2 (en) * 2009-01-27 2013-09-24 Xilinx, Inc. Digital signal processing block with preadder stage
JP5460409B2 (ja) * 2010-03-25 2014-04-02 京セラドキュメントソリューションズ株式会社 情報処理システム
US8910046B2 (en) 2010-07-15 2014-12-09 Apple Inc. Media-editing application with anchored timeline
US8689200B1 (en) * 2011-01-12 2014-04-01 Google Inc. Method and system for optimizing an executable program by generating special operations for identical program entities
US8683455B1 (en) 2011-01-12 2014-03-25 Google Inc. Method and system for optimizing an executable program by selectively merging identical program entities
US9099161B2 (en) 2011-01-28 2015-08-04 Apple Inc. Media-editing application with multiple resolution modes
US11747972B2 (en) 2011-02-16 2023-09-05 Apple Inc. Media-editing application with novel editing tools
US9997196B2 (en) 2011-02-16 2018-06-12 Apple Inc. Retiming media presentations
EP2718860A4 (en) 2011-06-10 2015-03-04 Oasis Tooling Inc INTELLECTUAL PROPERTY IDENTIFICATION OF HIERARCHICAL CHIP DESIGN BY SUMMARY
US8832670B2 (en) * 2011-07-01 2014-09-09 Mitsubishi Electric Corporation Programmable controller and programming tool for communication with legacy equipment
US9251554B2 (en) 2012-12-26 2016-02-02 Analog Devices, Inc. Block-based signal processing
CN104714834B (zh) * 2013-12-14 2018-01-12 中国航空工业集团公司第六三一研究所 一种空间确定的任务调度方法
US9400685B1 (en) * 2015-01-30 2016-07-26 Huawei Technologies Co., Ltd. Dividing, scheduling, and parallel processing compiled sub-tasks on an asynchronous multi-core processor
ES2552739B1 (es) 2015-08-03 2016-07-04 Keysight Technologies Singapore (Holdings) Pte. Ltd. Sistema de Ejecución Determinista en Tiempo, Distribuida y Sincronizada para Aplicaciones de Control, Test y Medida
DE102015215513A1 (de) * 2015-08-13 2017-02-16 Avl List Gmbh System zur Überwachung einer technischen Vorrichtung
US9419621B1 (en) * 2015-09-18 2016-08-16 Freescale Semiconductor, Inc. System on chip and method of operating a system on chip
US9672030B2 (en) * 2015-10-14 2017-06-06 International Business Machines Corporation Generating comprehensive symbol tables for source code files
CN108959107B (zh) * 2017-05-18 2020-06-16 深圳市中兴微电子技术有限公司 一种共享方法及装置
GB2571352B (en) * 2018-02-27 2020-10-21 Advanced Risc Mach Ltd An apparatus and method for accessing metadata when debugging a device
US10761822B1 (en) * 2018-12-12 2020-09-01 Amazon Technologies, Inc. Synchronization of computation engines with non-blocking instructions

Family Cites Families (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3815104A (en) * 1973-01-18 1974-06-04 Lexitron Corp Information processing system
US4193123A (en) * 1978-03-20 1980-03-11 Bell Telephone Laboratories, Incorporated Fault detection in data rate conversion systems using a first-in, first-out buffer
US4231087A (en) * 1978-10-18 1980-10-28 Bell Telephone Laboratories, Incorporated Microprocessor support system
US4414665A (en) * 1979-11-21 1983-11-08 Nippon Telegraph & Telephone Public Corp. Semiconductor memory device test apparatus
US4315313A (en) * 1979-12-27 1982-02-09 Ncr Corporation Diagnostic circuitry in a data processor
US4467409A (en) * 1980-08-05 1984-08-21 Burroughs Corporation Flexible computer architecture using arrays of standardized microprocessors customized for pipeline and parallel operations
JPS57105897A (en) * 1980-12-23 1982-07-01 Fujitsu Ltd Semiconductor storage device
US4410984A (en) * 1981-04-03 1983-10-18 Honeywell Information Systems Inc. Diagnostic testing of the data path in a microprogrammed data processor
US4371952A (en) * 1981-05-06 1983-02-01 Ncr Corporation Diagnostic circuitry for isolating a faulty subsystem in a data processing system
US4435759A (en) * 1981-06-15 1984-03-06 International Business Machines Corporation Hardware monitor for obtaining processor software/hardware interrelationships
US4439839A (en) * 1981-08-24 1984-03-27 International Telephone And Telegraph Corporation Dynamically programmable processing element
US4626985A (en) * 1982-12-30 1986-12-02 Thomson Components - Mostek Corporation Single-chip microcomputer with internal time-multiplexed address/data/interrupt bus
JPS59216256A (ja) * 1983-05-24 1984-12-06 Iwatsu Electric Co Ltd マイクロプロセツサの動作解析装置
US4581738A (en) * 1983-10-06 1986-04-08 Honeywell Information Systems Inc. Test and maintenance method and apparatus for a data processing system
US4608693A (en) * 1984-05-07 1986-08-26 At&T Bell Laboratories Fault detection arrangement for a digital conferencing system
US4750111A (en) * 1984-08-22 1988-06-07 Crosby Jr Edward D Computer system for processing analog and digital data
US4641238A (en) * 1984-12-10 1987-02-03 Itt Corporation Multiprocessor system employing dynamically programmable processing elements controlled by a master processor
US4604683A (en) * 1984-12-10 1986-08-05 Advanced Computer Communications Communication controller using multiported random access memory
US4860192A (en) * 1985-02-22 1989-08-22 Intergraph Corporation Quadword boundary cache system
US4674089A (en) * 1985-04-16 1987-06-16 Intel Corporation In-circuit emulator
US4972314A (en) * 1985-05-20 1990-11-20 Hughes Aircraft Company Data flow signal processor method and apparatus
US4967340A (en) * 1985-06-12 1990-10-30 E-Systems, Inc. Adaptive processing system having an array of individually configurable processing components
US4748573A (en) * 1985-06-28 1988-05-31 Honeywell Inc. Test management system to acquire, process and display test data
US4873630A (en) * 1985-07-31 1989-10-10 Unisys Corporation Scientific processor to support a host processor referencing common memory
DE3685078D1 (de) * 1985-09-09 1992-06-04 Hitachi Ltd Speicherpruefgeraet.
US4740894A (en) * 1985-09-27 1988-04-26 Schlumberger Systems And Services, Inc. Computing processor with memoryless function units each connected to different part of a multiported memory
US4750116A (en) * 1985-10-11 1988-06-07 International Business Machines Corporation Hardware resource management
US4783782A (en) * 1985-12-12 1988-11-08 Alcatel U.S.A. Corporation Manufacturing test data storage apparatus for dynamically reconfigurable cellular array processor chip
US4677873A (en) * 1985-12-23 1987-07-07 Chrysler Motors Corporation Transfer case with inter-axle dual-planetary differential
US4724521A (en) * 1986-01-14 1988-02-09 Veri-Fone, Inc. Method for operating a local terminal to execute a downloaded application program
JP2527935B2 (ja) * 1986-05-19 1996-08-28 株式会社 アドバンテスト 半導体メモリ試験装置
DE3773773D1 (de) * 1986-06-25 1991-11-21 Nec Corp Pruefschaltung fuer eine speichereinrichtung mit willkuerlichem zugriff.
US4868785A (en) * 1987-01-27 1989-09-19 Tektronix, Inc. Block diagram editor system and method for controlling electronic instruments
US5151984A (en) * 1987-06-22 1992-09-29 Newman William C Block diagram simulator using a library for generation of a computer program
EP0321000A3 (en) * 1987-12-18 1990-08-01 Nec Corporation Assembler system
GB2217058A (en) * 1988-03-23 1989-10-18 Benchmark Technologies Processing integral transform operations
US5287511A (en) * 1988-07-11 1994-02-15 Star Semiconductor Corporation Architectures and methods for dividing processing tasks into tasks for a programmable real time signal processor and tasks for a decision making microprocessor interfacing therewith
US5068823A (en) * 1988-07-11 1991-11-26 Star Semiconductor Corporation Programmable integrated circuit using topological and parametric data to selectively connect and configure different high level functional blocks thereof
US5031111C1 (en) * 1988-08-08 2001-03-27 Trw Inc Automated circuit design method
US4985830A (en) * 1988-09-27 1991-01-15 Universities Research Association, Inc. Interprocessor bus switching system for simultaneous communication in plural bus parallel processing system
US4965718A (en) * 1988-09-29 1990-10-23 International Business Machines Corporation Data processing system incorporating a memory resident directive for synchronizing multiple tasks among plurality of processing elements by monitoring alternation of semaphore data

Also Published As

Publication number Publication date
EP0681718A1 (en) 1995-11-15
US5524244A (en) 1996-06-04
EP0681718B1 (en) 2000-12-13
AU2902192A (en) 1993-05-21
JPH07504281A (ja) 1995-05-11
KR100278730B1 (ko) 2001-01-15
JP3190341B2 (ja) 2001-07-23
IL103433A0 (en) 1993-03-15
EP0681718A4 (en) 1995-09-20
DE69231599D1 (de) 2001-01-18
WO1993008524A1 (en) 1993-04-29
CA2120232C (en) 2001-07-31
CA2120232A1 (en) 1993-04-29
ATE198106T1 (de) 2000-12-15
US5287511A (en) 1994-02-15
IL103433A (en) 1997-03-18

Similar Documents

Publication Publication Date Title
KR940703049A (ko) 처리 태스크를 신호 프로세서 및 이것과 인터페이스하는 의사 결정 마이크로 프로세서로 분할하는 시스템
EP0709773B1 (en) System and method for generating target language code utilizing an object oriented code generator
US5247678A (en) Load time linker for software used with a multiprocessor system
JPH08202545A (ja) ターゲット言語コードを生成するためのオブジェクト指向システム及びその方法
CN105117210A (zh) 一种面向wscn的图形化编程系统
Fauth et al. Automated generation of DSP program development tools using a machine description formalism
Nelson A comparison of PASCAL intermediate languages
WO2021024520A1 (ja) 情報処理装置、サポートプログラムおよびサポートシステム
CN111767033A (zh) 用于机械臂程序开发的编程系统及功能扩展方法
CN107562430B (zh) 一种针对移动π演算语言的文件处理功能的编译方法
Oussorov et al. Integration of instruction set simulators into SystemC high level models
Horta et al. Accelerating linux bash commands on fpgas using partial reconfiguration
Alnajjar et al. Project Nheengatu: EPICS support for CompactRIO FPGA and LabVIEW-RT
Johnson Signal processing software tools
Sloman The Evolution of Poplog and Pop-11 at Sussex University
Karjalainen A Lisp-based High-level Programming Environment for the TMS320C30
JP3697351B2 (ja) プログラム自動生成装置
Parab et al. How to Build First Nios II System
KR970011897B1 (ko) 언어해석 처리장치
Gräf An llvm bitcode interface between pure and faust
Lakshminarayana et al. Tool—A New Language for Real Time Control Applications
Canalda et al. Pagode
Hinrichs PCS+ Tool Chain User’s Guide Version 3.0
JPH0612259A (ja) コンパイラ処理方式
Rybicki Interactive Incremental Hardware Synthesis

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
G170 Re-publication after modification of scope of protection [patent]
FPAY Annual fee payment

Payment date: 20081021

Year of fee payment: 9

LAPS Lapse due to unpaid annual fee