Ignore:
Timestamp:
Jan 30, 2014, 5:36:02 PM (10 years ago)
Author:
cfuguet
Message:

Modification in tsar_generic_xbar platform:

  • Using the constant IRQ_PER_PROCESSOR on the hard_config.h file to specify more than one irq from the XICU to each processor.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_xbar/tsar_xbar_cluster/caba/source/include/tsar_xbar_cluster.h

    r602 r624  
    3636#include "vci_cc_vcache_wrapper.h"
    3737#include "vci_simhelper.h"
     38#include "../../../../giet_vm/hard_config.h"
    3839
    3940namespace soclib { namespace caba {
     
    6263    // interrupt signals
    6364    sc_signal<bool>         signal_false;
    64     sc_signal<bool>         signal_proc_it[8];
     65    sc_signal<bool>         signal_proc_it[8*IRQ_PER_PROCESSOR];
    6566    sc_signal<bool>         signal_irq_mdma[8];
    6667    sc_signal<bool>         signal_irq_mtty[23];
Note: See TracChangeset for help on using the changeset viewer.