Ignore:
Timestamp:
Mar 30, 2015, 11:26:28 AM (9 years ago)
Author:
cfuguet
Message:

reconf: merge commit 959 concerning parameters of the XICU

  • All four parameters (HWI, PTI, WTI and IRQ) has their own width constant in the hard_config.h.
File:
1 edited

Legend:

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

    r957 r961  
    8585// - FBUF_X_SIZE      : width of frame buffer (pixels)
    8686// - FBUF_Y_SIZE      : heigth of frame buffer (lines)
    87 // - XCU_NB_INPUTS    : number of HWIs = number of WTIs = number of PTIs
     87// - XCU_NB_HWI       : number of HWIs
     88// - XCU_NB_PTI       : number of PTIs
     89// - XCU_NB_WTI       : number of WTIs
     90// - XCU_NB_OUT       : number of OUTs
    8891//
    8992// Some secondary hardware parameters must be defined in this top.cpp file:
     
    11531156                L1_DSETS,
    11541157                XRAM_LATENCY,
    1155                 XCU_NB_INPUTS,
     1158                XCU_NB_HWI,
     1159                XCU_NB_PTI,
     1160                XCU_NB_WTI,
     1161                XCU_NB_OUT,
    11561162
    11571163                distributed_boot,
Note: See TracChangeset for help on using the changeset viewer.