That could work too... It's easy enough... assume that someone went through and did s/env['NOISA']/env['TARGET_ISA'] == 'noisa'/g... what else do you think about it?
Ali On Nov 11, 2010, at 3:36 PM, Nathan Binkert wrote: This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/303/ Before I review this diff, is there a particular reason that you didn't make NOISA a TARGET_ISA? I think that would be easier to work with in the long run. - Nathan On November 11th, 2010, 1:10 p.m., Ali Saidi wrote: Review request for Default. By Ali Saidi. Updated 2010-11-11 13:10:25 Description SCons: Support building without an ISA. This patch modifies the build system enough so that if you're not building a normal cpu driven system compiling an ISA isn't necessary. It's useful if you're intending to use the m5 simulation infrastructure, but not really interested in the models. Diffs * SConstruct (3155a9ccb66b) * src/base/SConscript (3155a9ccb66b) * src/cpu/SConscript (3155a9ccb66b) * src/dev/SConscript (3155a9ccb66b) * src/kern/SConscript (3155a9ccb66b) * src/mem/SConscript (3155a9ccb66b) * src/mem/cache/SConscript (3155a9ccb66b) * src/mem/cache/prefetch/SConscript (3155a9ccb66b) * src/mem/cache/tags/SConscript (3155a9ccb66b) * src/mem/ruby/SConscript (3155a9ccb66b) * src/python/swig/pyobject.hh (3155a9ccb66b) * src/sim/SConscript (3155a9ccb66b) * src/sim/stat_control.cc (3155a9ccb66b) * src/unittest/SConscript (3155a9ccb66b) View Diff<http://reviews.m5sim.org/r/303/diff/> <ATT00001..txt> -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
