Changeset 575
- Timestamp:
- Oct 5, 2018, 10:42:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/arch_info/genarch.py
r553 r575 144 144 nb_nics, 145 145 fbf_size, 146 ioc_type, 147 segs_set ) 146 ioc_type ) 148 147 149 148 print '[genarch] archinfo build for %s' % archinfo.name … … 178 177 pathname = hard_path + '/hard_config.h' 179 178 f = open ( pathname, 'w' ) 180 f.write( archinfo.hard_config( ioc_type, sys_clk) )179 f.write( archinfo.hard_config() ) 181 180 print '[genarch] %s generated' % pathname 182 181
Note: See TracChangeset
for help on using the changeset viewer.