Changeset 1050 for trunk/platforms/tsar_generic_iob/tsar_iob_cluster
- Timestamp:
- Apr 6, 2017, 5:01:31 PM (8 years ago)
- Location:
- trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/include/tsar_iob_cluster.h
r1030 r1050 198 198 DspinRouter<dspin_ram_rsp_width>* ram_router_rsp; 199 199 200 // IO Network Components (not instanciated in all clusters) 201 200 202 DspinLocalCrossbar<dspin_ram_cmd_width>* ram_xbar_cmd; 201 203 DspinLocalCrossbar<dspin_ram_rsp_width>* ram_xbar_rsp; 202 203 204 // IO Network Components (not instanciated in all clusters)205 204 206 205 VciIoBridge<vci_param_int, -
trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp
r1034 r1050 340 340 nb_procs, // number of local targets 341 341 1, 1, // fifo depths 342 true, // CMD342 true, // pseudo CMD 343 343 false, // no routing table 344 false); // broadcast344 false); // no broadcast 345 345 346 346 //////////// DSPIN INT_CMD ROUTER //////////////////////////////////////////// … … 470 470 2, 2, // in fifo, out fifo depths 471 471 true, // is cmd ? 472 false, // use routing table ?473 false); // support broadcast ?472 false, // no routing table 473 false); // no broadcast 474 474 475 475 //////////// DSPIN RAM_RSP LOCAL_XBAR /////////////////////////////////// … … 484 484 2, 2, // in fifo, out fifo depths 485 485 false, // is cmd ? 486 true, // use routing table ?487 false); // support broadcast ?486 true, // use routing table 487 false); // no broadcast 488 488 489 489 } // end if IO
Note: See TracChangeset
for help on using the changeset viewer.