Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sysc/core_complex.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ using irq_signal_t = tlm::scc::tlm_signal_bool_opt_in;
using irq_signal_t = sc_core::sc_in<bool>;
#endif

enum { SW_IRQ = 3, TIMER_IRQ = 7, EXT_IRQ = 11 };
enum { SW_IRQ = 3, TIMER_IRQ = 7, EXT_IRQ = 11, LOCAL_IRQ_START = 16 };

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