WO2001098922A1 - Dynamically configurable processor core and method for making the same - Google Patents

Dynamically configurable processor core and method for making the same Download PDF

Info

Publication number
WO2001098922A1
WO2001098922A1 PCT/US2001/019781 US0119781W WO0198922A1 WO 2001098922 A1 WO2001098922 A1 WO 2001098922A1 US 0119781 W US0119781 W US 0119781W WO 0198922 A1 WO0198922 A1 WO 0198922A1
Authority
WO
WIPO (PCT)
Prior art keywords
register
signals
data signals
address
memory
Prior art date
Application number
PCT/US2001/019781
Other languages
French (fr)
Inventor
Bhaskar Bose
Mustafa Esen Tuna
Ingo Ciliax
Original Assignee
Derivation Systems, Inc.
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 Derivation Systems, Inc. filed Critical Derivation Systems, Inc.
Priority to AU2001268629A priority Critical patent/AU2001268629A1/en
Publication of WO2001098922A1 publication Critical patent/WO2001098922A1/en

Links

Classifications

    • 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/7867Architectures of general purpose stored program computers comprising a single central processing unit with reconfigurable architecture
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design

Definitions

  • the present invention relates to electronic circuitry and, more particularly, to dynamically configurable processor cores and methods for making the same.
  • FPGA field programmable gate array
  • ASIC application specific integrated circuit
  • the invention is a processor core for implementation in an electronic circuit.
  • the processor core includes a memory, an instruction register, a register signal circuit, a register file, and an arithmetic logic unit.
  • the memory is responsive to memory write instructions to store address and data signals and responsive to memory read instructions to read and produce the stored address and data signals.
  • the instruction register receives the produced stored address and data signals and holds the stored address and data signals in response to information contained in the produced stored address and data signals.
  • the register signal circuit receives the produced stored address and data signals, the held stored address and data signals, and address signals and produce register signals in response thereto.
  • the register file is adapted to receive the register signals produced by the register signal circuit, index registration signals and signal write instructions and to produce information, including the data signals stored in the memory.
  • the arithmetic logic unit is adapted to receive the information produced by the register file and to produce the address signals received by the memory and by the register signal circuit.
  • the invention is a method for implementing a processor core.
  • the method includes the steps of a) producing a description of a memory responsive to memory write instructions to store address and data signals and responsive to memory read instructions to read and produce the stored address and data signals, and b) producing a description of an instruction register to receive the produced stored address and data signals and to hold the stored address and data signals in response to information contained in the produced stored address and data signals.
  • the method also includes the steps of c) producing a description of a register signal circuit to receive the produced stored address and data signals, the held stored address and data signals, and address signals and to produce register signals in response thereto, and d) producing a description of a register file adapted to receive the register signals produced by the register signal circuit, index registration signals and signal write instructions and to produce information including the data signals stored in the memory.
  • the method also includes the steps of e) producing a description of an arithmetic logic unit adapted to receive the information produced by the register file and to produce the address signals received by the memory and by the register signal circuit, and f) implementing the descriptions produced in steps a) -e) .
  • Figure 1 is a block diagram of the architecture of a first preferred embodiment of the invention.
  • Figure 2 is a block diagram of the architecture of a second preferred embodiment of the invention.
  • Figure 3 is a block diagram of the design environment of the present invention.
  • the present invention provides previously unattained flexibility for a wide range of prototyping and embedded applications.
  • the present invention minimizes runtime by using direct bytecode execution.
  • This processor core is targeted to the Xilinx
  • Virtex FPGA architecture This provides a clean-room implementation of the Java® Virtual Machine, and is provided as a synthesizable • "soft-core” with a suite of tools for parameterized core generation, hardware/software co-design, co- verification, and custom Java® application development. Those skilled in the relevant arts will know how to implement the present invention using other bytecode, as well as in ASICs.
  • FIG. 1 is a block diagram of the architecture of a first preferred embodiment of the invention.
  • the processor core 10 has a 32-bit architecture with 32-bit address and data paths.
  • the processor core 10 can be implemented in a Virtex XCV300 BG352-4 FPGA.
  • the processor core 10 includes a 16-32-bit dual-ported RAM 12 that implements a register-file.
  • the processor core 10 also includes an instruction register 14 that is composed of three 8- bit registers denoting the instruction (IR) 16, byte one (bl) 18, and byte two (b2) 20 of a instruction stream.
  • a 32-bit arithmetic logic unit (ALU) 22 performs arithmetic and logical operations in response to data and information sent to the ALU 22 from the RAM 12 and sends its address and data information to a memory 24.
  • ALU arithmetic logic unit
  • the memory 24 receives the address and data information which it writes in response to write instructions (mwi) and produces data (ro) in response to memory read instructions (mri) .
  • the RAM 12 receives the information it stores from a circuit 26, which combines the data it receives from the instruction register 14 with the data produced by the memory 24 and address information produced by the ALU 22.
  • the RAM 12 also responds to index registers 26 and write instructions (swi) .
  • the instruction register 14 also receives the data produced by the memory 24.
  • This embodiment provides a 32-bit direct execution Java® processor that executes Java® Virtual Machine bytecode in hardware in either a standalone (system on a chip) or core configuration.
  • the implementation can have a built-in hardware encryption module . and a fully synthesizable FPGA core.
  • FIG 2 is a block diagram of the architecture of a second preferred embodiment of the invention.
  • a floating point interface 42 For this implementation of a larger system 40, a floating point interface 42, an external memory interface 44 and a "garbage collector" 46 are defined to operate with the processor core 48.
  • the processor core 48 has the architecture shown in Figure 1, but also includes conventional programmable timers, interrupt controllers and encryption unit circuitry.
  • Figure 3 is a block diagram of the design environment of the present invention.
  • Software support available for implementation includes parameterized core generation, an operating system runtime environment, co-simulation/verification tools, and a hardware debugger.
  • the parameterized core generation of this implementation automatically synthesizes VHDL, Verilog, or EDIF gate-level netlists.
  • the parameterized core generator operates via an intuitive graphical interface and includes user selectable parameters for a wide range of configurable options. Every implementation of the PCG can be application specific, leading to optimal solutions in terms of power, speed, and area.
  • Java® Virtual Machine instruction set typically uses only a subset of the full Java® Virtual Machine instruction set.
  • the designer can determine which Java® bytecode instructions can be omitted or moved from hardware to software, improving various cost criteria. Additional options allow the designer to include functional components of the synthesized architecture such as the built-in encryption engine, programmable timers, and interrupt controllers .
  • the PCG automatically synthesizes a gate-level implementation in VHDL, Verilog, or EDIF netlist format.
  • an HDL testbench and a customized runtime are generated.
  • the synthesized core can then be directly input to Xilinx Foundation Series or Alliance Series software for place and route.
  • the HDL testbench is used both to test the hardcore and softcore.
  • Figure 1 shows the data flow architecture of one instance of the customized runtime.
  • the design environment 60 includes a core simulator 62 and a hardware interface 64.
  • the core simulator 62 has a built-in debugger that features single stepping, memory and register file monitors, and conditional break points.
  • the core simulator 62 and the included debugger share a graphical user interface to display and debug the execution of the design, both at instruction and micro steps.
  • the simulation environment consists of three separate components that validate all three aspects of the simulation environment. These are the instruction tester, the application simulator, and the hardware testbench for the synthesized core.
  • the hardware interface 64 provides an implementation debugging bridge for the synthesized hardware. The same debugging environment and user interface are used for the testing of the target hardware.
  • a generator 66 receives core configuration data from a source 68 and specifies the core. This specification is then transmitted to an HDL testbench 70. The generator 66 also transmits data to a runtime environment module 72 and the core specification to an HDL softcore module 74. The runtime environment module 72 and the softcore module 74 send data to the core simulator 62. The core simulator 62 also receives data from a Java application 76. The design environment of Figure 3 also receives a description of a logic synthesis, which is synthesized in the form of a core. This synthesis also employs the hardware interface 64, which further transmits and receives information from the core simulator 62. While the foregoing is a detailed description of the preferred embodiment of the invention, there are many alternative embodiments of the invention that would occur to those skilled in the ' art and which are within the scope of the present invention.

