Changeset 546 for trunk/tools/arch_info/genarch.py
- Timestamp:
- Sep 21, 2018, 10:23:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/arch_info/genarch.py
r279 r546 167 167 pathname = hard_path + '/hard_config.h' 168 168 f = open ( pathname, 'w' ) 169 f.write( archinfo.hard_config( ) )169 f.write( archinfo.hard_config( ioc_type ) ) 170 170 print '[genarch] %s generated' % pathname 171 171
Note: See TracChangeset
for help on using the changeset viewer.