From f249da1803d958804e5d1e715e324c11b4c1a913 Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Wed, 17 Sep 2014 11:25:14 -0700 Subject: [PATCH] update README --- uncore/README | 6 ------ uncore/README.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 uncore/README create mode 100644 uncore/README.md diff --git a/uncore/README b/uncore/README deleted file mode 100644 index c920e19a..00000000 --- a/uncore/README +++ /dev/null @@ -1,6 +0,0 @@ -This is the repository for uncore components assosciated with UCB_BAR chip -projects. To uses these modules, include this repo as a git submodule within -the your chip repository and add it as Project in your chip's build.scala. -These components are only dependent on Chisel, i.e. -lazy val uncore = Project("uncore", file("uncore"), settings = buildSettings) dependsOn(chisel) - diff --git a/uncore/README.md b/uncore/README.md new file mode 100644 index 00000000..003f9caa --- /dev/null +++ b/uncore/README.md @@ -0,0 +1,11 @@ +Uncore Library +============== + +This is the repository for uncore components assosciated with Rocket chip +project. To uses these modules, include this repo as a git submodule within +the your chip repository and add it as Project in your chip's build.scala. +These components are only dependent on Chisel, i.e. + + lazy val uncore = Project("uncore", file("uncore"), settings = buildSettings) dependsOn(chisel) + +Documentation about the uncore library will come in the near future.