StateMachine.py (8532:8f27cf8971fe) StateMachine.py (8608:02d7ac5fb855)
1# Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
2# Copyright (c) 2009 The Hewlett-Packard Development Company
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions are
7# met: redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer;

--- 1341 unchanged lines hidden (view full) ---

1350#ifndef __${ident}_PROFILER_HH__
1351#define __${ident}_PROFILER_HH__
1352
1353#include <cassert>
1354#include <iostream>
1355
1356#include "mem/protocol/${ident}_Event.hh"
1357#include "mem/protocol/${ident}_State.hh"
1# Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
2# Copyright (c) 2009 The Hewlett-Packard Development Company
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions are
7# met: redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer;

--- 1341 unchanged lines hidden (view full) ---

1350#ifndef __${ident}_PROFILER_HH__
1351#define __${ident}_PROFILER_HH__
1352
1353#include <cassert>
1354#include <iostream>
1355
1356#include "mem/protocol/${ident}_Event.hh"
1357#include "mem/protocol/${ident}_State.hh"
1358#include "mem/ruby/common/Global.hh"
1358#include "mem/ruby/common/TypeDefines.hh"
1359
1360class ${ident}_Profiler
1361{
1362 public:
1363 ${ident}_Profiler();
1364 void setVersion(int version);
1365 void countTransition(${ident}_State state, ${ident}_Event event);
1366 void possibleTransition(${ident}_State state, ${ident}_Event event);

--- 276 unchanged lines hidden ---
1359
1360class ${ident}_Profiler
1361{
1362 public:
1363 ${ident}_Profiler();
1364 void setVersion(int version);
1365 void countTransition(${ident}_State state, ${ident}_Event event);
1366 void possibleTransition(${ident}_State state, ${ident}_Event event);

--- 276 unchanged lines hidden ---