39c39
< class RubyGPUCoalescer(RubySequencer):
---
> class RubyGPUCoalescer(RubyPort):
48a49,56
>
> icache = Param.RubyCache("")
> dcache = Param.RubyCache("")
> deadlock_threshold = Param.Cycles(500000,
> "max outstanding cycles for a request before " \
> "deadlock/livelock declared")
> garnet_standalone = Param.Bool(False, "")
> dcache_hit_latency = Param.Cycles(1, "Data cache hit latency")