Ignore:
Timestamp:
May 13, 2015, 10:28:08 AM (9 years ago)
Author:
cfuguet
Message:

reconf: allow debugging of the vci_simple_rom component in the
tsar_generic_iob platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/top.cpp

    r986 r989  
    16401640            c->signal_ram_vci_ini_memc.print_trace(smemc_ini.str());
    16411641
     1642            c->drom->print_trace();
     1643            std::ostringstream sdrom_tgt;
     1644            sdrom_tgt << "[SIG]DROM_TGT_" << x << "_" << y;
     1645            c->signal_int_vci_tgt_drom.print_trace(sdrom_tgt.str());
     1646
    16421647            c->xram->print_trace();
    16431648            std::ostringstream sxram_tgt;
Note: See TracChangeset for help on using the changeset viewer.