Interactive compilation of software to a hardware language may be performed to satisfy formal verification constraints. source code for software to be executed on a hardware design may be received. intermediate code may be generated from the source code as part of translating the source code to a hardware language used to specify the hardware design. The intermediate code may be provided via an interface and updates to the intermediate code may be received. The updated source code may then be used to complete translation of the source code to the hardware language.
|
5. A method, comprising:
receiving source code for software to be executed on a hardware design;
generating intermediate code from the source code as part of translating the source code to a hardware language used to specify the hardware design;
providing the intermediate code via an interface;
receiving an update to the intermediate code via the interface that generates a translated version of the source code that satisfies a constraint of a formal verification system to verify both the hardware design and the translated version of the source code; and
completing the translating of the source code to the hardware language using the updated intermediate code.
1. A system, comprising:
a processor;
a memory, storing program instructions that when executed by the processor cause the processor to implement a compiler, wherein the compiler is configured to:
receive, via an interface, a request to compile source code for embedded software to be executed on a hardware design;
responsive to the receipt of the request:
generate intermediate code from the source code as part of compiling the source code to a hardware language used to specify the hardware design;
display the intermediate code via the interface;
receive an update to the intermediate code via the interface that generates a compiled version of the source code that satisfies a constraint of a formal verification system to verify both the hardware design and the compiled version of the source code; and
complete the compilation of the source code to the hardware language using the updated intermediate code.
14. One or more non-transitory, computer-readable storage media, storing program instructions that when executed on or across one or more computing devices cause the one or more computing devices to implement at least:
receiving, via an interface, a request to translate source code for software to be executed on a hardware design;
responsive to receiving the request:
generating intermediate code from the source code as part of translating the source code to a hardware language used to specify the hardware design;
providing the intermediate code via the interface;
receiving an update to the intermediate code via the interface that generates a translated version of the source code that satisfies a constraint of a formal verification system to verify both the hardware design and the translated version of the source code; and
completing the translating of the source code to the hardware language using the updated intermediate code.
2. The system of
evaluate the intermediate code to identify one code portion that could cause the compiled source code to fail to satisfy the constraint of the formal verification system; and
provide, via the interface, an indication to update the identified code portion.
3. The system of
4. The system of
6. The method of
evaluating the intermediate code to identify one code portion that could cause the translated source code to fail to satisfy the constraint of the formal verification system; and
providing, via the interface, an indication to update the identified code portion.
8. The method of
9. The method of
receiving, via the interface, another update to the intermediate code; and
providing, via the interface, an indication that the other update to the intermediate code could cause the translated source code to fail to satisfy the constraint of the formal verification system.
11. The method of
12. The method of
13. The method of
15. The one or more non-transitory, computer-readable storage media of
evaluating the intermediate code to identify one code portion that could cause the translated source code to fail to satisfy the constraint of the formal verification system; and
providing, via the interface, an indication to update the identified code portion.
16. The one or more non-transitory, computer-readable storage media of
17. The one or more non-transitory, computer-readable storage media of
18. The one or more non-transitory, computer-readable storage media of
19. The one or more non-transitory, computer-readable storage media of
20. The one or more non-transitory, computer-readable storage media of
|
Formal verification provides a cost effective design tool when implementing different hardware solutions. A formal verification system may generate a mathematical model or representation of a hardware design, then determine whether a proof exists or can be generated that solves the mathematical model (e.g., by providing a proof to demonstrate correctness of a finite state machine). If a proof exists, then it can be assured that the hardware design is logically sound (although further testing for physical implementation features, such as component layout to account for On-Chip Variation and other physically occurring conditions may still be performed). In this way, problems in the hardware design can be identified without building the hardware design first. Techniques that can increase the utilization of formal verification systems may reduce design and development costs, decrease the number of undetected bugs, errors, or design flaws, and thus such techniques may be highly desirable.
While embodiments are described herein by way of example for several embodiments and illustrative drawings, those skilled in the art will recognize that the embodiments are not limited to the embodiments or drawings described. It should be understood, that the drawings and detailed description thereto are not intended to limit embodiments to the particular form disclosed, but on the contrary, the intention is to cover all modifications, equivalents and alternatives falling within the spirit and scope as defined by the appended claims. As used throughout this application, the word “may” is used in a permissive sense (i.e., meaning having the potential to), rather than the mandatory sense (i.e., meaning must). Similarly, the words “include”, “including”, and “includes” mean including, but not limited to.
This specification includes references to “one embodiment” or “an embodiment.” The appearances of the phrases “in one embodiment” or “in an embodiment” do not necessarily refer to the same embodiment. Particular features, structures, or characteristics may be combined in any suitable manner consistent with this disclosure.
“Comprising.” This term is open-ended. As used in the appended claims, this term does not foreclose additional structure or steps. Consider a claim that recites: “An apparatus comprising one or more processor units . . . .” Such a claim does not foreclose the apparatus from including additional components (e.g., a network interface unit, graphics circuitry, etc.).
“Configured To.” Various units, circuits, or other components may be described or claimed as “configured to” perform a task or tasks. In such contexts, “configured to” is used to connote structure by indicating that the units/circuits/components include structure (e.g., circuitry) that performs those task or tasks during operation. As such, the unit/circuit/component can be said to be configured to perform the task even when the specified unit/circuit/component is not currently operational (e.g., is not on). The units/circuits/components used with the “configured to” language include hardware—for example, circuits, memory storing program instructions executable to implement the operation, etc. Reciting that a unit/circuit/component is “configured to” perform one or more tasks is expressly intended not to invoke 35 U.S.C. § 112, paragraph (f), for that unit/circuit/component. Additionally, “configured to” can include generic structure (e.g., generic circuitry) that is manipulated by software or firmware (e.g., an FPGA or a general-purpose processor executing software) to operate in manner that is capable of performing the task(s) at issue. “Configure to” may also include adapting a manufacturing process (e.g., a semiconductor fabrication facility) to fabricate devices (e.g., integrated circuits) that are adapted to implement or perform one or more tasks.
“First,” “Second,” etc. As used herein, these terms are used as labels for nouns that they precede, and do not imply any type of ordering (e.g., spatial, temporal, logical, etc.). For example, a buffer circuit may be described herein as performing write operations for “first” and “second” values. The terms “first” and “second” do not necessarily imply that the first value must be written before the second value.
“Based On” or “Dependent On.” As used herein, these terms are used to describe one or more factors that affect a determination. These terms do not foreclose additional factors that may affect a determination. That is, a determination may be solely based on those factors or based, at least in part, on those factors. Consider the phrase “determine A based on B.” While in this case, B is a factor that affects the determination of A, such a phrase does not foreclose the determination of A from also being based on C. In other instances, A may be determined based solely on B.
Various techniques of interactive compilation of software to a hardware language to satisfy formal verification constraints are described herein. When developing some types of technological devices, software that executes upon hardware designs may be tightly integrated with and specific to the hardware design, as is the case with embedded software. While different formal verification systems may be used to test the hardware and software individually, the integrated performance of both the software as it is performed by the hardware design may provoke other design flaws, bugs, or errors that may not be apparent if verified individually. Instead of performing formal verification individually on hardware designs and software, in some embodiments, both the hardware and software may be verified together as part of a single job, task, or process, by one formal verification system. In this way, problems related to the integration or interactions between the hardware design and software can be identified and solved and performance improvement opportunities discovered for the combined working of the software and hardware design.
Given the nature of the analysis, formal verification systems may be limited in the size, features, or other aspects of submitted software and hardware combinations, as the modeling and solution finding tasks of the formal verification system may quickly outpace the time and processing capabilities of the formal verification system to handle the size, features, or other aspects of the submitted software and hardware combinations (e.g., modeling larger systems may become computationally complex or costly). To perform formal verification on both the software and hardware together, the source code of the software may be translated into a hardware language, treating the software like another module (e.g., a specially designed CPU) that interacts with the hardware design, in some embodiments. Interactive compilation of software to a hardware language to satisfy formal verification constraints may be implemented in order to avoid software translations that would prevent formal verification from being performed due to the combined exceeding a constraint of the formal verification system, in some embodiments.
Software to hardware language compiler 110 may implement various techniques, discussed in detail below with regard to
For instance, a function invocation in the code may implicate a library or other set of operations to implement the function invocation, not all of which may be necessary to achieve the desired operation (e.g., an operation may support many different parameters but the software code may only utilize one of the parameters). Instead of using the implementing code for the function obtained from a library or other specification that incorporates the unneeded features, a simpler or smaller implementation tailored narrowly to the use of the function in the software (e.g., only supporting the one parameters) may be implemented by an edit 162, reducing (or preventing) the generated version of translated code from not satisfying a constraint 122 (e.g., preventing the generated version of the translated code from exceeding a size constraint).
Such edits 162 may be performed in response to prompts or other indications, which may also be received and answered via interface 160, in some embodiments, as discussed below with regard to
Please note that the previous description of a compiler 110, formal verification system 120, interface 160, edits 162, and/or constraint 122 are merely provided as an examples of interactive compilation of software to a hardware language to satisfy formal verification constraints. Different numbers of components or configuration of components may be implemented.
This specification begins with general descriptions of a development application, which may implement interactive compilation of software to a hardware language to satisfy formal verification constraints. Various examples of different components/modules, or arrangements of components/modules that may be implemented in the development application may then be discussed. A number of different methods and techniques to implement interactive compilation of software to a hardware language to satisfy formal verification constraints are then discussed, some of which are illustrated in accompanying flowcharts. Various examples are provided throughout the specification.
For example, interface 220 may be a programmatic interface implementing one or multiple Application Programming Interfaces (APIs) to invoke different operations, including compilation, a GUI interface that provides various visual control elements for editing, compiling, or other development activities, and/or a command line interface, which may also provide command line controls to edit, compile, or perform other development activities. In some embodiments, interface 220 may act as a control console that allows for the configuration of development application 210 features. For instance, interface 220 may support requests to configure various parameters or options of compiler 240, such as the target hardware language, configure or adjust the constraints or considerations for formal verification systems (used as discussed below). Like
Editor 230 may support various operations to add, remove, change, copy, search, replace, view, or otherwise interact with source code and intermediate code (e.g., as discussed below with regard to
In various embodiments, the components illustrated in
Scanner 310 may provide a token stream to parser 320, in various embodiments. Parser 320 may generate a syntax tree or other representation of the tokens in order to structure the relationships between different operations, including cyclical or recursive relationships. The syntax tree may be annotated with various information, parameters, or features that describe the different tokens in the tree (e.g., annotating data types of parameters or variables).
Parser 320 may provide the annotated syntax tree to semantic analyzer 330. semantic analyzer may check the legality or validity of various relationships (e.g., checking references between tree nodes, checking for type mismatches, invalid parameters in function calls, data access violations, etc.). Semantic analyzer 330 may apply analytical rules specific to the language of the source code (e.g., C-based rules for source code written in C).
Interactive constraint evaluation 340 may generate an intermediate form of the code from the analyzed source code received from semantic analyzer 330. For example, operations represented in the syntax tree may be rewritten in a form that resembles the instructions of the target hardware language. In at least some embodiments, line numbers may be inserted into the assembly code version of the source code, which may indicate within the assembly code the location of a next operation (e.g., in the event of a jump or other move made as a result of a logical condition or operation).
Interactive constraint evaluation 340 may perform various analyses to identify portions that may cause the translated code to fail to satisfy a constraint of a formal verification system. For instance, interactive constraint evaluation 340 may apply rules-based classifiers that may analyze different portions of the intermediate code for different types of features that could result in expansion of the intermediate code size when finally translated may be applied. Function calls, declarations, or invocations may be searched for (e.g., by ignoring key words, spacers, operators, or other known artifacts in the intermediate code) according to a rule that identifies unknown functions and/or functions of an unknown size (e.g., implemented by a library or other external data source which may expand the size of the intermediate code when added), in one example. Another example rule may identify logic conditions (e.g., by searching for if, else, or other logic operation statements) to determine whether a logic condition includes an unknown variable or feature that could result in an unknown expansion of the code. In some embodiments, all non-static parameters, features, variables, or values may be identified. In some embodiments known functions larger than certain size may be identified (e.g., in order to allow an editor to reduce the size with a custom implementation instead of a library-based implementation). Another rule may total the size of the intermediate code and then identify the largest operation, instruction, or feature within the intermediate code (e.g., again in order to allow an editor to reduce the size with a custom implementation instead of a library-based implementation).
Similar analyses may be performed for other types of constraints. For instance, searches for various features or functions not supported by a formal verification system may be implemented (e.g., using a white list or black list style evaluation of supported or unsupported functions). In some embodiments, data structures (e.g., sort trees or other complex structures) may be evaluated to determine whether a size, management logic (e.g., insertion, deletion, balancing operations for a tree) or other data structure support features can be modeled by a formal verification system. In some embodiments, a time-based constraint may identify sets of operations that while simple enough to be modeled when viewed individually are included or performed in such large numbers as to exceed a modeling time limit.
In addition to (or instead of) classification rules, as discussed above, constraint evaluation may implement various learning models to recognize or otherwise identify portions of intermediate code that may cause a compiled version of the source code to not satisfy formal verification system constraints. For example, if an edit is received to update one portion of code (e.g., an edit to substitute a variable with an actual value), then that update may be applied automatically to other portions in the intermediate code where the update occurs. In some embodiments, an update may be classified (e.g., a function update or a logic update), which may be used to identify different but other functions or logics that may also need to be updated. As noted above with regard to
Interactive constraint evaluation 340 may provide the intermediate code 372 with identified constraints to editor 230 for display to a user via interface 220. In some embodiments, the intermediate code may be provided without indications of possible constraint error conditions. As discussed below with regard to
Assembly code generator 350 may generate an assembly code version of the source code using the updates received at interactive constraint evaluation 340. For instance, for those portions of the source code that are replaced (e.g., a function call) with different instructions, the generated assembly code may reflect only the replaced portion of the code (e.g., instructions to perform an invoked operation or logic of a function).
Hardware language generator 360 may accept the generated assembly code and perform various operations to complete the generation of the hardware language version of the software 304. For example, an operation that is described by one instruction in the assembly code may be broken into multiple different instructions to accomplish the same operation.
Development application user interface 400 may be a GUI that allows a user various controls or options to interact with development application 210. For instance, development application user interface 400 may implement various menus and other graphical user interface elements to allow a user to identify a source code file, perform edits to the source file, begin compilation, perform edits to intermediate code (as illustrated) and complete the translation 440.
In order to provide a dynamic compilation, development application user interface 400 may implement intermediate code text editor 410 (which may be similar to editor 230 discussed above in
As discussed below with regard to
In some embodiments, an update entered for an identified constraint 422 (or another portion of the code not identified) may cause a revaluation of the intermediate code, as discussed below with regard to
The examples of a compiler as discussed above with regard to
As indicated at 620, intermediate code may be generated from the code as part of translating the source code to a hardware language used to specify the hardware design, in some embodiments. If, for example, the hardware design is specified according to a hardware language like System Verilog or VHSIC Hardware Definition Language (VHDL), then the intermediate code may be generated as part of translating the source code to System Verilog (or VHDL). The formal verification system may accept as a single verification task, job, or operation, System Verilog code so that if both the hardware design and the software were implemented in System Verilog, the formal verification system could perform verification on both the software and hardware design together. Intermediate code may be assembly code (or partial assembly code), in some embodiments. As noted above with regard to
As indicated at 630, the intermediate code may be provided via an interface, in some embodiments. For instance, like the GUI interface discussed above with regard to
As indicated at 640, an update to the intermediate code may be received via the interface that generates a version of the translated code that satisfies a constraint of a formal verification system to verify both the hardware design and the translated source code, in some embodiments. For example, as discussed above with regard to
The update may change various features of the intermediate code, such as replacing function identifiers with literals or other portions of intermediate code to implement the function. In some embodiments, the values in a operation (e.g., the values to write/store to registers) or the location of an operation (e.g., where to read or write values to in registers) may be an update.
As indicated at 650, translation of the source code to the hardware language may be completed using the updated intermediate code, in some embodiments. For example, the updated portions of the intermediate code may implement or support all of the features in the intermediate code without supplementing the intermediate code with further information (e.g., data structures, instructions from libraries, or any other information that would expand the of the code). Various mappings, reformatting, expansion, or other techniques may be performed to complete the translation of the source code to the hardware language, using the updated portions of the intermediate code instead of the originally generated portions of the intermediate code to complete the translation of the source code to the hardware language.
Dynamic interactions to complete translation of source code may be supported so that the translated source code satisfies constraints of a formal verification system.
Another example rule may identify logic conditions (e.g., by searching for if, else, or other logic operation statements) to determine whether a logic condition includes an unknown variable or feature that could result in an unknown expansion of the code. In some embodiments, all non-static parameters, features, variables, or values may be identified. In some embodiments known functions larger than certain may be identified (e.g., in order to allow an editor to reduce the size with a custom implementation instead of a library-based implementation). Another rule may total the size of the intermediate code and then identify the largest operation, instruction, or feature within the intermediate code (e.g., again in order to allow an editor to reduce the size with a custom implementation instead of a library-based implementation). Other rules may apply classifications or search functions to identify portions of code that implement data structures, functions, or other not that are not easily detected and/or inefficient (or particular versions or invocations of such data structures or functions that are not easily detected or not efficiently implement, such as a function that takes an unsupported data type as input parameter even though the function logic itself may be supported). For example, a rule may identify a real number translation, operations and/or comparisons between real numbers and binary numbers (or binary operators), in some embodiments.
As discussed above with regard to
One portion of the intermediate code that could cause the translated source code to exceed the constraint for the formal verification system may be identified, as indicated at 720, in some embodiments. An indication may be provided via interface to update the code portion. For instance, as discussed above with regard to
The evaluation, identification and indication providing can be performed dynamically to interact with updates to the intermediate code as they are made or as new portions to indicate are discovered, in various embodiments. For example, if more portions of the code remain to be evaluated (which may include updated portions that were previously identified at 720), as indicated by the positive exist from 740, then another round of evaluation, identification and/or indication may be performed. For example, if the update is discovered to cause a size constraint concern, then the updated portion of code may be indicated at 730. In another example, an update could implicate new features or variables that could possibly cause the intermediate code to exceed the size constraint and an indication may be provided warning that the update made could increase the likelihood that a formal verification system would not accept the translated code for verification. Dynamic updates and analysis may continue until a request to complete translation is received, as indicated by the positive exit from 750, then dynamic compiling interactions may end, in some embodiments.
Various ones of the methods described herein may be implemented in software, hardware, or a combination thereof, in different embodiments. In addition, the order of the blocks of the methods may be changed, and various elements may be added, reordered, combined, omitted, modified, etc. Various modifications and changes may be made as would be obvious to a person skilled in the art having the benefit of this disclosure. The various embodiments described herein are meant to be illustrative and not limiting. Many variations, modifications, additions, and improvements are possible. Boundaries between various components and operations are somewhat arbitrary, and particular operations are illustrated in the context of specific illustrative configurations. Other allocations of functionality are envisioned and may fall within the scope of claims that follow. Finally, structures and functionality presented as discrete components in the exemplary configurations may be implemented as a combined structure or component. These and other variations, modifications, additions, and improvements may fall within the scope of embodiments as defined in the claims that follow.
Embodiments of interactive compilation of software to a hardware language to satisfy formal verification constraints as discussed above may be implemented as part of a computer system. One such computer system is illustrated by
In the illustrated embodiment, computer system 1000 includes one or more processors 1010 coupled to a system memory 1020 via an input/output (I/O) interface 1030. Computer system 1000 further includes a network interface 1040 coupled to I/O interface 1030, and one or more input/output devices 1050, such as cursor control device 1060, keyboard 1070, and display(s) 1080. Display(s) 1080 may include standard computer monitor(s) and/or other display systems, technologies or devices. In at least some implementations, the input/output devices 1050 may also include a touch- or multi-touch enabled device such as a pad or tablet via which a user enters input via a stylus-type device and/or one or more digits. In some embodiments, it is contemplated that embodiments may be implemented using a single instance of computer system 1000, while in other embodiments multiple such systems, or multiple nodes making up computer system 1000, may host different portions or instances of embodiments. For example, in one embodiment some elements may be implemented via one or more nodes of computer system 1000 that are distinct from those nodes implementing other elements.
In various embodiments, computer system 1000 may be a uniprocessor system including one processor 1010, or a multiprocessor system including several processors 1010 (e.g., two, four, eight, or another suitable number). Processors 1010 may be any suitable processor capable of executing instructions. For example, in various embodiments, processors 1010 may be general-purpose or embedded processors implementing any of a variety of instruction set architectures (ISAs), such as the x86, PowerPC, SPARC, or MIPS ISAs, or any other suitable ISA. In multiprocessor systems, each of processors 1010 may commonly, but not necessarily, implement the same ISA.
In some embodiments, at least one processor 1010 may be a graphics processing unit. A graphics processing unit or GPU may be considered a dedicated graphics-rendering device for a personal computer, workstation, game console or other computing or electronic device. Modern GPUs may be very efficient at manipulating and displaying computer graphics, and their highly parallel structure may make them more effective than typical CPUs for a range of complex graphical algorithms. For example, a graphics processor may implement a number of graphics primitive operations in a way that makes executing them much faster than drawing directly to the screen with a host central processing unit (CPU). In various embodiments, graphics rendering may, at least in part, be implemented by program instructions that execute on one of, or parallel execution on two or more of, such GPUs. The GPU(s) may implement one or more application programmer interfaces (APIs) that permit programmers to invoke the functionality of the GPU(s). Suitable GPUs may be commercially available from vendors such as NVIDIA Corporation, ATI Technologies (AMD), and others.
System memory 1020 may store program instructions and/or data accessible by processor 1010. In various embodiments, system memory 1020 may be implemented using any suitable memory technology, such as static random access memory (SRAM), synchronous dynamic RAM (SDRAM), nonvolatile/Flash-type memory, or any other type of memory. In the illustrated embodiment, program instructions and data implementing desired functions, such as those described above are shown stored within system memory 1020 as program instructions, such as program instructions to implement a compiler 1025 (like compiler 240 discussed above with regard to
In one embodiment, I/O interface 1030 may coordinate I/O traffic between processor 1010, system memory 1020, and any peripheral devices in the device, including network interface 1040 or other peripheral interfaces, such as input/output devices 1050. In some embodiments, I/O interface 1030 may perform any necessary protocol, timing or other data transformations to convert data signals from one component (e.g., system memory 1020) into a format suitable for use by another component (e.g., processor 1010). In some embodiments, I/O interface 1030 may include support for devices attached through various types of peripheral buses, such as a variant of the Peripheral Component Interconnect (PCI) bus standard or the Universal Serial Bus (USB) standard, for example. In some embodiments, the function of I/O interface 1030 may be split into two or more separate components, such as a north bridge and a south bridge, for example. In addition, in some embodiments some or all of the functionality of I/O interface 1030, such as an interface to system memory 1020, may be incorporated directly into processor 1010.
Network interface 1040 may allow data to be exchanged between computer system 1000 and other devices attached to a network, such as other computer systems, or between nodes of computer system 1000. In various embodiments, network interface 1040 may support communication via wired or wireless general data networks, such as any suitable type of Ethernet network, for example; via telecommunications/telephony networks such as analog voice networks or digital fiber communications networks; via storage area networks such as Fibre Channel SANs, or via any other suitable type of network and/or protocol.
Input/output devices 1050 may, in some embodiments, include one or more display terminals, keyboards, keypads, touchpads, scanning devices, voice or optical recognition devices, or any other devices suitable for entering or retrieving data by one or more computer system 1000. Multiple input/output devices 1050 may be present in computer system 1000 or may be distributed on various nodes of computer system 1000. In some embodiments, similar input/output devices may be separate from computer system 1000 and may interact with one or more nodes of computer system 1000 through a wired or wireless connection, such as over network interface 1040.
Those skilled in the art will appreciate that computer system 1000 is merely illustrative and is not intended to limit the scope of the techniques as described herein. In particular, the computer system and devices may include any combination of hardware or software that can perform the indicated functions, including a computer, personal computer system, desktop computer, laptop, notebook, or netbook computer, mainframe computer system, handheld computer, workstation, network computer, a camera, a set top box, a mobile device, network device, internet appliance, PDA, wireless phones, pagers, a consumer device, video game console, handheld video game device, application server, storage device, a peripheral device such as a switch, modem, router, or in general any type of computing or electronic device. Computer system 1000 may also be connected to other devices that are not illustrated, or instead may operate as a stand-alone system. In addition, the functionality provided by the illustrated components may in some embodiments be combined in fewer components or distributed in additional components. Similarly, in some embodiments, the functionality of some of the illustrated components may not be provided and/or other additional functionality may be available.
Those skilled in the art will also appreciate that, while various items are illustrated as being stored in memory or on storage while being used, these items or portions of them may be transferred between memory and other storage devices for purposes of memory management and data integrity. Alternatively, in other embodiments some or all of the software components may execute in memory on another device and communicate with the illustrated computer system via inter-computer communication. Some or all of the system components or data structures may also be stored (e.g., as instructions or structured data) on a computer-accessible medium or a portable article to be read by an appropriate drive, various examples of which are described above. In some embodiments, instructions stored on a non-transitory, computer-accessible medium separate from computer system 1000 may be transmitted to computer system 1000 via transmission media or signals such as electrical, electromagnetic, or digital signals, conveyed via a communication medium such as a network and/or a wireless link. Various embodiments may further include receiving, sending or storing instructions and/or data implemented in accordance with the foregoing description upon a computer-accessible medium. Accordingly, the present invention may be practiced with other computer system configurations.
Various modifications and changes may be made as would be obvious to a person skilled in the art having the benefit of this disclosure. It is intended that the invention embrace all such modifications and changes and, accordingly, the above description to be regarded in an illustrative rather than a restrictive sense.
Habusha, Adi, Leder, Uri, Naaman, Ofer, Zidenberg, Tzachi, Gdalyahu, Ohad
Patent | Priority | Assignee | Title |
11593077, | Oct 27 2021 | BEIJING BYTEDANCE NETWORK TECHNOLOGY CO , LTD | Method and apparatus of code management |
11853195, | Sep 13 2021 | International Business Machines Corporation | Methods and systems to discover special outcomes in an instruction set architecture via formal methods |
Patent | Priority | Assignee | Title |
6209120, | Nov 03 1997 | Lucent Technologies | Verifying hardware in its software context and vice-versa |
6295515, | Nov 03 1997 | WSOU Investments, LLC | Static partial order reduction |
6848085, | Sep 16 1997 | Synopsys, Inc. | System for converting hardware designs in high-level programming languages to hardware implementations |
7328195, | Nov 21 2001 | FTL SYSTEMS, INC | Semi-automatic generation of behavior models continuous value using iterative probing of a device or existing component model |
7386818, | Jan 22 2004 | NEC Corporation | Efficient modeling of embedded memories in bounded memory checking |
7483823, | Jun 21 2005 | Nvidia Corporation | Building integrated circuits using logical units |
8453083, | Jul 28 2006 | Synopsys, Inc. | Transformation of IC designs for formal verification |
8707278, | Nov 09 2010 | NEC Corporation | Embedding class hierarchy into object models for multiple class inheritance |
8726241, | Jun 06 2007 | Rockwell Collins, Inc.; Rockwell Collins, Inc | Method and system for the development of high-assurance computing elements |
8943448, | May 23 2013 | Nvidia Corporation | System, method, and computer program product for providing a debugger using a common hardware database |
20050289485, | |||
20190095566, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Jun 26 2019 | Amazon Technologies, Inc. | (assignment on the face of the patent) | / | |||
Sep 24 2020 | LEDER, URI | Amazon Technologies, Inc | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 054002 | /0874 | |
Sep 24 2020 | HABUSHA, ADI | Amazon Technologies, Inc | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 054002 | /0874 | |
Sep 26 2020 | NAAMAN, OFER | Amazon Technologies, Inc | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 054002 | /0874 | |
Sep 28 2020 | ZIDENBERG, TZACHI | Amazon Technologies, Inc | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 054002 | /0874 | |
Sep 28 2020 | GDALYAHU, OHAD | Amazon Technologies, Inc | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 054002 | /0874 |
Date | Maintenance Fee Events |
Jun 26 2019 | BIG: Entity status set to Undiscounted (note the period is included in the code). |
May 17 2024 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Date | Maintenance Schedule |
Nov 17 2023 | 4 years fee payment window open |
May 17 2024 | 6 months grace period start (w surcharge) |
Nov 17 2024 | patent expiry (for year 4) |
Nov 17 2026 | 2 years to revive unintentionally abandoned end. (for year 4) |
Nov 17 2027 | 8 years fee payment window open |
May 17 2028 | 6 months grace period start (w surcharge) |
Nov 17 2028 | patent expiry (for year 8) |
Nov 17 2030 | 2 years to revive unintentionally abandoned end. (for year 8) |
Nov 17 2031 | 12 years fee payment window open |
May 17 2032 | 6 months grace period start (w surcharge) |
Nov 17 2032 | patent expiry (for year 12) |
Nov 17 2034 | 2 years to revive unintentionally abandoned end. (for year 12) |