Line 39... |
Line 39... |
class Vorpsoc_top_or1200_sprs;
|
class Vorpsoc_top_or1200_sprs;
|
class Vorpsoc_top_or1200_dpram;
|
class Vorpsoc_top_or1200_dpram;
|
// Main memory access class - will change if main memory size or other
|
// Main memory access class - will change if main memory size or other
|
// parameters change
|
// parameters change
|
//Old ram_wbclass: class Vorpsoc_top_ram_wb_sc_sw__D20_A19_M800000;
|
//Old ram_wbclass: class Vorpsoc_top_ram_wb_sc_sw__D20_A19_M800000;
|
class Vorpsoc_top_wb_ram_b3__D20_A19_M800000;
|
class Vorpsoc_top_wb_ram_b3__D20_A17_M800000;
|
// SoC Arbiter class - will also change if any modifications to bus architecture
|
// SoC Arbiter class - will also change if any modifications to bus architecture
|
//class Vorpsoc_top_wb_conbus_top__pi1;
|
//class Vorpsoc_top_wb_conbus_top__pi1;
|
|
|
|
|
//! Access functions to the Verilator model
|
//! Access functions to the Verilator model
|
Line 107... |
Line 107... |
// Pointers to modules with accessor functions
|
// Pointers to modules with accessor functions
|
Vorpsoc_top_or1200_ctrl *or1200_ctrl;
|
Vorpsoc_top_or1200_ctrl *or1200_ctrl;
|
Vorpsoc_top_or1200_except *or1200_except;
|
Vorpsoc_top_or1200_except *or1200_except;
|
Vorpsoc_top_or1200_sprs *or1200_sprs;
|
Vorpsoc_top_or1200_sprs *or1200_sprs;
|
Vorpsoc_top_or1200_dpram *rf_a;
|
Vorpsoc_top_or1200_dpram *rf_a;
|
/*Vorpsoc_top_ram_wb_sc_sw*//*Vorpsoc_top_ram_wb_sc_sw__D20_A19_M800000*/ Vorpsoc_top_wb_ram_b3__D20_A19_M800000 *ram_wb_sc_sw;
|
/*Vorpsoc_top_ram_wb_sc_sw*//*Vorpsoc_top_ram_wb_sc_sw__D20_A19_M800000*/ Vorpsoc_top_wb_ram_b3__D20_A17_M800000 *ram_wb_sc_sw;
|
// Arbiter
|
// Arbiter
|
//Vorpsoc_top_wb_conbus_top__pi1 *wb_arbiter;
|
//Vorpsoc_top_wb_conbus_top__pi1 *wb_arbiter;
|
|
|
}; // OrpsocAccess ()
|
}; // OrpsocAccess ()
|
|
|