From f13d76628b122d2dfc3950aa0761bcfd0f7394fc Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Thu, 7 Nov 2013 15:42:10 -0800 Subject: [PATCH] forgot to put htif into uncore package --- uncore/src/main/scala/htif.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncore/src/main/scala/htif.scala b/uncore/src/main/scala/htif.scala index 38fce75e..ec905012 100644 --- a/uncore/src/main/scala/htif.scala +++ b/uncore/src/main/scala/htif.scala @@ -1,4 +1,4 @@ -package rocket +package uncore import Chisel._ import Node._