Ignore:
Timestamp:
Jan 20, 2015, 4:06:49 PM (9 years ago)
Author:
cfuguet
Message:

reconf: add external ROM in platform

  • The external ROM, which can be accessed through both IO Bridges, contains the bootloader program and some other utility functions which are used once the reconfiguration is performed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/include/tsar_iob_cluster.h

    r904 r926  
    9696    VciSignals<vci_param_int>             signal_int_vci_tgt_xicu;
    9797    VciSignals<vci_param_int>             signal_int_vci_tgt_mdma;
    98     VciSignals<vci_param_int>             signal_int_vci_tgt_brom;
     98    VciSignals<vci_param_int>             signal_int_vci_tgt_drom;
    9999    VciSignals<vci_param_int>             signal_int_vci_tgt_iobx;
    100100
     
    149149    VciMultiDma<vci_param_int>*                       mdma;
    150150
    151     VciSimpleRom<vci_param_int>*                      brom;
     151    VciSimpleRom<vci_param_int>*                      drom;
    152152
    153153    VciLocalCrossbar<vci_param_int>*                  int_xbar_d;
     
    212212                    size_t                             int_xicu_tgt_id,
    213213                    size_t                             int_mdma_tgt_id,
    214                     size_t                             int_brom_tgt_id,
     214                    size_t                             int_drom_tgt_id,
    215215                    size_t                             int_iobx_tgt_id,
    216216                    size_t                             int_proc_ini_id,
Note: See TracChangeset for help on using the changeset viewer.