#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::init_param | ( | int | given_delay_cycles | ) | [inline] |
| bios::SC_CTOR | ( | bios | ) | [inline] |
| void bios::entry | ( | ) |
| 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 |