Ignore:
Timestamp:
Apr 5, 2015, 12:42:04 AM (9 years ago)
Author:
alain
Message:

Introduce a new parameter in the tsar_generic_iob SystemC architecture:
The top cell use now the hard_config.h file to select the block_device type:
If USE_IOC_HBA is set, it use the vci_multi_ahci controller.
Else, it use the vci_block_device_tsar component.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/top.desc

    r707 r965  
    5252                  cell_size = vci_cell_size_ext),
    5353
     54            Uses('caba:vci_multi_ahci',
     55                  cell_size = vci_cell_size_ext),
     56
    5457            # NIC
    5558            Uses('caba:vci_multi_nic',
Note: See TracChangeset for help on using the changeset viewer.