On Wed, 16 Feb 2011, Korey Sewell wrote:

Hi all,
I noticed that on every build, SLICC wants to parse and generate C++/HTML on
every compile regardless of any changes
to code.

The C++ part seems pretty quick, but the HTML portion hangs slightly.

For the scons "aficionados", how hard would it be to just have SLICC (or
maybe scons) be smart about this and cancel
the rebuild of all the files???

It's probably not a high priority task, but its just one of the things you
notice after compiling a good # of times...

--
- Korey


If you set NO_HTML=True when you issue scons command for compilation, that would prevent html files from being generated.

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

Reply via email to