SoCRocket
Transaction-Level Modeling Framework for Space Applications
#include <irqGenerator.hpp>
Public Member Functions | |
| SC_HAS_PROCESS (IrqGenerator) | |
| IrqGenerator (sc_module_name generatorName, sc_time latency) | |
| void | callbackMethod (const unsigned int &value, const sc_time &delay) |
| void | generateIrq () |
Public Attributes | |
| signal< std::pair< unsigned int, bool > >::out | initSignal |
| signal< unsigned int >::in | targSignal |
|
inline |
References initSignal, and THROW_EXCEPTION.
|
inline |
References initSignal, trans, and pysc::api::systemc::wait().
Referenced by IrqGenerator().
| IrqGenerator::SC_HAS_PROCESS | ( | IrqGenerator | ) |
Referenced by callbackMethod(), generateIrq(), and sc_main().