diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2009-11-18 13:55:58 -0800 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2009-11-18 13:55:58 -0800 |
commit | e84881b7a353e8a45640f7d53fa032003272656a (patch) | |
tree | ae849e44d6a506b2b5312c3ab81b8ccf812844c8 /src/mem | |
parent | 70a261c0ae297749f9bb10e4c5fbcf3562f423bf (diff) | |
download | gem5-e84881b7a353e8a45640f7d53fa032003272656a.tar.xz |
ruby: Removed unused action z_stall
Diffstat (limited to 'src/mem')
-rw-r--r-- | src/mem/protocol/MI_example-dma.sm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mem/protocol/MI_example-dma.sm b/src/mem/protocol/MI_example-dma.sm index 0f4894b3a..79c42e719 100644 --- a/src/mem/protocol/MI_example-dma.sm +++ b/src/mem/protocol/MI_example-dma.sm @@ -115,10 +115,6 @@ machine(DMA, "DMA Controller") dmaResponseQueue_in.dequeue(); } - action(z_stall, "z", desc="dma is busy..stall") { - // do nothing - } - transition(READY, ReadRequest, BUSY_RD) { s_sendReadRequest; p_popRequestQueue; |