SConscript (10553:c1ad57c53a36) | SConscript (12222:6db0fc7407a5) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 293 unchanged lines hidden (view full) --- 302 'x87/control/save_x87_status_word.py', 303 'x87/control/save_and_restore_x87_control_word.py', 304 'x87/control/save_and_restore_x87_environment.py', 305 'x87/no_operation.py' 306 ) 307 308 309 # Add in files generated by the ISA description. | 1# -*- mode:python -*- 2 3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 293 unchanged lines hidden (view full) --- 302 'x87/control/save_x87_status_word.py', 303 'x87/control/save_and_restore_x87_control_word.py', 304 'x87/control/save_and_restore_x87_environment.py', 305 'x87/no_operation.py' 306 ) 307 308 309 # Add in files generated by the ISA description. |
310 isa_desc_files = env.ISADesc('isa/main.isa') | 310 isa_desc_files = ISADesc('isa/main.isa') |
311 for f in isa_desc_files: 312 # Add in python file dependencies that won't be caught otherwise 313 for pyfile in python_files: 314 env.Depends(f, "isa/insts/%s" % pyfile) | 311 for f in isa_desc_files: 312 # Add in python file dependencies that won't be caught otherwise 313 for pyfile in python_files: 314 env.Depends(f, "isa/insts/%s" % pyfile) |