Cycle-level Interfaces : Signal data-types

As a structural framework, UNISIM propose to split the simulator into module components, and to promote the reuse of such components across different simulators. Modules can communicate together through ports, especially by connecting some output ports to some input ports, as shown on figure below. In such a configuration Module A can communicate with Module B by sending some data signal between the connected ports.

This part of the document will describe data types used as data signal available in the module repository. In this introduction chapter, we’ll first explain the granularity of chosen data types, and next we will present each data signal type in its own page.

Signal Granularity

Proposed Interfaces for cycle-level simulators