summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2007-11-01 21:18:08 -0400
committerAli Saidi <saidi@eecs.umich.edu>2007-11-01 21:18:08 -0400
commit6db36c331dbff076f31980fc0e611d495ac95885 (patch)
tree77e3c6bddcec78bb4cb6971208785256c50ccaa1 /RELEASE_NOTES
parent81fa75638b3dbfe9cc01ec1eb2f16e6e368509d6 (diff)
downloadgem5-6db36c331dbff076f31980fc0e611d495ac95885.tar.xz
RELEASE: Grammer
--HG-- extra : convert_revision : f9ad0ea469aaf6ec059bd50db0cc5d956c354e2c
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 50ab6b330..cd62fb86b 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -35,8 +35,8 @@ Possible Incompatibilities:
To see how to add your sources take a look at one of them.
3. Python is now used to created the parameter structs that were created
manually before. The parameters listed in a py file are turned into
- a header file with the same name (e.g. BadDevice.py -> BadDevice.h).
- With this change the structs can be populate automatically and the
+ a header file with the same name (e.g. BadDevice.py -> BadDevice.hh).
+ With this change the structs can be populated automatically and the
ugly macros to define and create SimObjects at the bottem of source
files are gone. The parameter structs also automatically inherit
parameters from their parents.