Abstract

A dynamically configurable processor core and a method for making the same. A processor core is implemented in a field-programmable gate array (FPGA). The processor core (10) includes a memory (24), an instruction register (14), a register signal circuit, a register file (12), and an arithmetic logic unit (ALU). The memory responds to write and read instructions to respectively store and read and produce address and data signals. The instruction register receives and holds stored address and data signals in response to the signals. The register signal circuit produces register signals in response to the stored and held address and data signals. The register file receives the register signals, as well as index registration and signal write instructions and produces information including the data signals stored in the memory. The ALU receives the information and produces the address signals received by the memory and by the register signal circuit.

Description

DESCRIPTION
DYNAMICALLY CONFIGURABLE PROCESSOR CORE AND METHOD FOR MAKING
THE SAME
Technical Field
The present invention relates to electronic circuitry and, more particularly, to dynamically configurable processor cores and methods for making the same.
Background of the Invention
It is well known that the general model for executing tasks that are described in software code is to load the code into electronic circuitry developed to receive the code and then cause the code to control the operation of the electronic circuitry. This model requires that the software code must be interpreted or translated while it controls the operation of the electronic circuitry.
It is desirable to have a flexible way to develop prototypes and embedded applications by directly executing code in circuitry such as a field programmable gate array (FPGA) or application specific integrated circuit (ASIC) . It is also desirable to have ways to generate prototypes and embedded applications that include parameterized circuitry, to codesign and coverify hardware and software in prototypes and embedded applications, and to develop custom applications for embedded applications .
Summary of the Invention According to one aspect, the invention is a processor core for implementation in an electronic circuit. The processor core includes a memory, an instruction register, a register signal circuit, a register file, and an arithmetic logic unit. The memory is responsive to memory write instructions to store address and data signals and responsive to memory read instructions to read and produce the stored address and data signals. The instruction register receives the produced stored address and data signals and holds the stored address and data signals in response to information contained in the produced stored address and data signals. The register signal circuit receives the produced stored address and data signals, the held stored address and data signals, and address signals and produce register signals in response thereto. The register file is adapted to receive the register signals produced by the register signal circuit, index registration signals and signal write instructions and to produce information, including the data signals stored in the memory. The arithmetic logic unit is adapted to receive the information produced by the register file and to produce the address signals received by the memory and by the register signal circuit.
According to another aspect, the invention is a method for implementing a processor core. The method includes the steps of a) producing a description of a memory responsive to memory write instructions to store address and data signals and responsive to memory read instructions to read and produce the stored address and data signals, and b) producing a description of an instruction register to receive the produced stored address and data signals and to hold the stored address and data signals in response to information contained in the produced stored address and data signals. The method also includes the steps of c) producing a description of a register signal circuit to receive the produced stored address and data signals, the held stored address and data signals, and address signals and to produce register signals in response thereto, and d) producing a description of a register file adapted to receive the register signals produced by the register signal circuit, index registration signals and signal write instructions and to produce information including the data signals stored in the memory. The method also includes the steps of e) producing a description of an arithmetic logic unit adapted to receive the information produced by the register file and to produce the address signals received by the memory and by the register signal circuit, and f) implementing the descriptions produced in steps a) -e) .
Brief Description of the Drawings
Figure 1 is a block diagram of the architecture of a first preferred embodiment of the invention. Figure 2 is a block diagram of the architecture of a second preferred embodiment of the invention.
Figure 3 is a block diagram of the design environment of the present invention.
Detailed Description of the Preferred Embodiments of the
Invention
The present invention provides previously unattained flexibility for a wide range of prototyping and embedded applications. For embedded applications that require small memory foot-prints and flexible reconfigurable architectures, the present invention minimizes runtime by using direct bytecode execution.
While the present invention is applicable to a wide range of implementations, the following detailed description will be given in terms of a configurable processor core that executes
Java® bytecode. This processor core is targeted to the Xilinx
Virtex FPGA architecture. This provides a clean-room implementation of the Java® Virtual Machine, and is provided as a synthesizable • "soft-core" with a suite of tools for parameterized core generation, hardware/software co-design, co- verification, and custom Java® application development. Those skilled in the relevant arts will know how to implement the present invention using other bytecode, as well as in ASICs.
In the case of a Java® processor core, both the application and the operating system code can be developed in Java® and compiled to native code by standard Java® compilers. As such, the Java® processor core brings embedded Java® technology to the field reconfigurable technology. The customizable core and dynamic reconfiguration take full advantage of the features of programmable hardware. The exemplary implementation represents the first known formally synthesized Java® processor, as well as the first known configurable Java® processor. It also represents the first known Java® processor IP core targeted to programmable logic devices (PLDs) for dynamic reconfiguration. Figure 1 is a block diagram of the architecture of a first preferred embodiment of the invention. The processor core 10 has a 32-bit architecture with 32-bit address and data paths. As will be understood by those skilled in the relevant arts, the processor core 10 can be implemented in a Virtex XCV300 BG352-4 FPGA. The processor core 10 includes a 16-32-bit dual-ported RAM 12 that implements a register-file. The processor core 10 also includes an instruction register 14 that is composed of three 8- bit registers denoting the instruction (IR) 16, byte one (bl) 18, and byte two (b2) 20 of a instruction stream. In the processor core 10 a 32-bit arithmetic logic unit (ALU) 22 performs arithmetic and logical operations in response to data and information sent to the ALU 22 from the RAM 12 and sends its address and data information to a memory 24. The memory 24 receives the address and data information which it writes in response to write instructions (mwi) and produces data (ro) in response to memory read instructions (mri) . The RAM 12 receives the information it stores from a circuit 26, which combines the data it receives from the instruction register 14 with the data produced by the memory 24 and address information produced by the ALU 22. The RAM 12 also responds to index registers 26 and write instructions (swi) . The instruction register 14 also receives the data produced by the memory 24. This embodiment provides a 32-bit direct execution Java® processor that executes Java® Virtual Machine bytecode in hardware in either a standalone (system on a chip) or core configuration. The implementation can have a built-in hardware encryption module . and a fully synthesizable FPGA core.
Figure 2 is a block diagram of the architecture of a second preferred embodiment of the invention. For this implementation of a larger system 40, a floating point interface 42, an external memory interface 44 and a "garbage collector" 46 are defined to operate with the processor core 48. The processor core 48 has the architecture shown in Figure 1, but also includes conventional programmable timers, interrupt controllers and encryption unit circuitry.
Figure 3 is a block diagram of the design environment of the present invention. Software support available for implementation includes parameterized core generation, an operating system runtime environment, co-simulation/verification tools, and a hardware debugger. The parameterized core generation of this implementation automatically synthesizes VHDL, Verilog, or EDIF gate-level netlists.
The parameterized core generator (PCG) operates via an intuitive graphical interface and includes user selectable parameters for a wide range of configurable options. Every implementation of the PCG can be application specific, leading to optimal solutions in terms of power, speed, and area.
Typically, specialized embedded applications use only a subset of the full Java® Virtual Machine instruction set. By analyzing the application, the designer can determine which Java® bytecode instructions can be omitted or moved from hardware to software, improving various cost criteria. Additional options allow the designer to include functional components of the synthesized architecture such as the built-in encryption engine, programmable timers, and interrupt controllers .
Once parameterized options are selected, the PCG automatically synthesizes a gate-level implementation in VHDL, Verilog, or EDIF netlist format. Along with this softcore, an HDL testbench and a customized runtime are generated. The synthesized core can then be directly input to Xilinx Foundation Series or Alliance Series software for place and route. The HDL testbench is used both to test the hardcore and softcore. Figure 1 shows the data flow architecture of one instance of the customized runtime.
Standard Java®-class files, generated from third party commercial Java® development environments, are statically resolved to build executables. In addition, a linker that is part of the builder builds the boot tables and class initialization codes, and assigns needed interrupt and trap handlers. The executable image incorporates the runtime environment. It is designed for embedded applications and is small enough to be implemented in the internal block RAM. In a standalone configuration, the inventive system architecture can incorporate the entire runtime environment and a Java® application within the Virtex block RAM. As shown in the design environment shown in Figure 3, the design environment 60 includes a core simulator 62 and a hardware interface 64. The core simulator 62 has a built-in debugger that features single stepping, memory and register file monitors, and conditional break points. The core simulator 62 and the included debugger share a graphical user interface to display and debug the execution of the design, both at instruction and micro steps.
The simulation environment consists of three separate components that validate all three aspects of the simulation environment. These are the instruction tester, the application simulator, and the hardware testbench for the synthesized core.
The hardware interface 64 provides an implementation debugging bridge for the synthesized hardware. The same debugging environment and user interface are used for the testing of the target hardware.
A generator 66 receives core configuration data from a source 68 and specifies the core. This specification is then transmitted to an HDL testbench 70. The generator 66 also transmits data to a runtime environment module 72 and the core specification to an HDL softcore module 74. The runtime environment module 72 and the softcore module 74 send data to the core simulator 62. The core simulator 62 also receives data from a Java application 76. The design environment of Figure 3 also receives a description of a logic synthesis, which is synthesized in the form of a core. This synthesis also employs the hardware interface 64, which further transmits and receives information from the core simulator 62. While the foregoing is a detailed description of the preferred embodiment of the invention, there are many alternative embodiments of the invention that would occur to those skilled in the ' art and which are within the scope of the present invention.

