There was an error while loading. Please reload this page.
2 parents d857f01 + 0bd7c3a commit 0521018Copy full SHA for 0521018
1 file changed
src/sysc/core_complex.h
@@ -84,7 +84,7 @@ using irq_signal_t = tlm::scc::tlm_signal_bool_opt_in;
84
using irq_signal_t = sc_core::sc_in<bool>;
85
#endif
86
87
-enum { SW_IRQ = 3, TIMER_IRQ = 7, EXT_IRQ = 11 };
+enum { SW_IRQ = 3, TIMER_IRQ = 7, EXT_IRQ = 11, LOCAL_IRQ_START = 16 };
88
89
template <unsigned int BUSWIDTH = scc::LT, typename QK = tlm::scc::quantumkeeper>
90
class core_complex : public sc_core::sc_module, public scc::traceable, public core_complex_if {
0 commit comments