Polymorphic Register Files Simulator
This program aims at simulating the Polymorphic Register Files behaviour, as described in "On Implementability of Polymorphic Register Files"
linearRegister Struct Reference

Data structure used for representing a linearly accessible register. More...

#include <prf.h>

Collaboration diagram for linearRegister:
Collaboration graph

Data Fields

int data
 The integer stored by this node. More...
 
struct list * next
 Pointer to the next node. More...
 

Detailed Description

Data structure used for representing a linearly accessible register.

To represent the fact that the register is accessible linearly a list structure has been used.

Field Documentation

int linearRegister::data

The integer stored by this node.

struct list* linearRegister::next

Pointer to the next node.


The documentation for this struct was generated from the following file: