Octopus
hardware_oct_m::cache_t Interface Reference

Cache. More...

Detailed Description

Cache.

Definition at line 34 of file hardware.F90.

Private Member Functions

type(cache_t) function cache_t_init (data_size, line_size)
 Initialise cache object. More...
 

Private Attributes

integer size
 
integer line_size
 

Member Function/Subroutine Documentation

◆ cache_t_init()

type(cache_t) function hardware_oct_m::cache_t::cache_t_init ( integer, intent(in)  data_size,
integer, intent(in)  line_size 
)
private

Initialise cache object.

Returns
Cache instance
Parameters
[in]data_sizeCache data size in B
[in]line_sizeLine size in B

Definition at line 70 of file hardware.F90.

Member Data Documentation

◆ size

integer hardware_oct_m::cache_t::size
private

Definition at line 35 of file hardware.F90.

◆ line_size

integer hardware_oct_m::cache_t::line_size
private

Definition at line 36 of file hardware.F90.


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