Ignore:
Timestamp:
Sep 6, 2016, 3:36:43 PM (8 years ago)
Author:
alain
Message:

Modify top.cpp to select the virtual disk as a parameter.
Fix a bug in arch_info.py.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/arch_info.py

    r1045 r1046  
    149149                      y_width        = y_width,
    150150                      irqs_per_core  = irqs_per_core,
    151                       use_ramdisk    = (ioc_type == 'RDK'),
    152151                      io_cxy         = io_cxy,         
    153152                      boot_cxy       = boot_cxy,
    154                       reset_address  = rom_base )
     153                      reset_address  = rom_base,
     154                      p_width        = p_width )
    155155
    156156    ####################################################
Note: See TracChangeset for help on using the changeset viewer.