WO1997046959A1 - Hardware and software development in computer systems having multiple discrete components - Google Patents

Hardware and software development in computer systems having multiple discrete components Download PDF

Info

Publication number
WO1997046959A1
WO1997046959A1 PCT/US1997/009290 US9709290W WO9746959A1 WO 1997046959 A1 WO1997046959 A1 WO 1997046959A1 US 9709290 W US9709290 W US 9709290W WO 9746959 A1 WO9746959 A1 WO 9746959A1
Authority
WO
WIPO (PCT)
Prior art keywords
interfaces
hdl
component
internal
interface
Prior art date
Application number
PCT/US1997/009290
Other languages
French (fr)
Other versions
WO1997046959B1 (en
Inventor
David W. Voth
Original Assignee
Microsoft 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
Application filed by Microsoft Corporation filed Critical Microsoft Corporation
Priority to AU32222/97A priority Critical patent/AU3222297A/en
Publication of WO1997046959A1 publication Critical patent/WO1997046959A1/en
Publication of WO1997046959B1 publication Critical patent/WO1997046959B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/32Circuit design at the digital level
    • G06F30/33Design verification, e.g. functional simulation or model checking
    • G06F30/3308Design verification, e.g. functional simulation or model checking using simulation
    • G06F30/331Design verification, e.g. functional simulation or model checking using simulation with hardware acceleration, e.g. by using field programmable gate array [FPGA] or emulation
    • 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

  • This invention relates to development systems and methods for designing computer systems having multiple discrete components, and to the interface hardware that provides communications between discrete components in a computer system.
  • a microprocessor-based system typically consists of a microprocessor connected to operate in conjunction with a variety of discrete peripheral computer components such as a microprocessor or CPU, different types of memory, UARTs, power management hardware, PCMCIA controllers, etc. Each component has a signal interface defined by a set of electrical contacts and by specified electrical and logical characteristics for those electrical contacts.
  • the typical home PC is an example of such a system. It is expandable through a bus, to which add-on cards can be connected as long as the add-on cards are electrically compatible with the bus.
  • bus-based systems are not usually as compact as might otherwise be possible.
  • compact devices such as personal information managers, cell phones, palmtop computers, etc.
  • expandability is often sacrificed for compactness.
  • Components are highly integrated into as few chips as possible. In fact, it is becoming more and more common for functions to be integrated into a single chip along with a system CPU. This approach makes it difficult to change or add components.
  • FIG. 1 An example of a resulting system is shown in Fig. 1.
  • Fig. 1 shows a CPU 2 in combination with three peripheral components: a RAM memory component 3; a ROM memory component 4, and a serial communications component 5.
  • An ASIC 6 is used to connect the various components so that they can communicate with each other.
  • ASIC 6 is configured in accordance with the logical and electrical characteristics of the various components' signal interfaces. This is commonly accomplished by configuring a number of individual ASIC external interfaces 7, each tailored specifically to work with its respective component.
  • the ASIC external interfaces are also configured to work with each other, possibly using internal busses or data channels, so that communications between the components can take place.
  • the interfaces and their connections to other interfaces are uniquely designed for every new product, in whatever way meets the particular designer's goals of time, cost, power consumption, etc. Once the design is complete, changes are difficult.
  • the glue logic designed for one product is custom, and not easily used in another product.
  • the invention described below includes a development system and methods that facilitate the design of multi-component computer systems.
  • the system includes development hardware on which an actual product can be designed and tested, using the same logic implementation that will be present in the finished design.
  • the development hardware is configured in a way that allows the interface logic for a particular discrete component to be easily moved from a system gate array into the CPU.
  • the development system is configured with a programmable gate array that implements the same glue logic that will form part of the end design.
  • the gate array has a standard or pre-defined internal configuration.
  • the standard internal configuration includes a standard internal interface for each of the various discrete components. However, the internal interfaces have signals that are available only within the gate array. In order to connect to external components, component- specific interfaces are designed and implemented within the gate array for the various external components.
  • a limited number of internal interface types are pre-defined and used as standard interface types inside the gate array.
  • Standard interconnection logic is provided for communications between the pre-de fined internal interface types.
  • One of the internal interface types is selected for each external component. Then, a component-specific interface is specially designed for each component. The component-specific interface provides connection and interface translation between an external component and a corresponding internal interface of the gate array.
  • Fig. 1 is a block diagram of a prior art computer system.
  • Fig. 2 is a block diagram of a development system in accordance with a preferred embodiment of the invention.
  • Fig. 3 is a block diagram of a computer system in accordance with a preferred embodiment of the invention.
  • Fig. 4 is a timing diagram showing timing details of a read cycle in an exemplary internal interface.
  • Fig. 5 is a timing diagram showing timing details of a write cycle in an exemplary internal interface.
  • Fig. 6 is a flow chart showing preferred steps in accordance with the invention.
  • Figs. 7 and 8 are data flow diagrams showing further preferred steps in accordance with the invention.
  • Fig. 2 shows components of a development system 10 in accordance with a preferred embodiment of the invention.
  • Development system 10 comprises a logic or base module 12, a plurality of peripheral modules 14 and 15, a CPU module 17, and a power supply module 18.
  • Base module 12 contains a primary field-programmable gate array (FPGA) 20 such as is to be used in the target system.
  • FPGA field-programmable gate array
  • Base module 12 further contains a number of support components — components that will not be part of the end product but which are useful during product development.
  • the support components include an LED display 22, a conventional parallel port 24, power monitors 26, and a "housekeeping" gate array 28.
  • Base module 12 has a plurality of peripheral electrical connectors 29 to which the various modules are attached.
  • each of peripheral modules 14 and 15, as well as power supply module 18 and CPU module 17, functions as one of the discrete components of the target system.
  • a keyboard controller might be implemented on one module while a display controller might be implemented on another module.
  • the modules can be removed, replaced, or altered as desired during target system development to emulate target system components.
  • FPGA 20 serves as a programmable component interface between the different discrete components of the target system and the CPU module — as glue logic.
  • FPGA 20 has a plurality of interface or signal lines which are configurable by programming FPGA 20.
  • Each of the peripheral modules is connected through one or more of the electrical connectors 29 so that it can access a set of the FPGA signal lines.
  • the signal lines from the FPGA are segregated into dedicated "radial" signal lines 30, a common group of "bus” signal lines 32, and a group of seventy inter-processor lines 33.
  • the bus lines comprise a common group of the signal lines that is accessible through the peripheral electrical connectors by the peripheral modules.
  • the radial lines are divided and connected in exclusive groups or sets to individual peripheral modules — the radial signal lines of each set are unique to that set.
  • Inter-processor lines 33 connect only between the CPU module 17 and primary FPGA 20.
  • the peripheral modules are generally divided into "large” modules 14 and "small” modules 15.
  • the large modules are characterized by the higher number of radial lines to which they are connected, and by the fact that they are connected to the bus signal lines. In the embodiment described herein, there are three large modules 14. Each of these is connected in common to sixty-four bus lines 32 from primary FPGA 20. In addition, each large module is connected to a unique set of radial lines 30. Specifically, two of the large modules are connected to twenty dedicated radial lines, respectively, while the remaining large module is connected to thirty-six different radial lines.
  • Each of eight of these small modules is connected to ten of the radial lines. That is, each of these small modules is connected to access a different set of ten radial lines. Each of the remaining three small modules is similarly connected to access a different set of five radial lines.
  • Power supply module 18 is connected through connectors 29 to access eight dedicated radial lines.
  • One or more of connectors 29 are for connection to CPU module 17. These connectors allow all of the sets of signal lines to be accessed by a CPU on the CPU module. Specifically, the CPU module is connected to all of the radial signal lines. In addition, the CPU module is connected to all of the bus lines. Because of this, the CPU on the CPU module can be connected to any of the bus signal lines and to any of the radial signal lines. More generally, the CPU can be connected to any of the primary FPGA signal lines. This feature makes it very easy to move functionality from the FPGA to the CPU — all that is required is to reprogram the FPGA and connect the CPU to the appropriate lines that were formerly controlled by the FPGA. Once this is done, the CPU can control the signal lines in place of the FPGA.
  • base module 12 has support components that are used only during development of the target system.
  • the base module has a plurality of power monitors 26.
  • Each circuit integrates total measured charge over time using an integrated circuit from Benchmarq Inc. of Carrollton, Texas (part number bq2004). These circuits allow power consumption of the various modules to be measured.
  • Power supply module 18 is designed to emulate the actual power supply that will be used in the target system, and therefore includes a rechargeable battery source as well as circuitry for recharging the battery source. In addition, the power supply module supplies independent power to all the development support circuits, so that these circuits which are not to be present in the target system do not draw from the rechargeable battery source.
  • Housekeeping FPGA 28 is connected to the various development support components such as the LED display, the parallel port, and the power monitors. Housekeeping FPGA 28 is programmed to control communications through parallel port 24, and to allow data to be downloaded through parallel port 24. Housekeeping FPGA 28 has further connections to primary FPGA 20. This allows housekeeping FPGA 28 to program primary FPGA 20 based on data supplied through parallel port 24 from an external source. Housekeeping FPGA 20 allows data from power monitors 26 to be read by an external device through parallel port 24.
  • the peripheral modules can perform any functions that will be implemented in the target system.
  • the large modules include a memory card and a
  • the small modules include an infrared communications card, a serial communications card, a combination card for touch screen, modem, and sound functions, and a keyboard controller.
  • the memory card prefferably contains flash memory that emulates ROM (read-only memory). This would be replaced by actual ROM in the target system.
  • flash memory it is advantageous to allow the flash memory to be programmed through parallel port 24 and housekeeping FPGA 28.
  • a serial card could use its radial lines as actual serial data lines, controlled by a UART (universal asynchronous receiver/transmitter) implemented within primary FPGA 20.
  • UART universal asynchronous receiver/transmitter
  • the serial card itself would only need to provide electrical level conversion and a connector to a serial device. If the UART were eventually implemented within a CPU, the CPU could be connected to these same radial lines, and the CPU's UART could then function in place of the UART previously implemented on primary FPGA 20.
  • Target System Hardware Fig. 3 shows a target computer system 30 designed in accordance with a preferred embodiment of the invention.
  • Computer system 30 includes a plurality of discrete computer components, such as a CPU 32, memory 34, a serial communications controller or UART 36, and a visual display controller 38.
  • Each discrete component has its own signal interface 39, comprising a set of physical signal connections, having pre-specified logical and electrical characteristics and requirements.
  • signal interfaces are implemented by the bus lines and/or radial lines.
  • Computer system 30 also includes component interface hardware between the discrete computer components.
  • the component interface hardware comprises a single FPGA or application-specific integrated circuit (ASIC) 40 that interfaces between the computer components. More specifically, the hardware comprises a field-programmable gate array such as part number EPF10K50GC403-5 from Altera Corporation of San Jose, California.
  • ASIC 40 interfaces between the discrete computer components, essentially translating or converting between the various signal interfaces of the components.
  • ASIC 40 corresponds to FPGA 20 described above with reference to Fig. 2.
  • ASIC 40 includes an internal hardware interface 42 corresponding to each respective computer component.
  • the internal hardware interfaces are selected from a limited number of available pre-defined internal hardware interfaces for general kinds of discrete computer components.
  • the internal hardware interfaces are generally provided or pre-defined as standards. One of these interfaces is to be used for each discrete component that requires connection to or through ASIC 40.
  • An interface of a particular type can generally be replicated any number of times in a particular design. Preferably, only a small number of internal interface types (such as three or four) are made available for use in a particular system.
  • a CPU/memory interface is used in conjunction with CPUs and memory components.
  • the register interface is used in conjunction with discrete components requiring simple read/write access to other components.
  • the master interface is used in conjunction with discrete components requiring direct memory access (DMA) functionality.
  • DMA direct memory access
  • ASIC 40 includes component-specific hardware interfaces 44 corresponding to the respective discrete computer components.
  • the component-specific hardware interfaces connect between the pre ⁇ defined internal hardware interfaces 42 and the signal interfaces 39 of the discrete computer components.
  • Component-specific hardware interfaces 44 have two types of signals: external interface signals and internal interface signals. The external interface signals are presented at external ASIC connections, for connection to the signal interfaces of external components, while the internal interface signals are connected to the pre ⁇ defined internal hardware interfaces.
  • the component-specific hardware interfaces are designed individually for the different discrete computer components to interface the components to internal hardware interfaces 42 — each different kind of computer component generally requires a unique component-specific interface.
  • the component-specific hardware interfaces are designed to provide interface translation or conversion between the signal interfaces of external components and the internal signals of internal hardware interfaces 42.
  • ASIC 40 further includes conventional interconnection logic 46 between the internal hardware interfaces, providing data communications and control functions between the internal hardware interfaces. This, in turn, allows communications between the component-specific hardware interfaces and between the corresponding external computer components.
  • Interconnection logic 46 uses signal channels that are multiplexed within ASIC 40. Such multiplexed signal channels include, for example, an address channel, a data channel, and various control signals related to data transfer and to component or memory addressing.
  • the interconnection logic includes addressing logic. Each internal hardware interface is assigned its own address or range of addresses so that it can be selectively accessed by a CPU or master component.
  • the interconnection logic and internal hardware interfaces are designed in such a way that internal hardware interfaces can be conveniently replicated without involving significant additions to interconnection logic 46.
  • a component-specific interface can be designed once for a particular component, to connect that component to a standard internal hardware interface.
  • a manufacturer or designer provides a peripheral module and a corresponding component-specific interface.
  • the component-specific interface can be used in any system that is configured to use the same standard internal hardware interface.
  • manufacturers might provide design specifications for component-specific hardware interfaces for use with the manufacturers' own components, such as hard disks, modems, IR communication devices, etc.
  • Designing a computer system with an interconnecting ASIC then involves simply configuring the ASIC in accordance with the provided component-specific hardware interfaces and the appropriate pre-defined internal hardware interfaces.
  • the internal hardware interfaces can be designed in many different ways in accordance with a particular designer's preferences and the goals of a particular product. Generally, each different type of internal hardware interface will connect to the internal interconnection logic of ASIC 40 and will also have internal signals for connecting to component-specific hardware interfaces. Designing the internal hardware interfaces and the interconnection logic between the internal hardware interfaces can be accomplished using conventional design techniques, preferably utilizing popular development tools such as hardware description languages and associated compilers for specific ASICs.
  • the interface signals presented by standard internal hardware interfaces are preferably similar to those of popular interfaces of discrete components.
  • the signals presented by a particular internal interface might include multi- bit address and data busses, a clock signal, a signal indicating whether an operation is a read or a write, timing signals indicating the presence of valid data at address and data busses, and other signals such as interrupt or DMA negotiation signals.
  • the preferred embodiment of the invention utilizes only three different types of pre-defined internal interfaces. Each of these uses similar interface signals.
  • the preferred internal hardware interfaces include an internal CPU/memory interface. This type of interface is used in conjunction with a CPU and with one or more memory components. There are two distinct parts to the CPU/memory interface: the CPU interface and the memory interface.
  • the CPU interface provides a path for a CPU to access other computer components connected through ASIC 40.
  • the memory interface is used with memory components so that they can be accessed by the CPU interface or by other components.
  • a designer of component-specific hardware interfaces for a CPU and memory might decide to access memory through the internal CPU and memory interfaces. Alternatively, the designer might provide a faster, more direct path between CPU and memory through a component-specific hardware interface designed specifically for the CPU and memory. In this case, the CPU will still access other components through the internal CPU/memory interfaces.
  • External components other than memory and CPUs are used in conjunction with pre-defined internal register interfaces or master interfaces, depending on the function and complexity of required data transfer transactions. Most simple external components can operate in conjunction with an internal register interface. External components associated with an internal register interface are not allowed to access memory. They rely on a CPU or a component associated with an internal master interface for data transfers.
  • External components that need to move data are used in conjunction with internal master interfaces.
  • a component associated with a master interface can read from and write to any component associated with a register interface.
  • an internal master interface incorporates one or more ring buffers that can be used for direct memory access (DMA).
  • the interface signals presented by a master interface include signals used to facilitate DMA transfers.
  • Write Signal (wr). This single-bit signal indicates the direction of a memory transfer. A true value indicates a write to memory and a false value indicates a read from memory.
  • Transfer Size (bytes). This multi-bit signal indicates the number of bytes being transferred in a memory transfer.
  • Read/Write OK (rw ⁇ k). This is a single-bit signal indicating that write data is valid on the write data signal (when the write signal is true) or that read data is valid on the read data signal (when the write signal is false).
  • Interface Select (slot). This single-bit signal indicates when the memory interface is being addressed.
  • the ASIC interconnection logic decodes addresses from other components and asserts this signal as appropriate.
  • Clock (elk) This is a system clock that oscillates at a rate that is selected for the system. It may be stopped when not being used by the interface to transfer data.
  • rstj Reset (rstj). This single-bit signal is high during normal operation, and low during a system reset. Again, these signals are available only within ASIC 40. They are for use by a corresponding component-specific interface implemented within ASIC 40 The component-specific interface provides actual connections to an external component.
  • Fig. 4 shows a timing diagram for a memory interface read transaction utilizing a pre-defined internal memory interface having the signals desc ⁇ bed above. Note that the clock signal cycles only when an operation is taking place, to conserve power. The component-specific hardware interface connected to the memory interface can thus expect very few transitions of elk before or after a read transaction. Component-specific hardware interfaces associated with the CPU or a master device are responsible for generating the clock signal at approp ⁇ ate times.
  • a read transaction occurs when slot is asserted and wr is false (as in cycles 0 through 7 of Fig. 4) Burst operations are allowed, as shown in Fig 4, but only the lower 8 bits of the address bus are allowed to change dunng burst transfers.
  • the transfer size signal bytes indicates the number of bytes to be read and the address increment for burst cycles
  • the connected memory component stalls (fails to respond) dunng cycle 0 by not asserting rwOk
  • rwOk is asserted, indicating that read data is valid on the read data bus If the memory had not stalled, it could have asserted rwOk and returned read data in cycle 0
  • the memory returns valid read data in cycles 1, 2, and 7, as indicated by the asserted state of rwOk In cycles 3, 4, 5, and 6 the memory stalls with the de- assertion of rwOk.
  • Fig. 5 shows a timing diagram for a memory interface wnte transaction. Again, very few transitions of elk occur before or after a wnte transaction. Only the lower 8 bits of the address bus are allowed to change dunng burst transactions such PAGE INTENTIONALLY LEFT BLANK
  • the preferred embodiment of the invention includes a method of integrating a plurality of discrete computer components such as those described above and shown in Fig. 3, and of designing component interface hardware for use between such discrete components.
  • each discrete computer component has a signal interface with specified logic and electrical requirements.
  • a field- programmable gate array (FPGA) or other ASIC is used to provide interface translation or conversion between the various signal interfaces of the discrete components.
  • the preferred design methodology utilizes automated design tools to produce an actual physical design specification for an FPGA or other target ASIC.
  • Fig. 6 shows the general preferred steps in accordance with the invention.
  • a step 100 comprises designing and pre-defining a limited number of available internal interfaces or internal interface types for general kinds of computer components. These interfaces are designed and specified with a hardware description language (HDL) such as VHDL (IEEE Standard 1076-1993) or Verilog®, manufactured by Cadence Design Systems Inc. of California, that can be subsequently compiled or otherwise converted to an actual hardware design specification for an FPGA.
  • HDL hardware description language
  • Logic designs that are written in an HDL are generally portable in the sense that conversion software can convert or compile HDL descriptions or definitions to create specifications for different physical representations that use alternative hardware components.
  • one or more HDL descriptions are used to create an FPGA configuration file for a particular selected FPGA.
  • the FPGA configuration file can then be used to program the FPGA.
  • the same HDL descriptions can also be used to create a configuration file for a different type of FPGA.
  • Step 100 might include, for instance, designing three general internal HDL interfaces: one for CPU and memory component types, one for register component types, and one for master component types.
  • the internal HDL interfaces are generally accessible only within the target
  • each internal interface presents a set of interface signals. These signals, however, are internal signals and are not directly accessible by components external to the target ASIC.
  • a step 101 comprises designing interconnection logic using one or more HDL or VHDL descriptions.
  • the interconnection logic is preferably designed and provided as part of a standard package along with the pre-defined internal interfaces.
  • a subsequent step 102 comprises selecting pre-defined internal HDL interfaces for respective individual discrete computer components. These internal interfaces are selected from the available interfaces designed as standards in step 100.
  • a step 104 comprises designing component-specific HDL interfaces for connecting the individual discrete components to the selected pre-defined internal
  • HDL interfaces These component-specific interfaces are designed using the same hardware description language as used to design the pre-defined internal HDL interfaces — such as VHDL.
  • Each component-specific HDL interface defines a set of external interface signals for connection to the signal interface of a particular external computer component. These signals are external in the sense that they are available at actual pins of the target ASIC, and can be accessed directly by the external computer components.
  • the component-specific HDL interfaces additionally define a set of internal interface signals. These signals are internal to the target ASIC. They correspond to and are internally connected to the internal interface signals of the corresponding pre ⁇ defined internal HDL interfaces.
  • the component-specific HDL interfaces define conversion logic between the external and internal interface signals.
  • a step 105 in accordance with the invention comprises setting constants relating to features of the internal interfaces and the interconnection logic. This step will be described in more detail below.
  • a step 106 comprises converting the selected internal HDL interfaces and the designed component-specific interfaces to create an actual physical design for an integrated circuit. More specifically, the HDL interfaces are compiled to create an
  • ASIC-specific hardware configuration file This step is performed using HDL compilation software such as the Synopsys® compiler available from Synopsys, Inc.
  • step 106 comprises submitting a number of VHDL description files to a VHDL compiler.
  • the VHDL description files include files that describe the component-specific interfaces, the pre-defined internal interfaces, and the interconnection logic.
  • Step 108 comprises actually configuring an FPGA or other component interface hardware based on the selected pre-defined internal HDL interfaces and the designed component-specific HDL interfaces. This step is performed with available programming hardware for the selected ASIC, using the ASIC-specific hardware configuration file produced in step 106.
  • the internal interfaces and the associated interconnection logic are preferably designed once, and then used without further modifications for different designs. To design a particular system, the designer selects the appropriate internal interfaces, and either designs appropriate component-specific interfaces or selects from component-specific interfaces that have already been designed.
  • Some flexibility in the pre-defined interfaces can be provided in the form of certain features that can be specified by the designer, after selecting the internal interfaces that are to be used in a particular system. Specifically, certain features are specified in terms of constants that can be set or specified by a designer without logical modifications to the pre-defined internal interfaces. These features include the width of certain data paths or channels, as well as addresses and certain buffer widths. Other such features include specifications of connection signals between the component-specific HDL interfaces and the selected pre-defined internal HDL interfaces.
  • the constants that specify these features are set in step 105 above. The step of setting these constants and of designing the component-specific interfaces are preferably performed contemporaneously, so that the variable features can be specified depending on requirements of the component-specific interfaces and of the connected external components.
  • the addresses are specified in terms of constants that can be set by the designer without otherwise modifying the pre-defined HDL interfaces.
  • Data path widths, or widths of other multi-bit signals serve as another example of a feature that can be specified by a system designer without having to significantly alter the pre-defined HDL interfaces.
  • the interconnection logic has internal address and data paths or channels that are accessed indirectly by external components and by the component- specific interfaces. The widths of the data paths or channels can be specified by a system designer by simply setting the value of constants.
  • the preferred embodiment of the invention thus includes steps of defining a multi-bit signal in a particular one of the pre-defined internal HDL interfaces; defining a width constant that is associated with the pre-defined internal HDL interface to specify a width for the multi-bit signal; and assigning a value to the width constant.
  • the multi-bit signal and constant are defined while designing the pre ⁇ defined internal interfaces.
  • the constant is assigned a value, however, while designing the component-specific interfaces.
  • a DMA buffer is another example of a feature that can be partially specified in terms of a constant that is set after selecting the pre-defined internal interfaces.
  • some DMA functions are integrated in the master interface.
  • the preferred implementation of the master interface includes a DMA buffer, the width of which can be set by a system designer without delving into the details of the internal master interface.
  • Figs. 6 and 7 illustrate a practical process of creating an ASIC-specific hardware configuration file in accordance with one implementation of the invention. Although the steps described above can be implemented manually, the process of Figs. 6 and 7 automates the design steps to some degree.
  • a designer creates a component-specific HDL interface by writing an interface description in a hardware description language such as VHDL.
  • a hardware description language such as VHDL.
  • Such an interface description is contained in a text file such as file 140 in Fig. 7, in this case named "peripheral. v”.
  • Interface description files will be uniquely named for different external components.
  • the interface description for a particular component-specific HDL interface incorporates or "includes” two separate files that define connections to an external component and to the corresponding pre-defined internal interface.
  • these files are named “predef.h” and “peripheral. h”, and are indicated by reference numerals 142 and 144, respectively.
  • the file predef.h is an internal port definition file in VHDL format. This file is pre-defined along with the pre-defined HDL interface to which the component- specific internal interface is to be connected. It specifies port definitions for the pre ⁇ defined internal interface.
  • the filename of this file will vary, depending on the type of pre-defined internal interface that will be used with the component-specific HDL interface. For instance, if the pre-defined internal interface is a register interface, peripheral. h might "include” a pre-defined file named "register.h” containing the internal port definitions for an internal register interface.
  • the file peripheral.h is a port definition file written in VHDL format by the designer of the component-specific HDL interface. It contains external port definitions for the interface to the external component. This file will normally have a filename corresponding to that of the component-specific HDL interface. For instance, a VHDL description of a component-specific interface for a serial port might consist of the files "serial.v" and "serial.h".
  • peripheral.sig Rather than writing peripheral.h directly, a designer actually creates a file 146 named "peripheral. sig" in a non- VHDL format.
  • the file peripheral.sig specifies port definitions and other information used to eventually create an ASIC-specific hardware configuration file.
  • Listing 1 shows an example format for peripheral.sig: // Name PortName Dir. Type Association
  • each non-comment line indicates the local and non-local names of a particular externally-available signal, as well as information relating to the electrical characteristics of the signal.
  • Additional fields can be provided to indicate further information about particular signals, such as pin location on the target ASIC.
  • peripheral.sig To convert peripheral.sig to a VHDL format, it is operated on by a custom program 148 referred to in Fig. 7 as "makeh.exe". This program is configured to extract relevant information from peripheral.sig and to format such information in conformance with VHDL standards — resulting in the file peripheral.h.
  • the two files predef.h and peripheral.h are "included” in peripheral. v by means of an #INCLUDE statement in peripheral.v.
  • #INCLUDE is conventional pre ⁇ processor directive typically used in C programming to inco ⁇ orate the contents of one file into another file.
  • a C programming environment typically includes a pre ⁇ processor to perform the actual inco ⁇ oration of textual material.
  • the file peripheral.v is operated on by a conventional C language pre-processor 150 to implement the #INCLUDE statements of peripheral.v.
  • the result is a file 152 named "peripheral.vhd", comprising the original peripheral.v, in addition to the textual contents of predef.h and peripheral.h.
  • the file peripheral.vhd is a VHDL file that defines a single instance of a component-specific hardware interface. Instances of pre-defined HDL internal interfaces are created using a similar process. For instance, a pre-defined register interface is defined using a VHDL- formatted file named "register. v”.
  • the file register.v includes, using an #INCLUDE statement, a port definition file "register.h”.
  • the file register.h is created with the makeh.exe program from a file named "register.sig” having a format similar to that shown in Table 1.
  • makefpga As each component-specific hardware interface of a computer particular system is defined, it is documented in a file named "makefpga" An example of a makefpga file is shown in Table 2 Comment lines are indicated by the characters "//" in leading positions
  • the listing is largely self-explanatory. There is a section for each component- specific interface. Within each section, there is an entry specifying the name of the component-specific interface (corresponding to the names of the files in which the interface is defined), the type of internal interface to which the component-specific interface will connect (cpu/memory, master, or register), and addressing information for the external component which will connect to the component-specific interface.
  • the address also referred to as a "slot,” is specified using a "slot" number, a base address specification and a corresponding mask specification.
  • the makefpga file contains the settings for constants that can be specified by a designer, relating to variable features of the pre-defined internal hardware interfaces.
  • addresses of the various hardware elements are specified as constants in the makefpga file.
  • width of certain signals are specified as constants in the makefpga file.
  • DMA options can be set, such as sizes for ring buffers and the number of bits to clear on resetting the DMA channels.
  • the makefpga file lists two required interfaces, named Isr and ArbMux. These interfaces are actually definitions of interconnection logic to connect between the selected pre-defined internal hardware interfaces.
  • the Isr and ArbMux interfaces are implemented in a process similar to that shown in Fig. 7 to result in VHDL files "arbmux.vhd” and “isr.vhd". They are typically provided as part of a pre-defined package, along with the pre-defined interfaces.
  • Fig. 8 illustrates further procedures in a process of creating an ASIC-specific hardware configuration file 172. These procedures include a process 160 of compiling all the VHDL files created as already described.
  • peripheral.vhd files created by the designer of component-specific interfaces are included in this process, as well as arbmux.vhd and isr.vhd. These files are indicated in Fig. 8 by box 162.
  • a system file 164 named "system.vhd”
  • the file system.vhd contains a VHDL description of interconnection logic 46. It is uniquely created for a particular system with a program 166 named "makesys.exe.”
  • the program makesys.exe reads the various peripheral.sig files, as well as files arbmux.sig and isr.sig, associated with arbmux.vhd and isr.vhd. These files are indicated in Fig. 8 by reference numeral 168.
  • Program makesys.exe creates VHDL file system.vhd based on the information contained in these files.
  • Program makesys.exe replicates internal interfaces as required and configures interconnection logic to be compatible with the components specified in the makefpga file.
  • the invention provides a needed expedient for designing computer systems which are constantly evolving.
  • the components in such systems change frequently, with accompanying changes in their signal interfaces.
  • new components can be quickly inco ⁇ orated into an existing design without significant modifications to the "glue" logic that interfaces between the components.
  • a new part can be inco ⁇ orated in a design by providing a component-specific HDL interface and an accompanying peripheral module.
  • many of the logic functions that would conventionally have been provided on the module can now be provided in the system's FPGA.
  • the logic can be provided by the manufacturer of the new part, and inco ⁇ orated in the FPGA by the designer of the target system.

Abstract

A computer system includes a plurality of discrete computer components and an integrated circuit that interfaces between the discrete computer components. The integrated circuit has internal hardware interfaces corresponding to respective discrete computer components. The internal hardware interfaces are selected from a limited number of available pre-defined internal hardware interfaces for general kinds of computer components. The internal hardware interfaces are accessible only within the integrated circuit. The integrated circuit further includes component-specific hardware interfaces for connecting the individual discrete components to the selected pre-defined internal HDL interfaces. The component-specific hardware interfaces are designed individually for the different discrete computer components to interface the discrete components to the internal hardware interfaces. A development system is disclosed for use during development of such a computer system. The development system includes interconnections that allow functions to be easily moved from the integrated circuit to a system CPU.

Description

Hardware and Software Development in Computer Systems Having
Multiple Discrete Components
TECHNICAL FIELP
This invention relates to development systems and methods for designing computer systems having multiple discrete components, and to the interface hardware that provides communications between discrete components in a computer system.
BACKGROUND OF THE INVENTION
A microprocessor-based system typically consists of a microprocessor connected to operate in conjunction with a variety of discrete peripheral computer components such as a microprocessor or CPU, different types of memory, UARTs, power management hardware, PCMCIA controllers, etc. Each component has a signal interface defined by a set of electrical contacts and by specified electrical and logical characteristics for those electrical contacts.
It is possible to design a microprocessor-based system in a way which allows for easy addition of components. The typical home PC is an example of such a system. It is expandable through a bus, to which add-on cards can be connected as long as the add-on cards are electrically compatible with the bus.
A disadvantage of bus-based systems is that they are not usually as compact as might otherwise be possible. When designing compact devices such as personal information managers, cell phones, palmtop computers, etc., expandability is often sacrificed for compactness. Components are highly integrated into as few chips as possible. In fact, it is becoming more and more common for functions to be integrated into a single chip along with a system CPU. This approach makes it difficult to change or add components.
This type of architecture also affects the development cycle. During typical development of a highly integrated system, components, features, and designs are selected only after much deliberation. This selection process generally precedes any actual hardware integration. Once the various selections are made, everything is integrated as much as possible. This is often done in a way that makes changes difficult — once something is designed in, it becomes inter-related with other system features at very low levels of design. The interface logic between different discrete components is one reason why changes become difficult once a system is designed. Interface logic, commonly referred to as "glue logic," is necessary because different components typically have different signal interfaces. Interface logic is necessary to "translate" between the different interfaces. In modern designs, this logic is integrated on an application- specific integrated circuit (ASIC) such as a field-programmable gate array (FPGA).
An example of a resulting system is shown in Fig. 1.
Fig. 1 shows a CPU 2 in combination with three peripheral components: a RAM memory component 3; a ROM memory component 4, and a serial communications component 5. An ASIC 6 is used to connect the various components so that they can communicate with each other.
ASIC 6 is configured in accordance with the logical and electrical characteristics of the various components' signal interfaces. This is commonly accomplished by configuring a number of individual ASIC external interfaces 7, each tailored specifically to work with its respective component. The ASIC external interfaces are also configured to work with each other, possibly using internal busses or data channels, so that communications between the components can take place. Using this approach, the interfaces and their connections to other interfaces are uniquely designed for every new product, in whatever way meets the particular designer's goals of time, cost, power consumption, etc. Once the design is complete, changes are difficult. The glue logic designed for one product is custom, and not easily used in another product.
Particularly when a gate array is used to implement interfaces between discrete components, the various functions of the gate array become so intertwined as to virtually preclude any significant modifications once the design effort is complete.
Unless an expansion bus of some kind is implemented on the system, adding or changing peripheral components is a difficult design task.
SUMMARY OF THE INVENTION
The invention described below includes a development system and methods that facilitate the design of multi-component computer systems. The system includes development hardware on which an actual product can be designed and tested, using the same logic implementation that will be present in the finished design. The development hardware is configured in a way that allows the interface logic for a particular discrete component to be easily moved from a system gate array into the CPU. The development system is configured with a programmable gate array that implements the same glue logic that will form part of the end design. The gate array has a standard or pre-defined internal configuration. The standard internal configuration includes a standard internal interface for each of the various discrete components. However, the internal interfaces have signals that are available only within the gate array. In order to connect to external components, component- specific interfaces are designed and implemented within the gate array for the various external components.
In the preferred embodiment of the invention, a limited number of internal interface types are pre-defined and used as standard interface types inside the gate array. Standard interconnection logic is provided for communications between the pre-de fined internal interface types.
One of the internal interface types is selected for each external component. Then, a component-specific interface is specially designed for each component. The component-specific interface provides connection and interface translation between an external component and a corresponding internal interface of the gate array.
Flexibility in internal design is maintained by specifying certain internal features in terms of constants that can be set by a designer. For example, attributes of internal interfaces such as datapath width, address width, and address decoding can be specified by a designer without delving into the details of the pre-defined internal interfaces.
BRIEF DESCRIPTION OF THE DRAWINGS
Fig. 1 is a block diagram of a prior art computer system.
Fig. 2 is a block diagram of a development system in accordance with a preferred embodiment of the invention.
Fig. 3 is a block diagram of a computer system in accordance with a preferred embodiment of the invention.
Fig. 4 is a timing diagram showing timing details of a read cycle in an exemplary internal interface. Fig. 5 is a timing diagram showing timing details of a write cycle in an exemplary internal interface. Fig. 6 is a flow chart showing preferred steps in accordance with the invention.
Figs. 7 and 8 are data flow diagrams showing further preferred steps in accordance with the invention.
DETAILED DESCRIPTION
Development System
Fig. 2 shows components of a development system 10 in accordance with a preferred embodiment of the invention. Development system 10 comprises a logic or base module 12, a plurality of peripheral modules 14 and 15, a CPU module 17, and a power supply module 18. Base module 12 contains a primary field-programmable gate array (FPGA) 20 such as is to be used in the target system. Base module 12 further contains a number of support components — components that will not be part of the end product but which are useful during product development. The support components include an LED display 22, a conventional parallel port 24, power monitors 26, and a "housekeeping" gate array 28.
Base module 12 has a plurality of peripheral electrical connectors 29 to which the various modules are attached. During hardware and software development of a target system, each of peripheral modules 14 and 15, as well as power supply module 18 and CPU module 17, functions as one of the discrete components of the target system. For instance, a keyboard controller might be implemented on one module while a display controller might be implemented on another module. The modules can be removed, replaced, or altered as desired during target system development to emulate target system components. FPGA 20 serves as a programmable component interface between the different discrete components of the target system and the CPU module — as glue logic. FPGA 20 has a plurality of interface or signal lines which are configurable by programming FPGA 20.
Each of the peripheral modules is connected through one or more of the electrical connectors 29 so that it can access a set of the FPGA signal lines. In the preferred embodiment, the signal lines from the FPGA are segregated into dedicated "radial" signal lines 30, a common group of "bus" signal lines 32, and a group of seventy inter-processor lines 33. The bus lines comprise a common group of the signal lines that is accessible through the peripheral electrical connectors by the peripheral modules. In contrast, the radial lines are divided and connected in exclusive groups or sets to individual peripheral modules — the radial signal lines of each set are unique to that set. Inter-processor lines 33 connect only between the CPU module 17 and primary FPGA 20.
The peripheral modules are generally divided into "large" modules 14 and "small" modules 15. The large modules are characterized by the higher number of radial lines to which they are connected, and by the fact that they are connected to the bus signal lines. In the embodiment described herein, there are three large modules 14. Each of these is connected in common to sixty-four bus lines 32 from primary FPGA 20. In addition, each large module is connected to a unique set of radial lines 30. Specifically, two of the large modules are connected to twenty dedicated radial lines, respectively, while the remaining large module is connected to thirty-six different radial lines.
There are eleven small modules 15 in the embodiment described herein. Each of eight of these small modules is connected to ten of the radial lines. That is, each of these small modules is connected to access a different set of ten radial lines. Each of the remaining three small modules is similarly connected to access a different set of five radial lines. Power supply module 18 is connected through connectors 29 to access eight dedicated radial lines.
One or more of connectors 29 are for connection to CPU module 17. These connectors allow all of the sets of signal lines to be accessed by a CPU on the CPU module. Specifically, the CPU module is connected to all of the radial signal lines. In addition, the CPU module is connected to all of the bus lines. Because of this, the CPU on the CPU module can be connected to any of the bus signal lines and to any of the radial signal lines. More generally, the CPU can be connected to any of the primary FPGA signal lines. This feature makes it very easy to move functionality from the FPGA to the CPU — all that is required is to reprogram the FPGA and connect the CPU to the appropriate lines that were formerly controlled by the FPGA. Once this is done, the CPU can control the signal lines in place of the FPGA.
As mentioned briefly above, base module 12 has support components that are used only during development of the target system. For example, the base module has a plurality of power monitors 26. In the embodiment described herein, there are twenty-six power measurement circuits: one for each small module, two for each large module, two for the CPU module, and seven for the power supply module. Each circuit integrates total measured charge over time using an integrated circuit from Benchmarq Inc. of Carrollton, Texas (part number bq2004). These circuits allow power consumption of the various modules to be measured.
Power supply module 18 is designed to emulate the actual power supply that will be used in the target system, and therefore includes a rechargeable battery source as well as circuitry for recharging the battery source. In addition, the power supply module supplies independent power to all the development support circuits, so that these circuits which are not to be present in the target system do not draw from the rechargeable battery source. Housekeeping FPGA 28 is connected to the various development support components such as the LED display, the parallel port, and the power monitors. Housekeeping FPGA 28 is programmed to control communications through parallel port 24, and to allow data to be downloaded through parallel port 24. Housekeeping FPGA 28 has further connections to primary FPGA 20. This allows housekeeping FPGA 28 to program primary FPGA 20 based on data supplied through parallel port 24 from an external source. Housekeeping FPGA 20 allows data from power monitors 26 to be read by an external device through parallel port 24.
The peripheral modules can perform any functions that will be implemented in the target system. In one system, the large modules include a memory card and a
PCMCIA card. The small modules include an infrared communications card, a serial communications card, a combination card for touch screen, modem, and sound functions, and a keyboard controller.
It is advantageous for the memory card to contain flash memory that emulates ROM (read-only memory). This would be replaced by actual ROM in the target system. In the development system, it is advantageous to allow the flash memory to be programmed through parallel port 24 and housekeeping FPGA 28.
Note that many of the functions that would normally be required of these cards can be implemented on primary FPGA 20. Communications with the cards does not have to take place over a pre-defined bus structure. Rather, the radial lines dedicated to each card can be used in any desired way. For instance, a serial card could use its radial lines as actual serial data lines, controlled by a UART (universal asynchronous receiver/transmitter) implemented within primary FPGA 20. The serial card itself would only need to provide electrical level conversion and a connector to a serial device. If the UART were eventually implemented within a CPU, the CPU could be connected to these same radial lines, and the CPU's UART could then function in place of the UART previously implemented on primary FPGA 20.
Target System Hardware Fig. 3 shows a target computer system 30 designed in accordance with a preferred embodiment of the invention. Computer system 30 includes a plurality of discrete computer components, such as a CPU 32, memory 34, a serial communications controller or UART 36, and a visual display controller 38. Each discrete component has its own signal interface 39, comprising a set of physical signal connections, having pre-specified logical and electrical characteristics and requirements. During development, these discrete components are implemented on different peripheral modules, and the signal interfaces are implemented by the bus lines and/or radial lines.
Computer system 30 also includes component interface hardware between the discrete computer components. In the preferred embodiment of the invention, the component interface hardware comprises a single FPGA or application-specific integrated circuit (ASIC) 40 that interfaces between the computer components. More specifically, the hardware comprises a field-programmable gate array such as part number EPF10K50GC403-5 from Altera Corporation of San Jose, California. ASIC 40 interfaces between the discrete computer components, essentially translating or converting between the various signal interfaces of the components. ASIC 40 corresponds to FPGA 20 described above with reference to Fig. 2.
ASIC 40 includes an internal hardware interface 42 corresponding to each respective computer component. The internal hardware interfaces are selected from a limited number of available pre-defined internal hardware interfaces for general kinds of discrete computer components. The internal hardware interfaces are generally provided or pre-defined as standards. One of these interfaces is to be used for each discrete component that requires connection to or through ASIC 40. An interface of a particular type can generally be replicated any number of times in a particular design. Preferably, only a small number of internal interface types (such as three or four) are made available for use in a particular system.
In the preferred embodiment, there are three different available pre-defined internal hardware interfaces: a CPU/memory interface, a register interface, and a master interface. The CPU/memory interface is used in conjunction with CPUs and memory components. The register interface is used in conjunction with discrete components requiring simple read/write access to other components. The master interface is used in conjunction with discrete components requiring direct memory access (DMA) functionality. For a specific computer design, one pre-defined internal interface corresponds to each external component. The internal hardware interfaces are generally accessible only within ASIC
40. They do not have signals or connections that can be used directly by the discrete components external to ASIC 40. Furthermore, the internal interfaces do not necessarily comply with the requirement of the interfaces of any of the external components. Thus, external components are not connected directly to their corresponding internal hardware interfaces. Rather, ASIC 40 includes component- specific hardware interfaces 44 corresponding to the respective discrete computer components. The component-specific hardware interfaces connect between the pre¬ defined internal hardware interfaces 42 and the signal interfaces 39 of the discrete computer components. Component-specific hardware interfaces 44 have two types of signals: external interface signals and internal interface signals. The external interface signals are presented at external ASIC connections, for connection to the signal interfaces of external components, while the internal interface signals are connected to the pre¬ defined internal hardware interfaces.
The component-specific hardware interfaces are designed individually for the different discrete computer components to interface the components to internal hardware interfaces 42 — each different kind of computer component generally requires a unique component-specific interface. The component-specific hardware interfaces are designed to provide interface translation or conversion between the signal interfaces of external components and the internal signals of internal hardware interfaces 42.
ASIC 40 further includes conventional interconnection logic 46 between the internal hardware interfaces, providing data communications and control functions between the internal hardware interfaces. This, in turn, allows communications between the component-specific hardware interfaces and between the corresponding external computer components. Interconnection logic 46 uses signal channels that are multiplexed within ASIC 40. Such multiplexed signal channels include, for example, an address channel, a data channel, and various control signals related to data transfer and to component or memory addressing. The interconnection logic includes addressing logic. Each internal hardware interface is assigned its own address or range of addresses so that it can be selectively accessed by a CPU or master component. The interconnection logic and internal hardware interfaces are designed in such a way that internal hardware interfaces can be conveniently replicated without involving significant additions to interconnection logic 46.
The configuration of Fig. 3 provides a distinct advantage over prior art designs. Using this configuration, a component-specific interface can be designed once for a particular component, to connect that component to a standard internal hardware interface. During development using the development system described above, a manufacturer or designer provides a peripheral module and a corresponding component-specific interface. Once designed, the component-specific interface can be used in any system that is configured to use the same standard internal hardware interface. In some cases, manufacturers might provide design specifications for component-specific hardware interfaces for use with the manufacturers' own components, such as hard disks, modems, IR communication devices, etc. Designing a computer system with an interconnecting ASIC then involves simply configuring the ASIC in accordance with the provided component-specific hardware interfaces and the appropriate pre-defined internal hardware interfaces.
Internal Hardware Interfaces
The internal hardware interfaces can be designed in many different ways in accordance with a particular designer's preferences and the goals of a particular product. Generally, each different type of internal hardware interface will connect to the internal interconnection logic of ASIC 40 and will also have internal signals for connecting to component-specific hardware interfaces. Designing the internal hardware interfaces and the interconnection logic between the internal hardware interfaces can be accomplished using conventional design techniques, preferably utilizing popular development tools such as hardware description languages and associated compilers for specific ASICs.
The interface signals presented by standard internal hardware interfaces are preferably similar to those of popular interfaces of discrete components. For instance, the signals presented by a particular internal interface might include multi- bit address and data busses, a clock signal, a signal indicating whether an operation is a read or a write, timing signals indicating the presence of valid data at address and data busses, and other signals such as interrupt or DMA negotiation signals. However, it is not necessary for the internal interfaces to comply with any particular existing interface standard in order to be compatible with existing discrete components. Rather, it is advantageous to standardize on a particular style of interface or a limited set of internal interfaces for use within a particular ASIC, and to convert the interfaces of external discrete components using component-specific interfaces designed especially for that purpose.
The preferred embodiment of the invention utilizes only three different types of pre-defined internal interfaces. Each of these uses similar interface signals. The preferred internal hardware interfaces include an internal CPU/memory interface. This type of interface is used in conjunction with a CPU and with one or more memory components. There are two distinct parts to the CPU/memory interface: the CPU interface and the memory interface. The CPU interface provides a path for a CPU to access other computer components connected through ASIC 40. The memory interface is used with memory components so that they can be accessed by the CPU interface or by other components. These two logical interfaces are implemented in a single pre-defined internal interface so that a designer can optimize the path and interconnections between the CPU and memory. A designer of component-specific hardware interfaces for a CPU and memory might decide to access memory through the internal CPU and memory interfaces. Alternatively, the designer might provide a faster, more direct path between CPU and memory through a component-specific hardware interface designed specifically for the CPU and memory. In this case, the CPU will still access other components through the internal CPU/memory interfaces. External components other than memory and CPUs are used in conjunction with pre-defined internal register interfaces or master interfaces, depending on the function and complexity of required data transfer transactions. Most simple external components can operate in conjunction with an internal register interface. External components associated with an internal register interface are not allowed to access memory. They rely on a CPU or a component associated with an internal master interface for data transfers.
External components that need to move data, other than CPUs, are used in conjunction with internal master interfaces. A component associated with a master interface can read from and write to any component associated with a register interface. In the preferred embodiment of the invention, an internal master interface incorporates one or more ring buffers that can be used for direct memory access (DMA). The interface signals presented by a master interface include signals used to facilitate DMA transfers.
As an example of a typical interface specification, the signals defined by a pre-defined memory interface are listed and described below. These signals are presented internally within ASIC 40, and are used by a component-specific interface connected to a memory component. Although the details of the various interface specifications are not central to the invention, they serve to illustrate one type of internal interface that might be specified for a particular general type of external component. • Write Data Signal (d). This is a multi-bit signal used for transferring data to memory from the internal memory interface. Its width is either 16 or 32 bits, defined on a per-system basis. • Read Data Signal (q). This is a multi-bit signal used for reading data from memory, to the internal memory interface. Its width is the same as that of the write data signal. • Address Signal (a). This is a multi-bit signal used to specify addresses to the memory component associated with the internal memory interface. Its width is defined on a per-system basis, although not all bits will generally be used by any particular memory component. • Write Signal (wr). This single-bit signal indicates the direction of a memory transfer. A true value indicates a write to memory and a false value indicates a read from memory.
• Transfer Size (bytes). This multi-bit signal indicates the number of bytes being transferred in a memory transfer. • Read/Write OK (rwϋk). This is a single-bit signal indicating that write data is valid on the write data signal (when the write signal is true) or that read data is valid on the read data signal (when the write signal is false).
• Interface Select (slot). This single-bit signal indicates when the memory interface is being addressed. The ASIC interconnection logic decodes addresses from other components and asserts this signal as appropriate.
• Clock (elk). This is a system clock that oscillates at a rate that is selected for the system. It may be stopped when not being used by the interface to transfer data.
• 3.6864 MHz Clock (clk386). This is a clock signal that runs continuously when the system is not in reset.
• Interrupt (intr). This single-bit signal is true when an interrupt is occurring.
• Reset (rstj). This single-bit signal is high during normal operation, and low during a system reset. Again, these signals are available only within ASIC 40. They are for use by a corresponding component-specific interface implemented within ASIC 40 The component-specific interface provides actual connections to an external component. Fig. 4 shows a timing diagram for a memory interface read transaction utilizing a pre-defined internal memory interface having the signals descπbed above. Note that the clock signal cycles only when an operation is taking place, to conserve power. The component-specific hardware interface connected to the memory interface can thus expect very few transitions of elk before or after a read transaction. Component-specific hardware interfaces associated with the CPU or a master device are responsible for generating the clock signal at appropπate times.
A read transaction occurs when slot is asserted and wr is false (as in cycles 0 through 7 of Fig. 4) Burst operations are allowed, as shown in Fig 4, but only the lower 8 bits of the address bus are allowed to change dunng burst transfers. The transfer size signal bytes indicates the number of bytes to be read and the address increment for burst cycles
In the example of Fig. 4, the connected memory component stalls (fails to respond) dunng cycle 0 by not asserting rwOk In cycle 1 , rwOk is asserted, indicating that read data is valid on the read data bus If the memory had not stalled, it could have asserted rwOk and returned read data in cycle 0 The memory returns valid read data in cycles 1, 2, and 7, as indicated by the asserted state of rwOk In cycles 3, 4, 5, and 6 the memory stalls with the de- assertion of rwOk.
Fig. 5 shows a timing diagram for a memory interface wnte transaction. Again, very few transitions of elk occur before or after a wnte transaction. Only the lower 8 bits of the address bus are allowed to change dunng burst transactions such PAGE INTENTIONALLY LEFT BLANK
Design Methodology
The preferred embodiment of the invention includes a method of integrating a plurality of discrete computer components such as those described above and shown in Fig. 3, and of designing component interface hardware for use between such discrete components. As already described, each discrete computer component has a signal interface with specified logic and electrical requirements. A field- programmable gate array (FPGA) or other ASIC is used to provide interface translation or conversion between the various signal interfaces of the discrete components. These steps are preferably performed in conjunction with the development system described above.
The preferred design methodology utilizes automated design tools to produce an actual physical design specification for an FPGA or other target ASIC. Fig. 6 shows the general preferred steps in accordance with the invention.
A step 100 comprises designing and pre-defining a limited number of available internal interfaces or internal interface types for general kinds of computer components. These interfaces are designed and specified with a hardware description language (HDL) such as VHDL (IEEE Standard 1076-1993) or Verilog®, manufactured by Cadence Design Systems Inc. of California, that can be subsequently compiled or otherwise converted to an actual hardware design specification for an FPGA. Logic designs that are written in an HDL are generally portable in the sense that conversion software can convert or compile HDL descriptions or definitions to create specifications for different physical representations that use alternative hardware components. Specifically, one or more HDL descriptions are used to create an FPGA configuration file for a particular selected FPGA. The FPGA configuration file can then be used to program the FPGA. If desired, the same HDL descriptions can also be used to create a configuration file for a different type of FPGA.
Step 100 might include, for instance, designing three general internal HDL interfaces: one for CPU and memory component types, one for register component types, and one for master component types.
The internal HDL interfaces are generally accessible only within the target
ASIC on which the design is eventually implemented. More specifically, each internal interface presents a set of interface signals. These signals, however, are internal signals and are not directly accessible by components external to the target ASIC.
A step 101 comprises designing interconnection logic using one or more HDL or VHDL descriptions. The interconnection logic is preferably designed and provided as part of a standard package along with the pre-defined internal interfaces.
It defines communications paths or structures between the various pre-defined internal HDL interfaces.
A subsequent step 102 comprises selecting pre-defined internal HDL interfaces for respective individual discrete computer components. These internal interfaces are selected from the available interfaces designed as standards in step 100.
There is not necessarily a unique type of internal interface for each discrete computer component. Rather, an internal interface of a particular type might be replicated several times for use with a number of different external components.
A step 104 comprises designing component-specific HDL interfaces for connecting the individual discrete components to the selected pre-defined internal
HDL interfaces. These component-specific interfaces are designed using the same hardware description language as used to design the pre-defined internal HDL interfaces — such as VHDL. Each component-specific HDL interface defines a set of external interface signals for connection to the signal interface of a particular external computer component. These signals are external in the sense that they are available at actual pins of the target ASIC, and can be accessed directly by the external computer components. The component-specific HDL interfaces additionally define a set of internal interface signals. These signals are internal to the target ASIC. They correspond to and are internally connected to the internal interface signals of the corresponding pre¬ defined internal HDL interfaces. The component-specific HDL interfaces define conversion logic between the external and internal interface signals. A step 105 in accordance with the invention comprises setting constants relating to features of the internal interfaces and the interconnection logic. This step will be described in more detail below.
A step 106 comprises converting the selected internal HDL interfaces and the designed component-specific interfaces to create an actual physical design for an integrated circuit. More specifically, the HDL interfaces are compiled to create an
ASIC-specific hardware configuration file. This step is performed using HDL compilation software such as the Synopsys® compiler available from Synopsys, Inc.
In practice, step 106 comprises submitting a number of VHDL description files to a VHDL compiler. The VHDL description files include files that describe the component-specific interfaces, the pre-defined internal interfaces, and the interconnection logic.
Step 108 comprises actually configuring an FPGA or other component interface hardware based on the selected pre-defined internal HDL interfaces and the designed component-specific HDL interfaces. This step is performed with available programming hardware for the selected ASIC, using the ASIC-specific hardware configuration file produced in step 106. The internal interfaces and the associated interconnection logic are preferably designed once, and then used without further modifications for different designs. To design a particular system, the designer selects the appropriate internal interfaces, and either designs appropriate component-specific interfaces or selects from component-specific interfaces that have already been designed.
Some flexibility in the pre-defined interfaces can be provided in the form of certain features that can be specified by the designer, after selecting the internal interfaces that are to be used in a particular system. Specifically, certain features are specified in terms of constants that can be set or specified by a designer without logical modifications to the pre-defined internal interfaces. These features include the width of certain data paths or channels, as well as addresses and certain buffer widths. Other such features include specifications of connection signals between the component-specific HDL interfaces and the selected pre-defined internal HDL interfaces. The constants that specify these features are set in step 105 above. The step of setting these constants and of designing the component-specific interfaces are preferably performed contemporaneously, so that the variable features can be specified depending on requirements of the component-specific interfaces and of the connected external components.
For example, most component-specific interfaces are associated with an address or a range of addresses. Address decoding, however, is accomplished by the pre-defined internal interfaces or by pre-defined interconnection logic. To enable a designer to specify a desired address or range of addresses, the addresses are specified in terms of constants that can be set by the designer without otherwise modifying the pre-defined HDL interfaces. Data path widths, or widths of other multi-bit signals, serve as another example of a feature that can be specified by a system designer without having to significantly alter the pre-defined HDL interfaces. In the preferred embodiment of the invention, the interconnection logic has internal address and data paths or channels that are accessed indirectly by external components and by the component- specific interfaces. The widths of the data paths or channels can be specified by a system designer by simply setting the value of constants.
The preferred embodiment of the invention thus includes steps of defining a multi-bit signal in a particular one of the pre-defined internal HDL interfaces; defining a width constant that is associated with the pre-defined internal HDL interface to specify a width for the multi-bit signal; and assigning a value to the width constant. The multi-bit signal and constant are defined while designing the pre¬ defined internal interfaces. The constant is assigned a value, however, while designing the component-specific interfaces.
A DMA buffer is another example of a feature that can be partially specified in terms of a constant that is set after selecting the pre-defined internal interfaces. In the preferred embodiment, some DMA functions are integrated in the master interface. Specifically, the preferred implementation of the master interface includes a DMA buffer, the width of which can be set by a system designer without delving into the details of the internal master interface.
Figs. 6 and 7 illustrate a practical process of creating an ASIC-specific hardware configuration file in accordance with one implementation of the invention. Although the steps described above can be implemented manually, the process of Figs. 6 and 7 automates the design steps to some degree.
A designer creates a component-specific HDL interface by writing an interface description in a hardware description language such as VHDL. Such an interface description is contained in a text file such as file 140 in Fig. 7, in this case named "peripheral. v". Interface description files will be uniquely named for different external components.
In the preferred embodiment, the interface description for a particular component-specific HDL interface incorporates or "includes" two separate files that define connections to an external component and to the corresponding pre-defined internal interface. In Fig. 7, these files are named "predef.h" and "peripheral. h", and are indicated by reference numerals 142 and 144, respectively.
The file predef.h is an internal port definition file in VHDL format. This file is pre-defined along with the pre-defined HDL interface to which the component- specific internal interface is to be connected. It specifies port definitions for the pre¬ defined internal interface. The filename of this file will vary, depending on the type of pre-defined internal interface that will be used with the component-specific HDL interface. For instance, if the pre-defined internal interface is a register interface, peripheral. h might "include" a pre-defined file named "register.h" containing the internal port definitions for an internal register interface.
The file peripheral.h is a port definition file written in VHDL format by the designer of the component-specific HDL interface. It contains external port definitions for the interface to the external component. This file will normally have a filename corresponding to that of the component-specific HDL interface. For instance, a VHDL description of a component-specific interface for a serial port might consist of the files "serial.v" and "serial.h".
Rather than writing peripheral.h directly, a designer actually creates a file 146 named "peripheral. sig" in a non- VHDL format. The file peripheral.sig specifies port definitions and other information used to eventually create an ASIC-specific hardware configuration file. Listing 1 shows an example format for peripheral.sig: // Name PortName Dir. Type Association
//
TX tx out none stdjogic
RTS rts out none stdjogic
DTR dtr out none stdjogic
RX rx in none stdjogic
CTX cts in none stdjogic
CD cd in none stdjogic
S SeerrPPwwMM sseerr__ppwwrr__11 oouutt nnoonnee stdjogic
Listing 1
In this file, the characters "//" indicate comment lines. Each non-comment line indicates the local and non-local names of a particular externally-available signal, as well as information relating to the electrical characteristics of the signal.
Additional fields, not shown, can be provided to indicate further information about particular signals, such as pin location on the target ASIC.
To convert peripheral.sig to a VHDL format, it is operated on by a custom program 148 referred to in Fig. 7 as "makeh.exe". This program is configured to extract relevant information from peripheral.sig and to format such information in conformance with VHDL standards — resulting in the file peripheral.h.
The two files predef.h and peripheral.h are "included" in peripheral. v by means of an #INCLUDE statement in peripheral.v. #INCLUDE is conventional pre¬ processor directive typically used in C programming to incoφorate the contents of one file into another file. A C programming environment typically includes a pre¬ processor to perform the actual incoφoration of textual material. In this case, the file peripheral.v is operated on by a conventional C language pre-processor 150 to implement the #INCLUDE statements of peripheral.v. The result is a file 152 named "peripheral.vhd", comprising the original peripheral.v, in addition to the textual contents of predef.h and peripheral.h. The file peripheral.vhd is a VHDL file that defines a single instance of a component-specific hardware interface. Instances of pre-defined HDL internal interfaces are created using a similar process. For instance, a pre-defined register interface is defined using a VHDL- formatted file named "register. v". The file register.v includes, using an #INCLUDE statement, a port definition file "register.h". The file register.h is created with the makeh.exe program from a file named "register.sig" having a format similar to that shown in Table 1.
As each component- specific hardware interface of a computer particular system is defined, it is documented in a file named "makefpga" An example of a makefpga file is shown in Table 2 Comment lines are indicated by the characters "//" in leading positions
Figure imgf000027_0001
//
// Some CPU interface must be present
Module
{
Name sh3;
Type CpuMem;
Master none;
Slot 0;
SlotBase 0x10010000;
SlotMask 0x0001 F000;
DatapathWidth 16;
Address Width 29;
// System module ISR must be present Module
{
Name Isr;
Type Isr;
Master none;
Slot 1 ;
SlotBase 0x10000800; SlotMask 0x00000800;
// System module ArbMux must be present Module
{
Name ArbMux;
Type ArbMux;
Master none;
Slot none; }
// Serial interface 0
Module
{
Name ser;
Type Master;
Slot 2;
SlotBase 0x10002000;
SlotMask OxOOOOfδOO;
Master 0;
WrapBit 11;
TcBit 10;
CIrBit 10; }
// Serial interface 1
Module {
Name ser;
Type Master; Slot 3;
SlotBase 0x10003000;
SlotMask OxOOOOfδOO;
Master 1 ;
WrapBit 11 ; TcBit 10;
CIrBit 10; }
// PCMCIA 0
Module
{
Name sh3Pcm;
Type Register; Master none;
Slot 4;
SlotBase 0x10004000;
SlotMask OxOOOOfδOO; }
// PCMCIA 1
Module
{
Name sh3Pcm;
Type Register; Master none;
Slot 5;
SlotBase 0x10005000;
SlotMask 0x0000f800; }
Listing 2
The listing is largely self-explanatory. There is a section for each component- specific interface. Within each section, there is an entry specifying the name of the component-specific interface (corresponding to the names of the files in which the interface is defined), the type of internal interface to which the component-specific interface will connect (cpu/memory, master, or register), and addressing information for the external component which will connect to the component-specific interface. The address, also referred to as a "slot," is specified using a "slot" number, a base address specification and a corresponding mask specification. The makefpga file contains the settings for constants that can be specified by a designer, relating to variable features of the pre-defined internal hardware interfaces. For instance, addresses of the various hardware elements are specified as constants in the makefpga file. Also, the width of certain signals, such as data and address signals, are specified as constants in the makefpga file. These constants can be set by a designer after the pre-defined internal HDL interfaces are designed and selected. For master interfaces, DMA options can be set, such as sizes for ring buffers and the number of bits to clear on resetting the DMA channels.
The makefpga file lists two required interfaces, named Isr and ArbMux. These interfaces are actually definitions of interconnection logic to connect between the selected pre-defined internal hardware interfaces. The Isr and ArbMux interfaces are implemented in a process similar to that shown in Fig. 7 to result in VHDL files "arbmux.vhd" and "isr.vhd". They are typically provided as part of a pre-defined package, along with the pre-defined interfaces. Fig. 8 illustrates further procedures in a process of creating an ASIC-specific hardware configuration file 172. These procedures include a process 160 of compiling all the VHDL files created as already described. For instance, all peripheral.vhd files created by the designer of component-specific interfaces are included in this process, as well as arbmux.vhd and isr.vhd. These files are indicated in Fig. 8 by box 162. In addition, a system file 164, named "system.vhd", is compiled. The file system.vhd contains a VHDL description of interconnection logic 46. It is uniquely created for a particular system with a program 166 named "makesys.exe." The program makesys.exe reads the various peripheral.sig files, as well as files arbmux.sig and isr.sig, associated with arbmux.vhd and isr.vhd. These files are indicated in Fig. 8 by reference numeral 168. It also reads the configuration information contained on the makefpga file 170. Program makesys.exe creates VHDL file system.vhd based on the information contained in these files. Program makesys.exe replicates internal interfaces as required and configures interconnection logic to be compatible with the components specified in the makefpga file.
Conclusion
The invention provides a needed expedient for designing computer systems which are constantly evolving. The components in such systems change frequently, with accompanying changes in their signal interfaces. Using the system described above, new components can be quickly incoφorated into an existing design without significant modifications to the "glue" logic that interfaces between the components.
Using the development system, a new part can be incoφorated in a design by providing a component-specific HDL interface and an accompanying peripheral module. In addition, many of the logic functions that would conventionally have been provided on the module can now be provided in the system's FPGA. Using the unique architecture of the invention, the logic can be provided by the manufacturer of the new part, and incoφorated in the FPGA by the designer of the target system.
In compliance with the statute, the invention has been described in language more or less specific as to structural and methodical features. It is to be understood, however, that the invention is not limited to the specific features described, since the means herein disclosed comprise preferred forms of putting the invention into effect. The invention is, therefore, claimed in any of its forms or modifications within the proper scope of the appended claims appropriately inteφreted in accordance with the doctrine of equivalents.

Claims

1. A development system comprising: a programmable component interface having a plurality of configurable signal lines; a plurality of peripheral modules, each peripheral module being connected to a set of the configurable signal lines; the programmable component interface having internal hardware interfaces corresponding to respective peripheral modules, the internal hardware interfaces being accessible only within the integrated circuits; the programmable component interface further including interconnection logic between the internal hardware interfaces; the programmable component interface further including component-specific hardware interfaces for configuring the sets of configurable signal lines to which the peripheral modules are connected, the component-specific hardware interfaces connecting the peripheral modules to the internal hardware interfaces; the component-specific hardware interfaces being designed individually for the different peripheral modules to interface the peripheral modules to the internal hardware interfaces.
2. A development system as recited in claim 1 , wherein the programmable component interface is a programmable gate array.
3. A development system as recited in claim 1 , wherein the peripheral modules are removable and replaceable.
4. A development system as recited in claim 1 , wherein the configurable signal lines of each set are unique to that set.
5. A development system as recited in claim 1, wherein the configurable signal lines of each set are unique to that set, and wherein all of the peripheral modules are also connected to a common group of signal lines.
6. A development system as recited in claim 1, wherein the internal hardware interfaces are selected from a limited number of available pre-defined internal hardware interfaces for general kinds of computer components.
7. A development system as recited in claim 1 , further comprising a CPU module, the CPU module having a CPU, wherein the CPU module has connections to all of the sets of configurable signal lines.
8. A development system as recited in claim 1 , further comprising a CPU module, wherein: the CPU module has a CPU; the CPU module has connections to all of the configurable signals lines of the programmable component interface; and the CPU can be connected on the CPU module to any of the configurable signal lines of the programmable component interface.
9. A development system as recited in claim 1 , further comprising a CPU module, wherein: the configurable signal lines of each set are unique to that set; all of the peripheral modules are also connected to a common group of signal lines; the CPU module has a CPU; the CPU module has connections to all of the sets of configurable signal lines and to the common group of signal lines; and the CPU can be connected on the CPU module to any of the configurable signal lines of the sets and of the common group.
10. A development system comprising: a programmable component interface having a plurality of configurable signal lines; a plurality of peripheral modules; each peripheral module being connected to a set of the configurable signal lines, wherein the configurable signal lines of each set are unique to that set; all of the peripheral modules being connected to a common group of signal lines; the programmable component interface having internal hardware interfaces corresponding to respective peripheral modules, the internal hardware interfaces being accessible only within the integrated circuits, wherein the internal hardware interfaces are selected from a limited number of available pre-defined internal hardware interfaces for general kinds of computer components; the programmable component interface further including interconnection logic between the internal hardware interfaces; the programmable component interface further including component-specific hardware interfaces for configuring the sets of configurable signal lines to which the peripheral modules are connected, the component-specific hardware interfaces connecting the peripheral modules to the internal hardware interfaces; the component-specific hardware interfaces being designed individually for the different peripheral modules to interface the peripheral modules to the internal hardware interfaces; a CPU module having a CPU; wherein the CPU module has connections to all of the sets of configurable signal lines and to the common group of signal lines, and wherein the CPU can be connected on the CPU module to any of the configurable signal lines of the sets and of the common group.
11. A development system comprising: a logic module having a programmable component interface, the programmable component interface having a plurality of configurable interface lines; a plurality of peripheral electrical connectors for connection to peripheral modules, wherein a set of the configurable interface lines is accessible through the peripheral electrical connectors by each of the peripheral modules; one or more CPU electrical connectors for connection to a CPU module, wherein the sets of configurable interface lines are accessible through the one or more CPU electrical connectors, and wherein a CPU on the CPU module can be connected to any lines of the sets of interface lines to control such interface lines in place of the programmable component interface.
12. A development system as recited in claim 1 1 , wherein the programmable component interface is a gate array.
13. A development system as recited in claim 1 1, wherein the configurable signal lines of each set are unique to that set.
14. A development system as recited in claim 1 1 , wherein the configurable signal lines of each set are unique to that set and wherein a common group of the configurable signal lines is accessible through the peripheral electrical connectors by the peripheral modules.
15. A development system as recited in claim 1 1 , wherein: the configurable signal lines of each set are unique to that set; a common group of the configurable signal lines is accessible through the peripheral electrical connectors by the peripheral modules; and the CPU on the CPU module can be connected to any lines of the common group.
16. In a computer system, a method of designing component interface hardware between a plurality of discrete computer components comprising the following steps: selecting pre-defined internal HDL interfaces for respective discrete computer components, each pre-defined internal HDL interface being selected from a limited number of available pre-defined internal HDL interfaces for general kinds of computer components, the pre-defined internal HDL interfaces being accessible only within an integrated circuit; designing component-specific HDL interfaces for connecting the individual discrete components to the selected pre-defined internal HDL interfaces, the component-specific HDL interfaces defining (a) external interface signals for connection to the discrete components, and (b) internal interface signals for connection to the selected pre-defined internal HDL interfaces.
17. A method as recited in claim Error! Reference source not found., the selected pre-defined internal HDL interfaces specifying connections to the component-specific HDL interfaces in terms of constants that can be set by a designer after selecting the pre-defined internal HDL interfaces, the method further comprising a step of setting the constants in accordance with desired connections between the component-specific HDL interfaces and the selected pre-defined internal HDL interfaces, the steps of designing the component-specific HDL interfaces and of setting the constants being performed contemporaneously.
18. A method as recited in claim Error! Reference source not found., the selected pre-defined internal HDL interfaces having addresses that are specified in terms of constants that can be set by a designer after selecting the pre-defined internal HDL interfaces, the method further comprising a step of setting the constants in accordance with desired addresses of the internal HDL interfaces contemporaneously with designing the component-specific HDL interfaces.
19. A method as recited in claim Error! Reference source not found., at least one of the selected pre-defined internal HDL interfaces specifying a DMA buffer size in terms of a constant that can be set by a designer after selecting the pre¬ defined internal HDL interface, the method further comprising a step of setting the constant depending on a desired size for a DMA buffer contemporaneously with designing the component-specific HDL interfaces.
20. A method as recited in claim Error! Reference source not found., at least one of the selected pre-defined internal HDL interfaces specifying a hardware feature in terms of a constant that can be set by a designer after selecting the pre¬ defined internal HDL interface, the method further comprising a step of setting the constant depending on requirements of the plurality of discrete computer components contemporaneously with designing the component-specific HDL interfaces.
21. A method as recited in claim Error! Reference source not found., at least one of the selected pre-defined internal HDL interfaces defining a multi-bit signal having a width that can be set by a designer after selecting the pre-defined internal HDL interface, the method further comprising a step of setting the width of the multi-bit signal depending on requirements of the plurality of discrete computer components contemporaneously with designing the component-specific HDL interfaces.
22. Component interface hardware designed in accordance with the steps of claim Error! Reference source not found..
23. In a computer system, a method of designing component interface hardware between a plurality of discrete computer components comprising the following steps: selecting pre-defined internal HDL interfaces for respective discrete computer components, each pre-defined internal HDL interface being selected from a limited number of available pre-defined internal HDL interfaces for general kinds of computer components, the pre-defined internal HDL interfaces being accessible only within an integrated circuit, the pre-defined internal HDL interfaces specifying certain hardware elements in terms of constants that can be set by a designer after selecting the pre-defined internal HDL interfaces; designing component-specific HDL interfaces for connecting the individual discrete components to the selected pre-defined internal HDL interfaces; setting the constants depending on requirements of the respective discrete computer components; compiling the selected pre-defined internal HDL interfaces and the designed component-specific HDL interfaces to create a hardware configuration file.
24. A method as recited in claim 23, the step of setting the constants comprising a step of specifying a size of a DMA buffer.
25. A method as recited in claim 23, the step of setting the constants comprising a step of specifying addresses of the pre-defined internal HDL interfaces.
26. A method as recited in claim 23, the step of setting the constants comprising a step of specifying connections between the pre-defined internal HDL interfaces and the component-specific HDL interfaces.
27. A method as recited in claim 23, the step of setting the constants comprising a step of specifying widths of multi-bit signals defined by the pre-defined internal HDL interfaces.
28. A method as recited in claim 23, the step of setting the constants comprising a step of specifying widths of data channels defined by the pre-defined internal HDL interfaces.
29. Component interface hardware designed in accordance with the steps of claim 23.
30. In a computer system, a method of integrating a plurality of discrete computer components comprising the following steps: designing a limited number of available pre-defined internal HDL interfaces for general kinds of computer components, the pre-defined internal HDL interfaces being accessible only within an integrated circuit; selecting pre-defined internal HDL interfaces for respective discrete computer components from the limited number of available pre-defined internal HDL interfaces; designing component-specific HDL interfaces for connecting the individual discrete components to the selected pre-defined internal HDL interfaces, the component-specific HDL interfaces defining (a) external interface signals for connection to the discrete components, and (b) internal interface signals for connection to the selected pre-defined internal HDL interfaces; configuring component interface hardware based on the selected pre-defined internal HDL interfaces and the designed component-specific HDL interfaces.
31. A method as recited in claim 30, wherein the step of designing the limited number of available pre-defined internal HDL interfaces includes designing such interfaces for CPU and memory component kinds.
32. A method as recited in claim 30, wherein the step of designing the limited number of available pre-defined internal HDL interfaces includes designing such interfaces for CPU, memory, and register component kinds.
33. A method as recited in claim 30, wherein the step of designing the limited number of available pre-defined internal HDL interfaces includes designing such interfaces for CPU, memory, register, and master component kinds.
34. A method as recited in claim 30, wherein the step of designing the limited number of available pre-defined internal HDL interfaces includes designing such interfaces in a verbal hardware description language that can be converted to different physical designs that utilize alternative hardware components.
35. A method as recited in claim 30, wherein the configuring step comprises converting the selected pre-defined internal HDL interfaces and the component-specific HDL interfaces to an actual physical design for an integrated circuit.
36. A method as recited in claim 30, wherein the configuring step comprises converting the selected pre-defined internal HDL interfaces and the component-specific HDL interfaces to an actual physical design for a programmable single-chip gate array.
37. A method as recited in claim 30, wherein the step of designing the limited number of available pre-defined internal HDL interfaces comprises: defining a multi-bit signal in a particular one of the pre-defined internal HDL interfaces; defining a width for the multi-bit signal in terms of a constant associated with the particular pre-defined internal HDL interfaces that can be set by a designer after selecting the particular pre-defined internal HDL interfaces.
38. A method as recited in claim 30, further comprising: defining a multi-bit signal in a particular one of the pre-defined internal HDL interfaces; defining a width constant that is associated with the pre-defined internal HDL interface to specify a width for the multi-bit signal; assigning a value to the width constant to specify a width for the multi-bit signal contemporaneously with designing the component-specific HDL interfaces.
39. A method as recited in claim 30, wherein the step of designing the limited number of available pre-defined internal HDL interfaces comprises: specifying a feature within a particular one of the pre-defined internal HDL interfaces in terms of a constant that can be set contemporaneously with designing the component-specific HDL interfaces.
40. A computer system comprising: a plurality of discrete computer components; an integrated circuit that interfaces between the discrete computer components; the integrated circuit having internal hardware interfaces corresponding to respective discrete computer components, the internal hardware interfaces being accessible only within the integrated circuit, the internal hardware interfaces being selected from a limited number of available pre-defined internal hardware interfaces for general kinds of computer components; the integrated circuit further including interconnection logic between the internal hardware interfaces; the integrated circuit further including component-specific hardware interfaces for connecting the individual discrete components to the selected pre-defined internal hardware interfaces, the component-specific hardware interfaces having (a) external interface signals connected to the discrete components, and (b) internal interface signals connected to the internal hardware interfaces; the component-specific hardware interfaces being designed individually for the different discrete computer components to interface the discrete components to the internal hardware interfaces.
41. A computer system as recited in claim 40, wherein the discrete computer components include a CPU and memory.
42. A computer system as recited in claim 40, wherein the discrete computer components include a CPU and memory, the limited number of available pre-defined internal interfaces including such interfaces for CPU component kinds and for memory component kinds.
43. A computer system as recited in claim 40, wherein the discrete computer components include a CPU, memory, and other components, the limited number of available pre-defined internal hardware interfaces including such interfaces for CPUs, memory, and register component kinds.
44. A computer system as recited in claim 40, wherein the discrete computer components include a CPU, memory, and other components, the limited number of available pre-defined internal hardware interfaces including such interfaces for CPUs, memory, register, and master component kinds.
45. A computer system as recited in claim 40, the internal hardware interfaces and the component-specific hardware interfaces being responsive to a common clock signal for data transfers between the internal hardware interfaces and the component-specific hardware interfaces.
46. A component interface between a plurality of discrete computer components, comprising: an integrated circuit; internal hardware interfaces corresponding to respective discrete computer components, the general hardware interfaces being accessible only within the integrated circuit, the internal hardware interfaces being selected from a limited number of available pre-defined intemal hardware interfaces for general kinds of computer components; interconnection logic within the integrated circuit between the pre-defined internal hardware interfaces; component-specific hardware interfaces corresponding to respective discrete computer components, the component-specific hardware interfaces having (a) external interface signals for connection to the discrete computer components, and (b) internal interface signals connected to the internal hardware interfaces; the component-specific hardware interfaces being designed individually for the different discrete computer components to interface the discrete components to the internal hardware interfaces.
47. A component interface as recited in claim 46, the limited number of available pre-defined internal hardware interfaces including such interfaces for CPUs and memory.
48. A component interface as recited in claim 46, the limited number of available pre-defined internal hardware interfaces including such interfaces for CPUs, memory, and register component kinds.
49. A component interface as recited in claim 46, the limited number of available pre-defined internal hardware interfaces including such interfaces for CPUs, memory, register, and master component kinds.
50. A component interface as recited in claim 46, the internal hardware interfaces and the component-specific hardware interfaces being responsive to a common clock signal for data transfers between the internal hardware interfaces and the component-specific hardware interfaces.
PCT/US1997/009290 1996-06-03 1997-05-28 Hardware and software development in computer systems having multiple discrete components WO1997046959A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU32222/97A AU3222297A (en) 1996-06-03 1997-05-28 Hardware and software development in computer systems having multiple discrete components

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/659,084 1996-06-03
US08/659,084 US6058263A (en) 1996-06-03 1996-06-03 Interface hardware design using internal and external interfaces

Publications (2)

Publication Number Publication Date
WO1997046959A1 true WO1997046959A1 (en) 1997-12-11
WO1997046959B1 WO1997046959B1 (en) 1998-02-05

Family

ID=24643964

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1997/009290 WO1997046959A1 (en) 1996-06-03 1997-05-28 Hardware and software development in computer systems having multiple discrete components

Country Status (3)

Country Link
US (1) US6058263A (en)
AU (1) AU3222297A (en)
WO (1) WO1997046959A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000017771A2 (en) * 1998-09-23 2000-03-30 Infineon Technologies Ag Method for configuring configurable hardware blocks
WO2000019343A2 (en) * 1998-09-30 2000-04-06 Cadence Design Systems, Inc. Block based design methodology
GB2385691A (en) * 2001-12-28 2003-08-27 Nec Electronics Corp Designing a System LSI
US6968514B2 (en) 1998-09-30 2005-11-22 Cadence Design Systems, Inc. Block based design methodology with programmable components

Families Citing this family (53)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6570982B1 (en) * 1998-08-28 2003-05-27 Teltronics, Inc. Digital clocking synchronizing mechanism
US6347395B1 (en) * 1998-12-18 2002-02-12 Koninklijke Philips Electronics N.V. (Kpenv) Method and arrangement for rapid silicon prototyping
US6715043B1 (en) 1999-03-19 2004-03-30 Phoenix Technologies Ltd. Method and system for providing memory-based device emulation
US6489937B1 (en) * 1999-11-15 2002-12-03 3Com Corporation LED matrix control system with Field Programmable Gate Arrays
GB2364798B (en) * 1999-12-03 2004-04-28 Sgs Thomson Microelectronics A processing method
US6438738B1 (en) * 2000-09-19 2002-08-20 Xilinx, Inc. System and method for configuring a programmable logic device
US7765095B1 (en) 2000-10-26 2010-07-27 Cypress Semiconductor Corporation Conditional branching in an in-circuit emulation system
US8176296B2 (en) 2000-10-26 2012-05-08 Cypress Semiconductor Corporation Programmable microcontroller architecture
US7206733B1 (en) 2000-10-26 2007-04-17 Cypress Semiconductor Corporation Host to FPGA interface in an in-circuit emulation system
US8160864B1 (en) 2000-10-26 2012-04-17 Cypress Semiconductor Corporation In-circuit emulator and pod synchronized boot
US6724220B1 (en) 2000-10-26 2004-04-20 Cyress Semiconductor Corporation Programmable microcontroller architecture (mixed analog/digital)
US8103496B1 (en) 2000-10-26 2012-01-24 Cypress Semicondutor Corporation Breakpoint control in an in-circuit emulation system
US8149048B1 (en) 2000-10-26 2012-04-03 Cypress Semiconductor Corporation Apparatus and method for programmable power management in a programmable analog circuit block
US20020128809A1 (en) * 2000-12-30 2002-09-12 International Business Machines Corporation Randomized simulation model instrumentation
US7206730B2 (en) * 2001-04-11 2007-04-17 Oleandr Pochayevets HDL preprocessor
US7406674B1 (en) 2001-10-24 2008-07-29 Cypress Semiconductor Corporation Method and apparatus for generating microcontroller configuration information
US8078970B1 (en) 2001-11-09 2011-12-13 Cypress Semiconductor Corporation Graphical user interface with user-selectable list-box
US7526422B1 (en) 2001-11-13 2009-04-28 Cypress Semiconductor Corporation System and a method for checking lock-step consistency between an in circuit emulation and a microcontroller
US8042093B1 (en) 2001-11-15 2011-10-18 Cypress Semiconductor Corporation System providing automatic source code generation for personalization and parameterization of user modules
US7844437B1 (en) 2001-11-19 2010-11-30 Cypress Semiconductor Corporation System and method for performing next placements and pruning of disallowed placements for programming an integrated circuit
US7770113B1 (en) 2001-11-19 2010-08-03 Cypress Semiconductor Corporation System and method for dynamically generating a configuration datasheet
US6971004B1 (en) 2001-11-19 2005-11-29 Cypress Semiconductor Corp. System and method of dynamically reconfiguring a programmable integrated circuit
US8069405B1 (en) 2001-11-19 2011-11-29 Cypress Semiconductor Corporation User interface for efficiently browsing an electronic document using data-driven tabs
US7774190B1 (en) * 2001-11-19 2010-08-10 Cypress Semiconductor Corporation Sleep and stall in an in-circuit emulation system
US8103497B1 (en) 2002-03-28 2012-01-24 Cypress Semiconductor Corporation External interface for event architecture
US7308608B1 (en) 2002-05-01 2007-12-11 Cypress Semiconductor Corporation Reconfigurable testing system and method
US6996659B2 (en) * 2002-07-30 2006-02-07 Lsi Logic Corporation Generic bridge core
US20040045007A1 (en) * 2002-08-30 2004-03-04 Bae Systems Information Electronic Systems Integration, Inc. Object oriented component and framework architecture for signal processing
US7017140B2 (en) * 2002-08-29 2006-03-21 Bae Systems Information And Electronic Systems Integration Inc. Common components in interface framework for developing field programmable based applications independent of target circuit board
US7761845B1 (en) 2002-09-09 2010-07-20 Cypress Semiconductor Corporation Method for parameterizing a user module
US7295049B1 (en) 2004-03-25 2007-11-13 Cypress Semiconductor Corporation Method and circuit for rapid alignment of signals
US8069436B2 (en) 2004-08-13 2011-11-29 Cypress Semiconductor Corporation Providing hardware independence to automate code generation of processing device firmware
US8286125B2 (en) 2004-08-13 2012-10-09 Cypress Semiconductor Corporation Model for a hardware device-independent method of defining embedded firmware for programmable systems
US7913222B2 (en) * 2004-09-20 2011-03-22 The Mathworks, Inc. Automatic generation of code for component interfaces in models
US7332976B1 (en) 2005-02-04 2008-02-19 Cypress Semiconductor Corporation Poly-phase frequency synthesis oscillator
US7400183B1 (en) 2005-05-05 2008-07-15 Cypress Semiconductor Corporation Voltage controlled oscillator delay cell and method
US8089461B2 (en) 2005-06-23 2012-01-03 Cypress Semiconductor Corporation Touch wake for electronic devices
EP1955175A1 (en) * 2005-09-09 2008-08-13 Freescale Semiconductor, Inc. Interconnect and a method for designing an interconnect
US8085067B1 (en) 2005-12-21 2011-12-27 Cypress Semiconductor Corporation Differential-to-single ended signal converter circuit and method
US8067948B2 (en) 2006-03-27 2011-11-29 Cypress Semiconductor Corporation Input/output multiplexer bus
US8130025B2 (en) 2007-04-17 2012-03-06 Cypress Semiconductor Corporation Numerical band gap
US8092083B2 (en) 2007-04-17 2012-01-10 Cypress Semiconductor Corporation Temperature sensor with digital bandgap
US8516025B2 (en) 2007-04-17 2013-08-20 Cypress Semiconductor Corporation Clock driven dynamic datapath chaining
US9564902B2 (en) 2007-04-17 2017-02-07 Cypress Semiconductor Corporation Dynamically configurable and re-configurable data path
US7737724B2 (en) 2007-04-17 2010-06-15 Cypress Semiconductor Corporation Universal digital block interconnection and channel routing
US8026739B2 (en) 2007-04-17 2011-09-27 Cypress Semiconductor Corporation System level interconnect with programmable switching
US8040266B2 (en) 2007-04-17 2011-10-18 Cypress Semiconductor Corporation Programmable sigma-delta analog-to-digital converter
US9720805B1 (en) 2007-04-25 2017-08-01 Cypress Semiconductor Corporation System and method for controlling a target device
US8065653B1 (en) 2007-04-25 2011-11-22 Cypress Semiconductor Corporation Configuration of programmable IC design elements
US8266575B1 (en) 2007-04-25 2012-09-11 Cypress Semiconductor Corporation Systems and methods for dynamically reconfiguring a programmable system on a chip
US8049569B1 (en) 2007-09-05 2011-11-01 Cypress Semiconductor Corporation Circuit and method for improving the accuracy of a crystal-less oscillator having dual-frequency modes
US9448964B2 (en) 2009-05-04 2016-09-20 Cypress Semiconductor Corporation Autonomous control in a programmable system
US8549197B2 (en) * 2010-03-30 2013-10-01 Icron Technologies Corporation Method and system for communicating displayport information

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0405765A2 (en) * 1989-06-05 1991-01-02 Kawasaki Steel Corporation Configurable electronic circuit board, adapter therefor , and designing method of electronic circuit using the same board
EP0685803A2 (en) * 1994-06-03 1995-12-06 Symbios Logic Inc. Electrical device adapter and method of producing the same

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2633414B1 (en) * 1988-06-27 1993-07-09 Bull Sa COMPUTER SYSTEM WITH CENTRAL INTERCONNECTION
US5343516A (en) * 1989-09-29 1994-08-30 Digital Systems Group, Inc. Computer telecommunications signalling interface
US5461701A (en) * 1992-12-18 1995-10-24 Microsoft Corporation System and method for peripheral data transfer
US5581669A (en) * 1992-12-18 1996-12-03 Microsoft Corporation System and method for peripheral data transfer
US5537607A (en) * 1993-04-28 1996-07-16 International Business Machines Corporation Field programmable general purpose interface adapter for connecting peripheral devices within a computer system
US5432925A (en) * 1993-08-04 1995-07-11 International Business Machines Corporation System for providing a uniform external interface for an object oriented computing system
US5519851A (en) * 1994-03-14 1996-05-21 Sun Microsystems, Inc. Portable PCMCIA interface for a host computer
US5655148A (en) * 1994-05-27 1997-08-05 Microsoft Corporation Method for automatically configuring devices including a network adapter without manual intervention and without prior configuration information
US5577213A (en) * 1994-06-03 1996-11-19 At&T Global Information Solutions Company Multi-device adapter card for computer
AU4108296A (en) * 1994-11-04 1996-05-31 Intel Corporation Pcmcia autoconfigure pc card
US5537415A (en) * 1994-11-08 1996-07-16 Microsoft Corporation Multi-channel personal messaging unit
US5676567A (en) * 1994-12-06 1997-10-14 Dell Usa, L.P. Internal/external modular interface
US5628028A (en) * 1995-03-02 1997-05-06 Data Translation, Inc. Reprogrammable PCMCIA card and method and apparatus employing same
US5872998A (en) * 1995-11-21 1999-02-16 Seiko Epson Corporation System using a primary bridge to recapture shared portion of a peripheral memory of a peripheral device to provide plug and play capability

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0405765A2 (en) * 1989-06-05 1991-01-02 Kawasaki Steel Corporation Configurable electronic circuit board, adapter therefor , and designing method of electronic circuit using the same board
EP0685803A2 (en) * 1994-06-03 1995-12-06 Symbios Logic Inc. Electrical device adapter and method of producing the same

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"use of field-programmable gate array with fast memory to emulate an I/O interface", IBM TECHNICAL DISCLOSURE BULLETIN, vol. 37, no. 4B, 1 April 1994 (1994-04-01), pages 489 - 490, XP000451321 *
BUTTS M: "FUTURE DIRECTIONS OF DYNAMICALLY REPROGRAMMABLE SYSTEMS", PROCEEDINGS OF THE CUSTOM INTEGRATED CIRCUITS CONFERENCE, SANTA CLARA, MAY 1 - 4, 1995, no. CONF. 17, 1 May 1995 (1995-05-01), INSTITUTE OF ELECTRICAL AND ELECTRONICS ENGINEERS, pages 487 - 494, XP000536848 *

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000017771A3 (en) * 1998-09-23 2000-08-17 Siemens Ag Method for configuring configurable hardware blocks
WO2000017771A2 (en) * 1998-09-23 2000-03-30 Infineon Technologies Ag Method for configuring configurable hardware blocks
US6629293B2 (en) 1998-09-30 2003-09-30 Cadence Design Systems, Inc. Block based design methodology
US6631470B2 (en) 1998-09-30 2003-10-07 Cadence Design Systems, Inc. Block based design methodology
US6567957B1 (en) 1998-09-30 2003-05-20 Cadence Design Systems, Inc. Block based design methodology
US6574778B2 (en) 1998-09-30 2003-06-03 Cadence Design Systems, Inc. Block based design methodology
US6594800B2 (en) 1998-09-30 2003-07-15 Cadence Design Systems, Inc. Block based design methodology
US6968514B2 (en) 1998-09-30 2005-11-22 Cadence Design Systems, Inc. Block based design methodology with programmable components
WO2000019343A2 (en) * 1998-09-30 2000-04-06 Cadence Design Systems, Inc. Block based design methodology
WO2000019343A3 (en) * 1998-09-30 2002-04-25 Cadence Design Systems Inc Block based design methodology
US6694501B2 (en) 1998-09-30 2004-02-17 Cadence Design Systems, Inc. Block based design methodology
US6698002B2 (en) 1998-09-30 2004-02-24 Cadence Design Systems, Inc. Blocked based design methodology
US6701504B2 (en) 1998-09-30 2004-03-02 Cadence Design Systems, Inc. Block based design methodology
US6725432B2 (en) 1998-09-30 2004-04-20 Cadence Design Systems, Inc. Blocked based design methodology
GB2385691B (en) * 2001-12-28 2004-05-26 Nec Electronics Corp Method for designing a system LSI
GB2385691A (en) * 2001-12-28 2003-08-27 Nec Electronics Corp Designing a System LSI
US7062724B2 (en) 2001-12-28 2006-06-13 Nec Electronics Corporation Method for designing a system LSI
US7478351B2 (en) 2001-12-28 2009-01-13 Nec Electronics Corporation Designing system and method for designing a system LSI

Also Published As

Publication number Publication date
US6058263A (en) 2000-05-02
AU3222297A (en) 1998-01-05

Similar Documents

Publication Publication Date Title
US6058263A (en) Interface hardware design using internal and external interfaces
US5805834A (en) Hot reconfigurable parallel bus bridging circuit
Flynn AMBA: enabling reusable on-chip designs
US5619659A (en) System for extending ISA bus without using dedicated device driver software by using E2 P2 interface which provides multiplexed bus signal through standard parallel port connector
US5758099A (en) Plug and play protocol for bus adapter card
WO1997046959B1 (en) Hardware and software development in computer systems having multiple discrete components
US20060195812A1 (en) Designing system and method for designing a system LSI
US5522086A (en) Software configurable ISA bus card interface with security access read and write sequence to upper data bits at addresses used by a game device
US20060230369A1 (en) Interface configurable for use with target/initiator signals
JPH07507412A (en) Reconfigurable interface between computer and peripherals
US5408611A (en) Auto-switching device for CPU logic circuits
KR20010022816A (en) A universal serial bus device controller
US5561772A (en) Expansion bus system for replicating an internal bus as an external bus with logical interrupts replacing physical interrupt lines
EP1269359A1 (en) Automated design of digital signal processing integrated circuit
US6851014B2 (en) Memory device having automatic protocol detection
US6298408B1 (en) Intelligent input and output controller for flexible interface
EP1325419A1 (en) Logic system with configurable interface
US20050197824A1 (en) Object-oriented design method for the time-effective and cost-effective development of production-grade embedded systems based on a standardized system architecture
US6901562B2 (en) Adaptable circuit blocks for use in multi-block chip design
CN107526614B (en) Communication method of FPGA development board
US5724604A (en) Data processing system for accessing an external device and method therefor
Wang et al. The design of a rapid prototype platform for ARM based embedded system
JP2001184226A (en) Digital system having memory block and emulating method of block of memory
KR20040076708A (en) The extensible verification board of system-on-chip with ARM core using field programmable gate arrays
US7159104B2 (en) Simplified memory detection

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE HU IL IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK TJ TM TR TT UA UG UZ VN AM AZ BY KG KZ MD RU TJ TM

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH KE LS MW SD SZ UG AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: JP

Ref document number: 98500712

Format of ref document f/p: F

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: CA