Ignore:
Timestamp:
Oct 5, 2018, 10:42:16 AM (6 years ago)
Author:
alain
Message:

revert modifs done by Nicolas.
This line, and those below, will be ignored--

M genarch.py

File:
1 edited

Legend:

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

    r553 r575  
    144144                        nb_nics,
    145145                        fbf_size,
    146                         ioc_type,
    147                         segs_set )
     146                        ioc_type )
    148147
    149148print '[genarch] archinfo build for %s' % archinfo.name
     
    178177    pathname = hard_path + '/hard_config.h'
    179178    f = open ( pathname, 'w' )
    180     f.write( archinfo.hard_config( ioc_type, sys_clk ) )
     179    f.write( archinfo.hard_config() )
    181180    print '[genarch] %s generated' % pathname
    182181
Note: See TracChangeset for help on using the changeset viewer.