Transaction-Level Modeling Framework for Space Applications
#include <irqPorts.hpp>
Public Member Functions | |
IntrTLMPort_32 (sc_module_name portName, unsigned int &irqSignal) | |
void | callbackMethod (const std::pair< unsigned int, bool > &value, const sc_time &delay) |
Public Attributes | |
unsigned int & | irqSignal |
signal< std::pair< unsigned int, bool > >::in | irq_signal |
leon3_funclt_trap::IntrTLMPort_32::IntrTLMPort_32 | ( | sc_module_name | portName, |
unsigned int & | irqSignal | ||
) |
void leon3_funclt_trap::IntrTLMPort_32::callbackMethod | ( | const std::pair< unsigned int, bool > & | value, |
const sc_time & | delay | ||
) |
References v::debug, and setup::name.
Referenced by sc_main().
unsigned int& leon3_funclt_trap::IntrTLMPort_32::irqSignal |