fix equations
[gem5.git] / arch / isa_parser.py
old mode 100644 (file)
new mode 100755 (executable)
index a4b5881..2e3c0df
@@ -246,6 +246,10 @@ def p_specification(t):
  * The Regents of The University of Michigan
  * All Rights Reserved
  *
+ * This code is part of the M5 simulator, developed by Nathan Binkert,
+ * Erik Hallnor, Steve Raasch, and Steve Reinhardt, with contributions
+ * from Ron Dreslinski, Dave Greene, and Lisa Hsu.
+ *
  * Permission is granted to use, copy, create derivative works and
  * redistribute this software and such derivative works for any
  * purpose, so long as the copyright notice above, this grant of
@@ -275,7 +279,7 @@ def p_specification(t):
  *    RCS %(local_rcs_id)s
  */
 
-#include "bitfield.hh" // required for bitfield support
+#include "base/bitfield.hh"    // required for bitfield support
 
 
 /////////////////////////////////////