SLICC: Remove machine name as prefix to functions
authorNilay Vaish <nilay@cs.wisc.edu>
Fri, 3 Jun 2011 18:52:18 +0000 (13:52 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Fri, 3 Jun 2011 18:52:18 +0000 (13:52 -0500)
commit3a083edc301327527d954c8cbc5489b9d80b222f
treee616033d758084e111b97c7b1e97b450c3a972f8
parent5a78c2d001e24d31d09e272b2a17b81146699cda
SLICC: Remove machine name as prefix to functions
Currently, the machine name is appended before any of the functions
defined with in the sm files. This is not necessary and it also
means that these functions cannot be used outside the sm files.
This patch does away with the prefixes. Note that the generated
C++ files in which the code for these functions is present are
still named such that the machine name is the prefix.
src/mem/slicc/symbols/Func.py
src/mem/slicc/symbols/StateMachine.py