Ignore:
Timestamp:
Sep 18, 2010, 5:04:46 PM (14 years ago)
Author:
choichil
Message:

Platform with DMA and FB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/dsx/v1_1cluster_phys_dma/v1_1cluster_phys.py

    r93 r95  
    1212        self.pf = soclib.Architecture(cell_size = 4,
    1313                                      plen_size = 8,
    14                                       addr_size = 64,
     14                                      addr_size = 32,
    1515                                      rerror_size = 1,
    1616                                      clen_size = 1,
     
    102102if __name__ == '__main__':
    103103    import sys
    104     cpus = 4
     104    cpus = 1
    105105    if len(sys.argv) > 1:
    106106        cpus = int(sys.argv[1])
Note: See TracChangeset for help on using the changeset viewer.