ruby: remove call to curCycle in panic()
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 28 Jan 2013 12:11:42 +0000 (06:11 -0600)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 28 Jan 2013 12:11:42 +0000 (06:11 -0600)
commit31659e83fbf6fa2b9024908cdba428145ef1fade
tree2b7c5b06b212d6027bddc8e1f28e8434b0a92f87
parent9bc132e4738c53be2dd9c2fdf5e4dd8e73d8970b
ruby: remove call to curCycle in panic()
The panic() function already prints the current tick value. This call to
curCycle() is as such redundant. Since we are trying to move towards multiple
clock domains, this call will print misleading time.
src/mem/slicc/ast/AST.py