Claims

Claims
1. A processor core for implementation in an electronic circuit, comprising: a memory responsive to memory write instructions to store address and data signals and responsive to memory read instructions to read and produce the stored address and data signals; an instruction register to receive the produced stored address and data signals and to hold the stored address and data signals in response to information contained in the produced stored address and data signals; a register signal circuit to receive the produced stored address and data signals, the held stored address and data signals, and address signals and to produce register signals in response thereto; a register file adapted to receive the register signals produced by the register signal circuit, index registration signals and signal write instructions and to produce information including the data signals stored in the memory; and an arithmetic logic unit adapted to receive the information produced by the register file and to produce the address signals received by the memory and by the register signal circuit.
2. The processor core of claim 1, wherein the processor core is implemented in a field programmable gate array.
3. The processor core of claim 1, wherein the processor core is implemented in an application specific integrated circuit.
4. A method for implementing a processor core, comprising the steps of: a) producing a description of a memory responsive to memory write instructions to store address and data signals and responsive to memory read instructions to read and produce the stored address and data signals; b) producing a description of an instruction register to receive the produced stored address and data signals and to hold the stored address and data signals in response to information contained in the produced stored address and data signals; c) producing a description of a register signal circuit to receive the produced stored address and data signals, the held stored address and data signals, and address signals and to produce register signals in response thereto; d) producing a description of a register file adapted to receive the register signals produced by the register signal circuit, index registration signals and signal write instructions and to produce information including the data signals stored in the memory; e) producing a description of an arithmetic logic unit adapted to receive the information produced by the register file and to produce the address signals received by the memory and by the register signal circuit; and f) implementing the descriptions produced in steps a)-e).
5. The method of claim 4, wherein the processor core is implemented in a field programmable gate array.
6. The method of claim 4, wherein the processor core is implemented in an application specific integrated circuit.
PCT/US2001/019781 2000-06-21 2001-06-20 Dynamically configurable processor core and method for making the same WO2001098922A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2001268629A AU2001268629A1 (en) 2000-06-21 2001-06-20 Dynamically configurable processor core and method for making the same

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US21294800P 2000-06-21 2000-06-21
US60/212,948 2000-06-21

