Quoting nathan binkert <[email protected]>:

I was going to suggest something like:

if buildEnv['RUBY']:
  Ruby.define_options(parser)

(if that flag still exists) or maybe

if 'PROTOCOL' in buildEnv:
 Ruby.define_options(parser)

It should still exist.  I like that better.  I actually think that we
should get rid of RUBY and only use PROTOCOL.

  Nate
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev


I think back when we merged the two scripts I said something like "and even better factor out the common parts so that people can use them in other scripts too". So, we could split up the scripts with the common parts factored out and shared between them. I think our se.py and fs.py scripts are getting pretty darn complicated. It's good for them to be capable, but it's bad for them to be overwhelming.

Gabe
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to