fix equations
[gem5.git] / arch / isa_parser.py
index a4b588197e1f7c30eb7a8cd1e0b5d5e4f4c2f120..2e3c0df3540e68920fd1a3a3c5bb5c605486db9d 100755 (executable)
@@ -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
 
 
 /////////////////////////////////////