From f62a02ab54cf783db4b55bfe7122411408e0a07f Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sun, 25 Mar 2012 21:29:36 -0700 Subject: [PATCH] remove dumb stuff in top.scala --- rocket/src/main/scala/top.scala | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rocket/src/main/scala/top.scala b/rocket/src/main/scala/top.scala index dd02d544..3f0aa583 100644 --- a/rocket/src/main/scala/top.scala +++ b/rocket/src/main/scala/top.scala @@ -52,9 +52,7 @@ class Top() extends Component // pad out the HTIF using a divided clock val hio = (new slowIO(clkdiv, 4)) { Bits(width = htif_width) } htif.io.host.out <> hio.io.out_fast - io.host.out.valid := hio.io.out_slow.valid - hio.io.out_slow.ready := io.host.out.ready - io.host.out.bits := Mux(reset, io.host.in.bits, hio.io.out_slow.bits) + io.host.out <> hio.io.out_slow htif.io.host.in <> hio.io.in_fast io.host.in <> hio.io.in_slow io.host_clk := hio.io.clk_slow