Ignore:
Timestamp:
May 18, 2015, 6:51:03 PM (9 years ago)
Author:
alain
Message:

Introduce support for a new driver sdc_driver.
There is now 5 IOC drivers: BDV / HBA / RDK / SDC / SPI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_python/genmap

    r546 r565  
    7676parser.add_option( '--ioc', type = 'string', dest = 'ioc_type',
    7777                   default = 'BDV',
    78                    help = 'define type of IOC: BDV / HBA / SDC / RDK' )
     78                   help = 'define type of IOC: BDV / HBA / SDC / RDK / SPI' )
    7979
    8080parser.add_option( '--v', action = 'store_true', dest = 'verbose',
Note: See TracChangeset for help on using the changeset viewer.