From ca2e70454e7ad132e02478dac45cbfbb426c1f4d Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Sat, 25 Feb 2012 17:09:26 -0800 Subject: [PATCH] change package name and sbt project name to rocket --- uncore/coherence.scala | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/uncore/coherence.scala b/uncore/coherence.scala index d7597cdf..d419dd52 100644 --- a/uncore/coherence.scala +++ b/uncore/coherence.scala @@ -1,4 +1,4 @@ -package Top { +package rocket import Chisel._ import Constants._ @@ -319,5 +319,3 @@ class CoherenceHubNoDir extends CoherenceHub { } - -}