summaryrefslogtreecommitdiff
path: root/src/mem/slicc/ast/VarExprAST.py
diff options
context:
space:
mode:
authorDavid Hashe <david.hashe@amd.com>2015-07-20 09:15:18 -0500
committerDavid Hashe <david.hashe@amd.com>2015-07-20 09:15:18 -0500
commit3454a4a36e927f483b36fa66baabe2c85ecf3ddc (patch)
tree3afa6cb6b5626f63418df648918e2832492a985c /src/mem/slicc/ast/VarExprAST.py
parent93242399227ba2dce443dee108b57f660b39b971 (diff)
downloadgem5-3454a4a36e927f483b36fa66baabe2c85ecf3ddc.tar.xz
slicc: support for arbitrary DPRINTF flags (not just RubySlicc)
This patch allows DPRINTFs to be used in SLICC state machines similar to how they are used by the rest of gem5. Previously all DPRINTFs in the .sm files had to use the RubySlicc flag.
Diffstat (limited to 'src/mem/slicc/ast/VarExprAST.py')
-rw-r--r--src/mem/slicc/ast/VarExprAST.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/slicc/ast/VarExprAST.py b/src/mem/slicc/ast/VarExprAST.py
index ac440bb68..19a619b37 100644
--- a/src/mem/slicc/ast/VarExprAST.py
+++ b/src/mem/slicc/ast/VarExprAST.py
@@ -1,5 +1,6 @@
# Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
# Copyright (c) 2009 The Hewlett-Packard Development Company
+# Copyright (c) 2013 Advanced Micro Devices, Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without