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::entry (  ) 

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

References wait_cycles.

Referenced by sc_main().

bios::SC_CTOR ( bios   )  [inline]

References CLK, entry(), imemory, itagmemory, and SC_CTHREAD.


Member Data Documentation

sc_in<unsigned > bios::addr

Referenced by entry(), and sc_main().

sc_out<bool> bios::bios_valid

Referenced by entry(), and sc_main().

sc_in_clk bios::CLK

Referenced by SC_CTOR(), and sc_main().

sc_in<bool> bios::cs

Referenced by entry(), and sc_main().

sc_in<unsigned > bios::datain

Referenced by entry(), and sc_main().

sc_out<unsigned > bios::dataout

Referenced by entry(), and sc_main().

unsigned* bios::imemory

Referenced by entry(), and SC_CTOR().

unsigned* bios::itagmemory

Referenced by SC_CTOR().

sc_out<bool> bios::stall_fetch

Referenced by sc_main().

Referenced by entry(), and init_param().

sc_in<bool> bios::we

Referenced by entry(), and sc_main().


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