Ignore:
Timestamp:
Sep 21, 2018, 10:23:16 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Make hard_config.h generate from params-hard IOC_TYPE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/arch_info/genarch.py

    r279 r546  
    167167    pathname = hard_path + '/hard_config.h'
    168168    f = open ( pathname, 'w' )
    169     f.write( archinfo.hard_config() )
     169    f.write( archinfo.hard_config( ioc_type ) )
    170170    print '[genarch] %s generated' % pathname
    171171
Note: See TracChangeset for help on using the changeset viewer.