The present invention relates generally to the electrical, electronic and computer arts and, more particularly, to machine learning and neural networks.
Convolution layers are widely used in deep learning, usually to extract features in, for example, image processing tasks. The nature of convolution layers requires significant weight re-use. Conventional digital hardware can benefit from this re-use, amortizing the cost of bringing the weights from external memory into the processor, and then completing all the computations associated with those weights. On the other hand, naïve mapping of Convolution Neural Network (CNN) weights onto in-memory compute fabrics, such as analog crossbar arrays, results in poor array utilization and significant re-arrangement of activations between stages, leading to poor throughput.
To overcome these issues, a row-by-row convolution neural network scheme has been proposed. This scheme uses multiple copies of the same neural network weights, and careful arrangement of these multiple weight copies to process an entire input row in a given time step. Conventional techniques have described the row-by-row concept for both machine learning inferencing and training.
Principles of the invention provide techniques for row-by-row convolutional neural networks. In one aspect, an exemplary system for implementing a row-by-row convolution neural network using an in-memory compute architecture comprises a controller configured to manage generation of a plurality of output images; a filter memory configured to store m copies of each of a plurality of sets of image filters where m is a count of elements of a given row of a given output image of the plurality of output images; a plurality of multiply-accumulate crossbar arrays coupled to the filter memory and configured for the parallel computation of elements of the given row for each of the plurality of output images; a bank of capacitors coupled to the plurality of multiply-accumulate crossbar arrays; a plurality of sets of steering circuits coupled to the bank of capacitors and configured to steer currents generated by the plurality of multiply-accumulate crossbar arrays to corresponding capacitors of the bank of capacitors; a plurality of sets of comparator circuits coupled to the bank of capacitors and configured to pulse-width modulate a signal based on a voltage of a corresponding capacitor of the bank of capacitors; and peripheral circuitry coupled to the plurality of sets of comparator circuits and configured to output elements of the plurality of output images via the pulse-width modulated signals.
In one aspect, a hardware description language (HDL) design structure is encoded on a machine-readable data storage medium, the HDL design structure comprising elements that when processed in a computer-aided design system generates a machine-executable representation of a semiconductor structure, wherein the HDL design structure comprises a controller configured to manage generation of a plurality of output images; a filter memory configured to store m copies of each of a plurality of sets of image filters where m is a count of elements of a given row of a given output image of the plurality of output images; a plurality of multiply-accumulate crossbar arrays coupled to the filter memory and configured for the parallel computation of elements of the given row for each of the plurality of output images; a bank of capacitors coupled to the plurality of multiply-accumulate crossbar arrays; a plurality of sets of steering circuits coupled to the bank of capacitors and configured to steer currents generated by the plurality of multiply-accumulate crossbar arrays to corresponding capacitors of the bank of capacitors; a plurality of sets of comparator circuits coupled to the bank of capacitors and configured to pulse-width modulate a signal based on a voltage of a corresponding capacitor of the bank of capacitors; and peripheral circuitry coupled to the plurality of sets of comparator circuits and configured to output elements of the plurality of output images via the pulse-width modulated signals.
As used herein, “facilitating” an action includes performing the action, making the action easier, helping to carry the action out, or causing the action to be performed. Thus, by way of example and not limitation, instructions executing on a processor might facilitate an action carried out by, for example, semiconductor fabrication equipment, a remote processor, or the like, by sending appropriate data or commands to cause or aid the action to be performed. Where an actor facilitates an action by other than performing the action, the action is nevertheless performed by some entity or combination of entities.
Techniques as disclosed herein can provide substantial beneficial technical effects. Some embodiments may not have these potential advantages and these potential advantages are not necessarily required of all embodiments. By way of example only and without limitation, one or more embodiments may provide one or more of:
These and other features and advantages will become apparent from the following detailed description of illustrative embodiments thereof, which is to be read in connection with the accompanying drawings.
The following drawings are presented by way of example only and without limitation, wherein like reference numerals (when used) indicate corresponding elements throughout the several views, and wherein:
It is to be appreciated that elements in the figures are illustrated for simplicity and clarity. Common but well-understood elements that may be useful or necessary in a commercially feasible embodiment may not be shown in order to facilitate a less hindered view of the illustrated embodiments.
Principles of inventions described herein will be in the context of illustrative embodiments. Moreover, it will become apparent to those skilled in the art given the teachings herein that numerous modifications can be made to the embodiments shown that are within the scope of the claims. That is, no limitations with respect to the embodiments shown and described herein are intended or should be inferred.
Generally, an end-to-end framework for implementing convolution layers on analog crossbar arrays is disclosed. Conventional techniques have described a row-by-row concept for implementing convolution layers for both inferencing and training. However, one or more embodiments advantageously provide an end-to-end analog computing circuit framework implementing pertinent functions of row-by-row convolution for realizing maximum throughput in inference. In one or more embodiments, the row-by-row convolutional neural network can be optimized for high throughput, using deep pipelining with redundant hardware infrastructure to accumulate several partial output values at each time step.
In one example embodiment, current steering circuits configured for accumulating partial sums from different time-steps, an implementation of the neural network (NN) activation function, and a mechanism for accomplishing max- or average-pooling are provided. Pooling is accomplished, for example, in the duration domain, by merging output durations from different columns on a two-dimensional (2D) routing mesh. In one or more embodiments, a cyclical scheme allows sharing/re-use of the same circuit components over multiple time-steps.
Since, in one or more instances, only one output is produced every K cycles in the row-by row technique (where K is the convolution kernel size), K copies of the weights are used with 2*K storage elements for a fully pipelined implementation with maximum throughput.
In one example embodiment, analog crossbar adders are used to perform computations with two-dimensional (2D) constructs. Neural network weights are stored in analog devices, and multiply-accumulate operations are performed in the crossbar adders according to Ohm's Law and Kirchhoff's Law. The mapping of three-dimensional (3D) computations to the 2D crossbar, without wasting the potential performance benefits, is pertinent and challenging, as is the implementation of the mapping in circuitry. The weights of the CNN are examined and appropriately mapped to the 2D crossbars. It is pertinent, in one or more embodiments, to properly combine the outputs of the crossbar adders and to rearrange the outputs of one layer of the CNN for input to the next layer of the CNN. The skilled artisan will be familiar with row-by-row mapping from, for example, US Patent Publication 2020-0117986 A1 of inventors Geoffrey Burr and Benjamin Killeen and assigned to International Business Machines Corporation and the University of Chicago, and given the teachings herein, will be able to implement one or more embodiments by adapting known techniques.
To compute element A, the 3×3 sub-matrix in the top, left corner of the RGB component 212-1 is processed with filter 220-1, where the elements of the first row of the 3×3 sub-matrix (as indicated by boxes 256 of
Next, the 3×3 sub-matrix template in the top, left corner of the RGB component 212-1 is moved one column to the right and the same procedure is followed to produce element B of output image 252-1. This process continues until all elements of the first row of the output image 252-1 are determined.
Next, the 3×3 sub-matrix template of the RGB component 212-1 is placed such that the upper, left-most element of the 3×3 sub-matrix template is positioned at row 2, column 1 of the RGB component 212-1 (similarly for RGB component 212-2 with filter 220-2 and for RGB component 212-3 with filter 220-3) and the same procedure is followed to produce the element below element A. This process continues until all elements of all the rows of the output image 252-1 are determined.
The skilled artisan will recognize that at the boundaries of an RGB component 212-1, 212-2, 212-3, the terms may be virtually “padded” with zero values. The skilled artisan would recognize that the number of rows of padding above the image, the number of rows of padding below the image, the number of columns of padding to the left of the image, and the number of columns of padding to the right of the image can range from zero to k−1, where k is the number of rows of the sub-matrix template. For example, with a 3×3 sub-matrix template, two rows/columns of padding may be added on each side of the image. In effect, this means that the multiply-accumulate is completed with two terms or one term, in the case of the 3×3 sub-matrix template. For example, the bottom two rows plus one virtual zero row are accessed for one MAC term, so only two real terms are needed in the MAC. The bottom row plus the two virtual zero rows is the final MAC term. In effect, when the bottom row is presented, the three capacitors already have the full MAC values associated with the virtual padded terms. The skilled artisan will recognize similar treatment of the top rows, the left-most columns and the right-most columns of the RGB components 212-1, 212-2, 212-3.
Such a set of convolution operations are repeated in parallel for each set of filters 224, 232, 240, 248 to produce the elements of F output images, where F is equal to the count of the sets of filters 224, 232, 240, 248.
Then, as illustrated in
As illustrated in
At this point in time, the voltages of capacitors A, B, and so on represent the scalar of the corresponding element (such as element A, element B, and the like) in the first row of the corresponding output image 252-1, 252-2, 252-3, 252-F (again, generally, F; here, F=4). The voltages of capacitors C, D, and so on represent only a portion of the scalar of the corresponding element (such as element C, element D, and the like) in the second row of the corresponding output image 252-1, 252-2, 252-3, 252-F (again, generally, F; here, F=4) and the voltages of capacitors E, F, and so on represent only a portion of the scalar of the corresponding element (such as element E, element F, and the like) in the third row of the corresponding output image 252-1, 252-2, 252-3, 252-F (again, generally, F; here, F=4). The process continues, calculating all elements of all output images 252-1, 252-2, 252-3, 252-F (again, generally, F; here, F=4). The set of F output images 252-1, 252-2, 252-3, 252-F (again, generally, F; here, F=4) then constitute a layer of the CNN (of depth F).
As illustrated in
In some circumstances, multiple elements of each output image 252-1, 252-2, 252-3, 252-F (again, generally, F; here, F=4), such as elements A, B, C, D of
In one example embodiment, a ramp generator 308 generates a ramp signal for a set of comparator circuits 284. A comparator 320 compares the voltage of the ramp signal with the voltage provided by the corresponding capacitor of the capacitor bank 280, thus generating a PWM version of the corresponding element of the corresponding output image 252-1, 252-2, 252-3, 252-F (again, generally, F; here, F=4).
Each comparator circuit 284 in combination with the ramp generator 308 constitutes a linear ramp generator and performs a proportional conversion from a voltage to a duration within the dynamic range of the circuits involved. If integration were to start at some mid-point voltage VM, and go either higher or lower, then the mid-point voltage VM represents a quantity equal to 0. The final voltage VF, if larger or smaller than VM, represents a positive or negative quantity. A rectified linear unit has the following function:
In this case, starting a ramp at mid-point voltage VM and increasing it linearly essentially implements a rectified linear activation function (ReLU), since no durations are generated for any VF<VM, and proportionally increasing durations are produced for VF>VM. Other shapes of ramps, such as using lookup tables and digital-to-analog converters, can implement other activation functions. Generally, the shape of the waveform generated by the ramp will be the functional inverse of the activation function being implemented.
In one example embodiment, operational amplifier (Op Amp) 312 maintains a constant read voltage for a corresponding comparator circuit 284. Mirror circuitry 316 mirrors the current to the capacitor 332-1. Multiplexors 328 allow additional pipelining, accumulating a first partial MAC for row four using the second capacitor 332-2 while the output duration corresponding to the MAC from rows 1, 2, and 3 is being generated from the first capacitor 332-1.
In one example embodiment, each max pooling circuit 288 provides an OR logic function of the elements to be pooled, such as elements A, B, C, D. The PWM signal generated by each max pooling circuit 288 will represent the maximum value of the pooled elements.
It is noted that the elements of
Example routing behavior is described below. It is noted that the signal IN_DURe indicates sending a duration from the mesh into the peripheral circuitry and the signal OUTe indicates sending a duration from the peripheral circuitry to the mesh. The skilled artisan will be familiar with logic gates and their symbols as depicted in
Controller 350 controls the row-by-row processing of the input matrix 212-1, 212-2, 212-3 by the system of
In one example embodiment, the sequence of control generated by the controller 350 is:
Given the discussion thus far, it will be appreciated that, in general terms, an exemplary system for implementing a row-by-row convolution neural network using an in-memory compute architecture, according to an aspect of the invention, includes a controller configured to manage generation of a plurality of output images 252-1, 252-2, 252-3, 252-F; a filter memory configured to store m copies of each of a plurality of sets of image filters 224, 232, 240, 248 where m is a count of elements of a given row of a given output image 252-1, 252-2, 252-3, 252-F of the plurality of output images 252-1, 252-2, 252-3, 252-F; a plurality of multiply-accumulate crossbar arrays 272 coupled to the filter memory and configured for the parallel computation of elements of the given row for each of the plurality of output images 252-1, 252-2, 252-3, 252-F; a bank of capacitors 280 coupled to the plurality of multiply-accumulate crossbar arrays 272; a plurality of sets of steering circuits 276 coupled to the bank of capacitors 280 and configured to steer currents generated by the plurality of multiply-accumulate crossbar arrays 272 to corresponding capacitors of the bank of capacitors 280; a plurality of sets of comparator circuits 284 coupled to the bank of capacitors 280 and configured to pulse-width modulate a signal based on a voltage of a corresponding capacitor of the bank of capacitors 280; and peripheral circuitry coupled to the plurality of sets of comparator circuits 284 and configured to output elements of the plurality of output images 252-1, 252-2, 252-3, 252-F via the pulse-width modulated signals.
In one example embodiment, each element of the given row for each of the plurality of output images 252-1, 252-2, 252-3, 252-F is calculated by the system over k time steps, where k is a count of columns in a k×k sub-matrix of a corresponding input matrix 212-1, 212-2, 212-3, wherein each multiply-accumulate crossbar array 272 is configured to simultaneously perform a multiplication of each element of a corresponding k×k sub-matrix of a corresponding input matrix 212-1, 212-2, 212-3 with a weight of a corresponding element of a corresponding image filter 220-1, 220-2, 220-3 of a corresponding set of image filters 224, 232, 240, 248 of the plurality of sets of image filters 224, 232, 240, 248, where n is a count of filters in each set of image filters 224, 232, 240, 248.
In one example embodiment, n×F steering circuits 276 of the plurality of steering circuits 276 are configured to steer a current produced by a corresponding one of the multiply-accumulate crossbar arrays 272 for a first column of the corresponding k×k sub-matrix to a corresponding capacitor of the bank of capacitors 280 during a first time step, steer a current produced by the corresponding multiply-accumulate crossbar array 272 for a second column of the corresponding k×k sub-matrix to the corresponding capacitor of the bank of capacitors 280 during a second time step, and steer a current produced by the corresponding multiply-accumulate crossbar array 272 for the Nth column of the corresponding k×k sub-matrix to the corresponding capacitor of the bank of capacitors 280 during an Nth time step.
In one example embodiment, the system comprises a router 400 configured to route each pulse-width modulated signal to a corresponding output of the system.
In one example embodiment, at least one of the current steering circuits 276 comprises a set of metal-oxide semiconductor field-effect transistors (MOSFETS) 324-1, 324-2, 324-3, one transistor of each set of metal-oxide semiconductor field-effect transistors (MOSFETS) 324-1, 324-2, 324-3 being configured to be enabled at a time by the controller via a gate of each metal-oxide semiconductor field-effect transistors (MOSFETS) 324-1, 324-2, 324-3 and configured to allow a current from a corresponding column of the corresponding multiply-accumulate crossbar array 272 to pass through to a corresponding capacitor of the capacitor bank 280.
In one example embodiment, the system comprises a ramp generator 308 configured to generate a ramp signal for the set of comparator circuits 284, each comparator circuit 284 comprising a comparator 320 configured to compare a voltage of the ramp signal with a voltage provided by a corresponding capacitor of the capacitor bank 280 and wherein each pulse-width modulated (PWM) signal has a pulse whose pulse width is proportional to the voltage provided by the corresponding capacitor of the capacitor bank 280.
In one example embodiment, a shape of the ramp signal is modulated to implement a plurality of different activation functions, the different activation functions comprises sigmoid, tanh, and Rectified Linear Units (ReLU).
In one example embodiment, the system comprises a set of pooling circuits 288, each pooling circuit 288 comprising an OR circuit configured to generate a maximum value of pooled elements of the corresponding output image 252-1, 252-2, 252-3, 252-F.
In one example embodiment, the controller causes a pooling of P×P terms to be performed over two stages, wherein a first stage implements pooling between P output row neighbors, and a second stage implements pooling between P pooled-row terms using two sets of OR logic gates.
In one example embodiment, each layer of the convolutional neural network is configured with a corresponding output image 252-1, 252-2, 252-3, 252-F.
In one example embodiment, the system further comprises a pooling mechanism for performing max-pooling in a duration domain using the pulse-width modulated signals generated by the set of comparator circuits 284, wherein the max-pooling merges output durations from different columns representing multiple elements of each output image 252-1, 252-2, 252-3, 252-F and wherein a combined value is a maximum of the multiple elements.
In one example embodiment, the system further comprises a pooling mechanism for performing average-pooling in a duration domain using the pulse-width modulated signals generated by the set of comparator circuits 284, wherein the average-pooling merges output durations from different columns representing multiple elements of each output image 252-1, 252-2, 252-3, 252-F and wherein a combined value is an average of the multiple elements.
In one aspect, a hardware description language (HDL) design structure is encoded on a machine-readable data storage medium, the HDL design structure comprising elements that when processed in a computer-aided design system generates a machine-executable representation of a semiconductor structure, wherein the HDL design structure comprises a controller configured to manage generation of a plurality of output images 252-1, 252-2, 252-3, 252-F; a filter memory configured to store m copies of each of a plurality of sets of image filters 224, 232, 240, 248 where m is a count of elements of a given row of a given output image 252-1, 252-2, 252-3, 252-F of the plurality of output images 252-1, 252-2, 252-3, 252-F; a plurality of multiply-accumulate crossbar arrays 272 coupled to the filter memory and configured for the parallel computation of elements of the given row for each of the plurality of output images 252-1, 252-2, 252-3, 252-F; a bank of capacitors 280 coupled to the plurality of multiply-accumulate crossbar arrays 272; a plurality of sets of steering circuits 276 coupled to the bank of capacitors 280 and configured to steer currents generated by the plurality of multiply-accumulate crossbar arrays 272 to corresponding capacitors of the bank of capacitors 280; a plurality of sets of comparator circuits 284 coupled to the bank of capacitors 280 and configured to pulse-width modulate a signal based on a voltage of a corresponding capacitor of the bank of capacitors 280; and peripheral circuitry coupled to the plurality of sets of comparator circuits 284 and configured to output elements of the plurality of output images 252-1, 252-2, 252-3, 252-F via the pulse-width modulated sign.
Reference should now be had to
Various aspects of the present disclosure are described by narrative text, flowcharts, block diagrams of computer systems and/or block diagrams of the machine logic included in computer program product (CPP) embodiments. With respect to any flowcharts, depending upon the technology involved, the operations can be performed in a different order than what is shown in a given flowchart. For example, again depending upon the technology involved, two operations shown in successive flowchart blocks may be performed in reverse order, as a single integrated step, concurrently, or in a manner at least partially overlapping in time.
A computer program product embodiment (“CPP embodiment” or “CPP”) is a term used in the present disclosure to describe any set of one, or more, storage media (also called “mediums”) collectively included in a set of one, or more, storage devices that collectively include machine readable code corresponding to instructions and/or data for performing computer operations specified in a given CPP claim. A “storage device” is any tangible device that can retain and store instructions for use by a computer processor. Without limitation, the computer readable storage medium may be an electronic storage medium, a magnetic storage medium, an optical storage medium, an electromagnetic storage medium, a semiconductor storage medium, a mechanical storage medium, or any suitable combination of the foregoing. Some known types of storage devices that include these mediums include: diskette, hard disk, random access memory (RAM), read-only memory (ROM), erasable programmable read-only memory (EPROM or Flash memory), static random access memory (SRAM), compact disc read-only memory (CD-ROM), digital versatile disk (DVD), memory stick, floppy disk, mechanically encoded device (such as punch cards or pits/lands formed in a major surface of a disc) or any suitable combination of the foregoing. A computer readable storage medium, as that term is used in the present disclosure, is not to be construed as storage in the form of transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide, light pulses passing through a fiber optic cable, electrical signals communicated through a wire, and/or other transmission media. As will be understood by those of skill in the art, data is typically moved at some occasional points in time during normal operations of a storage device, such as during access, de-fragmentation or garbage collection, but this does not render the storage device as transitory because the data is not transitory while it is stored.
Computing environment 100 contains an example of an environment for the execution of at least some of the computer code involved in performing the inventive methods, such as a system 200 for semiconductor design and/or control of semiconductor fabrication (see
COMPUTER 101 may take the form of a desktop computer, laptop computer, tablet computer, smart phone, smart watch or other wearable computer, mainframe computer, quantum computer or any other form of computer or mobile device now known or to be developed in the future that is capable of running a program, accessing a network or querying a database, such as remote database 130. As is well understood in the art of computer technology, and depending upon the technology, performance of a computer-implemented method may be distributed among multiple computers and/or between multiple locations. On the other hand, in this presentation of computing environment 100, detailed discussion is focused on a single computer, specifically computer 101, to keep the presentation as simple as possible. Computer 101 may be located in a cloud, even though it is not shown in a cloud in
PROCESSOR SET 110 includes one, or more, computer processors of any type now known or to be developed in the future. Processing circuitry 120 may be distributed over multiple packages, for example, multiple, coordinated integrated circuit chips. Processing circuitry 120 may implement multiple processor threads and/or multiple processor cores. Cache 121 is memory that is located in the processor chip package(s) and is typically used for data or code that should be available for rapid access by the threads or cores running on processor set 110. Cache memories are typically organized into multiple levels depending upon relative proximity to the processing circuitry. Alternatively, some, or all, of the cache for the processor set may be located “off chip.” In some computing environments, processor set 110 may be designed for working with qubits and performing quantum computing.
Computer readable program instructions are typically loaded onto computer 101 to cause a series of operational steps to be performed by processor set 110 of computer 101 and thereby effect a computer-implemented method, such that the instructions thus executed will instantiate the methods specified in flowcharts and/or narrative descriptions of computer-implemented methods included in this document (collectively referred to as “the inventive methods”). These computer readable program instructions are stored in various types of computer readable storage media, such as cache 121 and the other storage media discussed below. The program instructions, and associated data, are accessed by processor set 110 to control and direct performance of the inventive methods. In computing environment 100, at least some of the instructions for performing the inventive methods may be stored in block 200 in persistent storage 113.
COMMUNICATION FABRIC 111 is the signal conduction path that allows the various components of computer 101 to communicate with each other. Typically, this fabric is made of switches and electrically conductive paths, such as the switches and electrically conductive paths that make up busses, bridges, physical input/output ports and the like. Other types of signal communication paths may be used, such as fiber optic communication paths and/or wireless communication paths.
VOLATILE MEMORY 112 is any type of volatile memory now known or to be developed in the future. Examples include dynamic type random access memory (RAM) or static type RAM. Typically, volatile memory 112 is characterized by random access, but this is not required unless affirmatively indicated. In computer 101, the volatile memory 112 is located in a single package and is internal to computer 101, but, alternatively or additionally, the volatile memory may be distributed over multiple packages and/or located externally with respect to computer 101.
PERSISTENT STORAGE 113 is any form of non-volatile storage for computers that is now known or to be developed in the future. The non-volatility of this storage means that the stored data is maintained regardless of whether power is being supplied to computer 101 and/or directly to persistent storage 113. Persistent storage 113 may be a read only memory (ROM), but typically at least a portion of the persistent storage allows writing of data, deletion of data and re-writing of data. Some familiar forms of persistent storage include magnetic disks and solid state storage devices. Operating system 122 may take several forms, such as various known proprietary operating systems or open source Portable Operating System Interface-type operating systems that employ a kernel. The code included in block 200 typically includes at least some of the computer code involved in performing the inventive methods.
PERIPHERAL DEVICE SET 114 includes the set of peripheral devices of computer 101. Data communication connections between the peripheral devices and the other components of computer 101 may be implemented in various ways, such as Bluetooth connections, Near-Field Communication (NFC) connections, connections made by cables (such as universal serial bus (USB) type cables), insertion-type connections (for example, secure digital (SD) card), connections made through local area communication networks and even connections made through wide area networks such as the internet. In various embodiments, UI device set 123 may include components such as a display screen, speaker, microphone, wearable devices (such as goggles and smart watches), keyboard, mouse, printer, touchpad, game controllers, and haptic devices. Storage 124 is external storage, such as an external hard drive, or insertable storage, such as an SD card. Storage 124 may be persistent and/or volatile. In some embodiments, storage 124 may take the form of a quantum computing storage device for storing data in the form of qubits. In embodiments where computer 101 is required to have a large amount of storage (for example, where computer 101 locally stores and manages a large database) then this storage may be provided by peripheral storage devices designed for storing very large amounts of data, such as a storage area network (SAN) that is shared by multiple, geographically distributed computers. IoT sensor set 125 is made up of sensors that can be used in Internet of Things applications. For example, one sensor may be a thermometer and another sensor may be a motion detector.
NETWORK MODULE 115 is the collection of computer software, hardware, and firmware that allows computer 101 to communicate with other computers through WAN 102. Network module 115 may include hardware, such as modems or Wi-Fi signal transceivers, software for packetizing and/or de-packetizing data for communication network transmission, and/or web browser software for communicating data over the internet. In some embodiments, network control functions and network forwarding functions of network module 115 are performed on the same physical hardware device. In other embodiments (for example, embodiments that utilize software-defined networking (SDN)), the control functions and the forwarding functions of network module 115 are performed on physically separate devices, such that the control functions manage several different network hardware devices. Computer readable program instructions for performing the inventive methods can typically be downloaded to computer 101 from an external computer or external storage device through a network adapter card or network interface included in network module 115.
WAN 102 is any wide area network (for example, the internet) capable of communicating computer data over non-local distances by any technology for communicating computer data, now known or to be developed in the future. In some embodiments, the WAN 102 may be replaced and/or supplemented by local area networks (LANs) designed to communicate data between devices located in a local area, such as a Wi-Fi network. The WAN and/or LANs typically include computer hardware such as copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and edge servers.
END USER DEVICE (EUD) 103 is any computer system that is used and controlled by an end user (for example, a customer of an enterprise that operates computer 101), and may take any of the forms discussed above in connection with computer 101. EUD 103 typically receives helpful and useful data from the operations of computer 101. For example, in a hypothetical case where computer 101 is designed to provide a recommendation to an end user, this recommendation would typically be communicated from network module 115 of computer 101 through WAN 102 to EUD 103. In this way, EUD 103 can display, or otherwise present, the recommendation to an end user. In some embodiments, EUD 103 may be a client device, such as thin client, heavy client, mainframe computer, desktop computer and so on.
REMOTE SERVER 104 is any computer system that serves at least some data and/or functionality to computer 101. Remote server 104 may be controlled and used by the same entity that operates computer 101. Remote server 104 represents the machine(s) that collect and store helpful and useful data for use by other computers, such as computer 101. For example, in a hypothetical case where computer 101 is designed and programmed to provide a recommendation based on historical data, then this historical data may be provided to computer 101 from remote database 130 of remote server 104.
PUBLIC CLOUD 105 is any computer system available for use by multiple entities that provides on-demand availability of computer system resources and/or other computer capabilities, especially data storage (cloud storage) and computing power, without direct active management by the user. Cloud computing typically leverages sharing of resources to achieve coherence and economies of scale. The direct and active management of the computing resources of public cloud 105 is performed by the computer hardware and/or software of cloud orchestration module 141. The computing resources provided by public cloud 105 are typically implemented by virtual computing environments that run on various computers making up the computers of host physical machine set 142, which is the universe of physical computers in and/or available to public cloud 105. The virtual computing environments (VCEs) typically take the form of virtual machines from virtual machine set 143 and/or containers from container set 144. It is understood that these VCEs may be stored as images and may be transferred among and between the various physical machine hosts, either as images or after instantiation of the VCE. Cloud orchestration module 141 manages the transfer and storage of images, deploys new instantiations of VCEs and manages active instantiations of VCE deployments. Gateway 140 is the collection of computer software, hardware, and firmware that allows public cloud 105 to communicate through WAN 102.
Some further explanation of virtualized computing environments (VCEs) will now be provided. VCEs can be stored as “images.” A new active instance of the VCE can be instantiated from the image. Two familiar types of VCEs are virtual machines and containers. A container is a VCE that uses operating-system-level virtualization. This refers to an operating system feature in which the kernel allows the existence of multiple isolated user-space instances, called containers. These isolated user-space instances typically behave as real computers from the point of view of programs running in them. A computer program running on an ordinary operating system can utilize all resources of that computer, such as connected devices, files and folders, network shares, CPU power, and quantifiable hardware capabilities. However, programs running inside a container can only use the contents of the container and devices assigned to the container, a feature which is known as containerization.
PRIVATE CLOUD 106 is similar to public cloud 105, except that the computing resources are only available for use by a single enterprise. While private cloud 106 is depicted as being in communication with WAN 102, in other embodiments a private cloud may be disconnected from the internet entirely and only accessible through a local/private network. A hybrid cloud is a composition of multiple clouds of different types (for example, private, community or public cloud types), often respectively implemented by different vendors. Each of the multiple clouds remains a separate and discrete entity, but the larger hybrid cloud architecture is bound together by standardized or proprietary technology that enables orchestration, management, and/or data/application portability between the multiple constituent clouds. In this embodiment, public cloud 105 and private cloud 106 are both part of a larger hybrid cloud.
Exemplary Design Process Used in Semiconductor Design, Manufacture, and/or Test
One or more embodiments make use of computer-aided semiconductor integrated circuit design simulation, test, layout, and/or manufacture. In this regard,
Design flow 700 may vary depending on the type of representation being designed. For example, a design flow 700 for building an application specific IC (ASIC) may differ from a design flow 700 for designing a standard component or from a design flow 700 for instantiating the design into a programmable array, for example a programmable gate array (PGA) or a field programmable gate array (FPGA) offered by Altera® Inc. or Xilinx® Inc.
Design process 710 preferably employs and incorporates hardware and/or software modules for synthesizing, translating, or otherwise processing a design/simulation functional equivalent of components, circuits, devices, or logic structures to generate a Netlist 780 which may contain design structures such as design structure 720. Netlist 780 may comprise, for example, compiled or otherwise processed data structures representing a list of wires, discrete components, logic gates, control circuits, I/O devices, models, etc. that describes the connections to other elements and circuits in an integrated circuit design. Netlist 780 may be synthesized using an iterative process in which netlist 780 is resynthesized one or more times depending on design specifications and parameters for the device. As with other design structure types described herein, netlist 780 may be recorded on a machine-readable data storage medium or programmed into a programmable gate array. The medium may be a nonvolatile storage medium such as a magnetic or optical disk drive, a programmable gate array, a compact flash, or other flash memory. Additionally, or in the alternative, the medium may be a system or cache memory, buffer space, or other suitable memory.
Design process 710 may include hardware and software modules for processing a variety of input data structure types including Netlist 780. Such data structure types may reside, for example, within library elements 730 and include a set of commonly used elements, circuits, and devices, including models, layouts, and symbolic representations, for a given manufacturing technology (e.g., different technology nodes, 32 nm, 45 nm, 90 nm, etc.). The data structure types may further include design specifications 740, characterization data 750, verification data 760, design rules 770, and test data files 785 which may include input test patterns, output test results, and other testing information. Design process 710 may further include, for example, standard mechanical design processes such as stress analysis, thermal analysis, mechanical event simulation, process simulation for operations such as casting, molding, and die press forming, etc. One of ordinary skill in the art of mechanical design can appreciate the extent of possible mechanical design tools and applications used in design process 710 without deviating from the scope and spirit of the invention. Design process 710 may also include modules for performing standard circuit design processes such as timing analysis, verification, design rule checking, place and route operations, etc.
Design process 710 employs and incorporates logic and physical design tools such as HDL compilers and simulation model build tools to process design structure 720 together with some or all of the depicted supporting data structures along with any additional mechanical design or data (if applicable), to generate a second design structure 790. Design structure 790 resides on a storage medium or programmable gate array in a data format used for the exchange of data of mechanical devices and structures (e.g. information stored in an IGES, DXF, Parasolid XT, JT, DRG, or any other suitable format for storing or rendering such mechanical design structures). Similar to design structure 720, design structure 790 preferably comprises one or more files, data structures, or other computer-encoded data or instructions that reside on data storage media and that when processed by an ECAD system generate a logically or otherwise functionally equivalent form of one or more IC designs or the like. In one embodiment, design structure 790 may comprise a compiled, executable HDL simulation model that functionally simulates the devices to be analyzed.
Design structure 790 may also employ a data format used for the exchange of layout data of integrated circuits and/or symbolic data format (e.g. information stored in a GDSII (GDS2), GL1, OASIS, map files, or any other suitable format for storing such design data structures). Design structure 790 may comprise information such as, for example, symbolic data, map files, test data files, design content files, manufacturing data, layout parameters, wires, levels of metal, vias, shapes, data for routing through the manufacturing line, and any other data required by a manufacturer or other designer/developer to produce a device or structure as described herein (e.g., lib files). Design structure 790 may then proceed to a stage 795 where, for example, design structure 790: proceeds to tape-out, is released to manufacturing, is released to a mask house, is sent to another design house, is sent back to the customer, etc.
The illustrations of embodiments described herein are intended to provide a general understanding of the various embodiments, and they are not intended to serve as a complete description of all the elements and features of apparatus and systems that might make use of the circuits and techniques described herein. Many other embodiments will become apparent to those skilled in the art given the teachings herein; other embodiments are utilized and derived therefrom, such that structural and logical substitutions and changes can be made without departing from the scope of this disclosure. It should also be noted that, in some alternative implementations, some of the steps of the exemplary methods may occur out of the order noted in the figures. For example, two steps shown in succession may, in fact, be executed substantially concurrently, or certain steps may sometimes be executed in the reverse order, depending upon the functionality involved. The drawings are also merely representational and are not drawn to scale. Accordingly, the specification and drawings are to be regarded in an illustrative rather than a restrictive sense.
Embodiments are referred to herein, individually and/or collectively, by the term “embodiment” merely for convenience and without intending to limit the scope of this application to any single embodiment or inventive concept if more than one is, in fact, shown. Thus, although specific embodiments have been illustrated and described herein, it should be understood that an arrangement achieving the same purpose can be substituted for the specific embodiment(s) shown; that is, this disclosure is intended to cover any and all adaptations or variations of various embodiments. Combinations of the above embodiments, and other embodiments not specifically described herein, will become apparent to those of skill in the art given the teachings herein.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting. As used herein, the singular forms “a,” “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, elements, components, and/or groups thereof. Terms such as “bottom”, “top”, “above”, “over”, “under” and “below” are used to indicate relative positioning of elements or structures to each other as opposed to relative elevation. If a layer of a structure is described herein as “over” another layer, it will be understood that there may or may not be intermediate elements or layers between the two specified layers. If a layer is described as “directly on” another layer, direct contact of the two layers is indicated. As the term is used herein and in the appended claims, “about” means within plus or minus ten percent.
The corresponding structures, materials, acts, and equivalents of any means or step-plus-function elements in the claims below are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the various embodiments has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the forms disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit thereof. The embodiments were chosen and described in order to best explain principles and practical applications, and to enable others of ordinary skill in the art to understand the various embodiments with various modifications as are suited to the particular use contemplated.
The abstract is provided to comply with 37 C.F.R. § 1.76(b), which requires an abstract that will allow the reader to quickly ascertain the nature of the technical disclosure. It is submitted with the understanding that it will not be used to interpret or limit the scope or meaning of the claims. In addition, in the foregoing Detailed Description, it can be seen that various features are grouped together in a single embodiment for the purpose of streamlining the disclosure. This method of disclosure is not to be interpreted as reflecting an intention that the claimed embodiments require more features than are expressly recited in each claim. Rather, as the appended claims reflect, the claimed subject matter may lie in less than all features of a single embodiment. Thus, the following claims are hereby incorporated into the Detailed Description, with each claim standing on its own as separately claimed subject matter.
Given the teachings provided herein, one of ordinary skill in the art will be able to contemplate other implementations and applications of the techniques and disclosed embodiments. Although illustrative embodiments have been described herein with reference to the accompanying drawings, it is to be understood that illustrative embodiments are not limited to those precise embodiments, and that various other changes and modifications are made therein by one skilled in the art without departing from the scope of the appended claims.