Publications (1)

Publication Number Publication Date
WO2001098922A1 true WO2001098922A1 (en) 2001-12-27

Family

ID=22793076

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/019781 WO2001098922A1 (en) 2000-06-21 2001-06-20 Dynamically configurable processor core and method for making the same

Country Status (2)

Country Link
AU (1) AU2001268629A1 (en)
WO (1) WO2001098922A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1333358C (en) * 2003-11-03 2007-08-22 旺宏电子股份有限公司 In-circuit configuration architecture with configuration on initialization function
CN1333357C (en) * 2003-11-03 2007-08-22 旺宏电子股份有限公司 In-circuit configuration architecture with non-volatile configuration store
CN100464323C (en) * 2004-06-28 2009-02-25 富士通微电子株式会社 Reconfigurable processor and semiconductor device
CN113672551A (en) * 2020-05-14 2021-11-19 广东高云半导体科技股份有限公司 General processing system and general processing method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5592392A (en) * 1994-11-22 1997-01-07 Mentor Graphics Corporation Integrated circuit design apparatus with extensible circuit elements
US5867399A (en) * 1990-04-06 1999-02-02 Lsi Logic Corporation System and method for creating and validating structural description of electronic system from higher-level and behavior-oriented description
US6044448A (en) * 1997-12-16 2000-03-28 S3 Incorporated Processor having multiple datapath instances
US6052773A (en) * 1995-02-10 2000-04-18 Massachusetts Institute Of Technology DPGA-coupled microprocessors
US6055619A (en) * 1997-02-07 2000-04-25 Cirrus Logic, Inc. Circuits, system, and methods for processing multiple data streams

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5867399A (en) * 1990-04-06 1999-02-02 Lsi Logic Corporation System and method for creating and validating structural description of electronic system from higher-level and behavior-oriented description
US5592392A (en) * 1994-11-22 1997-01-07 Mentor Graphics Corporation Integrated circuit design apparatus with extensible circuit elements
US6052773A (en) * 1995-02-10 2000-04-18 Massachusetts Institute Of Technology DPGA-coupled microprocessors
US6055619A (en) * 1997-02-07 2000-04-25 Cirrus Logic, Inc. Circuits, system, and methods for processing multiple data streams
US6044448A (en) * 1997-12-16 2000-03-28 S3 Incorporated Processor having multiple datapath instances

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1333358C (en) * 2003-11-03 2007-08-22 旺宏电子股份有限公司 In-circuit configuration architecture with configuration on initialization function
CN1333357C (en) * 2003-11-03 2007-08-22 旺宏电子股份有限公司 In-circuit configuration architecture with non-volatile configuration store
CN100464323C (en) * 2004-06-28 2009-02-25 富士通微电子株式会社 Reconfigurable processor and semiconductor device
CN113672551A (en) * 2020-05-14 2021-11-19 广东高云半导体科技股份有限公司 General processing system and general processing method

