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

Data structure used to store the user's given arguments. More...

#include <utility.h>

Collaboration diagram for Options:
Collaboration graph

Data Fields

scheme s
 The mapping scheme used by the PRF.
 
int p
 Horizontal size of the PRF.
 
int q
 Vertical size of the PRF.
 
int N
 Horizontal size of the input matrix.
 
int M
 Vertical size of the input matrix.
 
int error
 Variable used when the user arguments generate errors.
 

Detailed Description

Data structure used to store the user's given arguments.


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