Speaking of unused stuff. Can we start pruning the SLICC grammar? There's a bunch of syntax that is just not used in any protocols. e.g. check_stop_slots, check_head, CHIP, THIS. Actually that might be all of them.
Nate On Wed, Nov 18, 2009 at 6:05 PM, Brad Beckmann <[email protected]> wrote: > changeset 6b6b8f01429c in /z/repo/m5 > details: http://repo.m5sim.org/m5?cmd=changeset;node=6b6b8f01429c > description: > ruby: Removed unused action z_stall > > diffstat: > > 1 file changed, 4 deletions(-) > src/mem/protocol/MI_example-dma.sm | 4 ---- > > diffs (14 lines): > > diff -r 463aab78c057 -r 6b6b8f01429c src/mem/protocol/MI_example-dma.sm > --- a/src/mem/protocol/MI_example-dma.sm Wed Nov 18 13:55:58 2009 -0800 > +++ b/src/mem/protocol/MI_example-dma.sm Wed Nov 18 13:55:58 2009 -0800 > @@ -115,10 +115,6 @@ > dmaResponseQueue_in.dequeue(); > } > > - action(z_stall, "z", desc="dma is busy..stall") { > - // do nothing > - } > - > transition(READY, ReadRequest, BUSY_RD) { > s_sendReadRequest; > p_popRequestQueue; > _______________________________________________ > m5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/m5-dev > > _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