Also Published As

Publication number Publication date
AU2001268629A1 (en) 2002-01-02

Similar Documents

Publication Publication Date Title
KR100476785B1 (en) Software tool to allow filed programmable system level devices
JP4481487B2 (en) FPGA design method for dynamically reconfigurable computation
Huang et al. SoC HW/SW verification and validation
Shannon et al. Using reconfigurability to achieve real-time profiling for hardware/software codesign
JP2003529848A (en) Automatic design of digital signal processing integrated circuits
AU2006200640A1 (en) System for designing re-programmable digital hardware platforms
Hutchings et al. Designing and debugging custom computing applications
Anderson et al. Cgra-me: An open-source framework for cgra architecture and cad research
Murali et al. Improved design debugging architecture using low power serial communication protocols for signal processing applications
WO2001098922A1 (en) Dynamically configurable processor core and method for making the same
Balarin et al. Functional verification methodology based on formal interface specification and transactor generation
Cardelli et al. Rapid-prototyping of embedded systems via reprogrammable devices
Enzler et al. Co-Simulation of a Hybrid Multi-Context Architecture.
US8145466B1 (en) Clustering of electronic circuit design modules for hardware-based and software-based co-simulation platforms
Wirthlin et al. Synthesizing RTL hardware from Java byte codes
Wageeh et al. FPGA based accelerator for functional simulation
Huang et al. Multi-project system-on-chip (MP-SoC): A novel test vehicle for SoC silicon prototyping
Ballagh et al. Java debug hardware models using jbits
Li et al. A two-mode debugging system for vlsi designs using xilinx FPGA
Stecklina et al. Hybrid Simulation Environment for rapid MSP430 system design test and validation using MSPsim and SystemC
Zakiy Hw-sw co-design of an on-chip ijtag dependability processor
Nakamura et al. Fast FPGA-emulation-based simulation environment for custom processors
Agrawal et al. Multigranular simulation of heterogeneous embedded systems
Mateos et al. Hardware/software co-simulation environment for csoc with soft processors
Ou et al. Energy efficient hardware-software co-synthesis using reconfigurable hardware

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP