From 7311fd7182bfe65206c5655d058a72dd717cbe42 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Mon, 11 May 2009 10:38:46 -0700 Subject: ruby: Migrate all of ruby and slicc to SCons. Add the PROTOCOL sticky option sets the coherence protocol that slicc will parse and therefore ruby will use. This whole process was made difficult by the fact that the set of files that are output by slicc are not easily known ahead of time. The easiest thing wound up being to write a parser for slicc that would tell me. Incidentally this means we now have a slicc grammar written in python. --- src/mem/ruby/init.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem/ruby/init.cc') diff --git a/src/mem/ruby/init.cc b/src/mem/ruby/init.cc index 22a048b5b..ae81dfc57 100644 --- a/src/mem/ruby/init.cc +++ b/src/mem/ruby/init.cc @@ -54,7 +54,7 @@ using namespace std; // A generated file containing the default parameters in string form // The defaults are stored in the variable global_default_param -#include "mem/protocol/default_param.hh" +#include "mem/ruby/default_param.hh" static initvar_t *ruby_initvar_obj = NULL; -- cgit v1.2.3