#include <bios.h>
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 |
| void bios::entry | ( | ) |
References addr, bios_valid, BOOT_LENGTH, cs, datain, dataout, sc_core::sc_in< bool >::delayed(), imemory, PRINT_BIOS, sc_core::sc_in< bool >::read(), sc_core::sc_time_stamp(), wait(), wait_cycles, sc_core::wait_until(), and we.
Referenced by SC_CTOR().
| void bios::init_param | ( | int | given_delay_cycles | ) | [inline] |
| bios::SC_CTOR | ( | bios | ) | [inline] |
References CLK, entry(), imemory, itagmemory, and SC_CTHREAD.
| sc_in<unsigned > bios::addr |
| sc_out<bool> bios::bios_valid |
| sc_in<unsigned > bios::datain |
| sc_out<unsigned > bios::dataout |
| unsigned* bios::imemory |
| unsigned* bios::itagmemory |
Referenced by SC_CTOR().
| sc_out<bool> bios::stall_fetch |
Referenced by sc_main().
Referenced by entry(), and init_param().