Skip to content

Commit 0521018

Browse files
authored
Merge pull request #32 from quic-egmc/add_local_irq_start_enum
core_complex: add LOCAL_IRQ_START enum
2 parents d857f01 + 0bd7c3a commit 0521018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sysc/core_complex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ using irq_signal_t = tlm::scc::tlm_signal_bool_opt_in;
8484
using irq_signal_t = sc_core::sc_in<bool>;
8585
#endif
8686

87-
enum { SW_IRQ = 3, TIMER_IRQ = 7, EXT_IRQ = 11 };
87+
enum { SW_IRQ = 3, TIMER_IRQ = 7, EXT_IRQ = 11, LOCAL_IRQ_START = 16 };
8888

8989
template <unsigned int BUSWIDTH = scc::LT, typename QK = tlm::scc::quantumkeeper>
9090
class core_complex : public sc_core::sc_module, public scc::traceable, public core_complex_if {

0 commit comments

Comments
 (0)