cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
MemoryTestResult Struct Reference

#include <common.hpp>

Public Member Functions

 MemoryTestResult ()
 
 MemoryTestResult (unsigned long long int target_address, unsigned int fault_cntr, unsigned int first_fault_address, unsigned long long int clock_cycles_write, unsigned long long int clock_cycles_read)
 
 MemoryTestResult ()
 
 MemoryTestResult (unsigned long long int target_address, unsigned int fault_cntr, unsigned int first_fault_address, unsigned long long int clock_cycles_write, unsigned long long int clock_cycles_read)
 

Public Attributes

unsigned long long int target_address
 
unsigned int fault_cntr
 
unsigned int first_fault_address
 
unsigned long long int clock_cycles_read
 
unsigned long long int clock_cycles_write
 

Detailed Description

Definition at line 414 of file common.hpp.

Constructor & Destructor Documentation

◆ MemoryTestResult() [1/2]

MemoryTestResult::MemoryTestResult ( )
inline

Definition at line 95 of file common.hpp.

95 {}

◆ MemoryTestResult() [2/2]

MemoryTestResult::MemoryTestResult ( unsigned long long int  target_address,
unsigned int  fault_cntr,
unsigned int  first_fault_address,
unsigned long long int  clock_cycles_write,
unsigned long long int  clock_cycles_read 
)
inline

Definition at line 96 of file common.hpp.

101  :
unsigned long long int clock_cycles_read
Definition: common.hpp:418
unsigned int first_fault_address
Definition: common.hpp:417
unsigned long long int clock_cycles_write
Definition: common.hpp:419
unsigned int fault_cntr
Definition: common.hpp:416
unsigned long long int target_address
Definition: common.hpp:415

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