I believe we can certainly prune some of these.  CHIP and check_head can 
definitely go.  I forget what check_stop_slots was for.  THIS may go as well 
once we complete the configuration unification.

Brad


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of 
nathan binkert
Sent: Wednesday, November 18, 2009 8:37 PM
To: M5 Developer List
Subject: Re: [m5-dev] changeset in m5: ruby: Removed unused action z_stall

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


_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to