bios Struct Reference

#include <bios.h>

List of all members.

Public Member Functions

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

Public Attributes

sc_in< unsigned > datain
sc_in< bool > cs
sc_in< bool > we
sc_in< unsigned > addr
sc_out< unsigned > dataout
sc_out< bool > bios_valid
sc_out< bool > stall_fetch
sc_in_clk CLK
unsigned * imemory
unsigned * itagmemory
int wait_cycles


Member Function Documentation

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

bios::SC_CTOR ( bios   )  [inline]

void bios::entry (  ) 


Member Data Documentation

sc_in<unsigned > bios::datain

sc_in<bool> bios::cs

sc_in<bool> bios::we

sc_in<unsigned > bios::addr

sc_out<unsigned > bios::dataout

sc_out<bool> bios::bios_valid

sc_out<bool> bios::stall_fetch

sc_in_clk bios::CLK

unsigned* bios::imemory

unsigned* bios::itagmemory

int bios::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