ParaNut SystemC Model
A SystemC Model of the ParaNut architecture
|
The MPeripheral class containing the interface for Wishbone slave peripherals. More...
Go to the source code of this file.
Classes | |
class | MPeripheral |
Class containing the interface for Wishbone slave peripherals. More... | |
Macros | |
#define | WB_PORT_SIZE CFG_MEMU_BUSIF_WIDTH |
Wishbone data port size in bit. More... | |
The MPeripheral class containing the interface for Wishbone slave peripherals.
#define WB_PORT_SIZE CFG_MEMU_BUSIF_WIDTH |
Wishbone data port size in bit.
Defines the Wishbone data in/out port size (width) in bit. Default is to use the configuration value CFG_MEMU_BUSIF_WIDTH.
32 | - 32 bit data width. |
64 | - 64 bit data width. |