icache Struct Reference

#include <icache.h>

List of all members.

Public Member Functions

void init_param (int given_delay_cycles)
 SC_CTOR (icache)
void entry ()

Public Attributes

sc_in< unsigned > datain
sc_in< bool > cs
sc_in< bool > we
sc_in< unsigned > addr
sc_in< bool > ld_valid
sc_in< signed > ld_data
sc_out< unsigned > dataout
sc_out< bool > icache_valid
sc_out< bool > stall_fetch
sc_in_clk CLK
unsigned * icmemory
unsigned * ictagmemory
signed int pid
int wait_cycles


Member Function Documentation

void icache::init_param ( int  given_delay_cycles  )  [inline]

icache::SC_CTOR ( icache   )  [inline]

void icache::entry (  ) 


Member Data Documentation

sc_in<unsigned > icache::datain

sc_in<bool> icache::cs

sc_in<bool> icache::we

sc_in<unsigned > icache::addr

sc_in<bool> icache::ld_valid

sc_in<signed> icache::ld_data

sc_out<unsigned > icache::dataout

sc_out<bool> icache::icache_valid

sc_out<bool> icache::stall_fetch

sc_in_clk icache::CLK

unsigned* icache::icmemory

unsigned* icache::ictagmemory

signed int icache::pid

int icache::wait_cycles


The documentation for this struct was generated from the following files:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page