From 88bc3723ee264cda8fc468c3c1b470c06e8ce8d0 Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Sat, 6 Jan 2024 13:05:48 +0800 Subject: [PATCH] =?UTF-8?q?>=20configure(npc)=20=20ysyx=5F22040000=20?= =?UTF-8?q?=E6=9D=8E=E5=BF=83=E6=9D=A8=20=20Linux=20calcite=206.1.69=20#1-?= =?UTF-8?q?NixOS=20SMP=20PREEMPT=5FDYNAMIC=20Wed=20Dec=2020=2016:00:29=20U?= =?UTF-8?q?TC=202023=20x86=5F64=20GNU/Linux=20=20=2013:05:48=20=20up=201?= =?UTF-8?q?=20day=2021:52,=20=202=20users,=20=20load=20average:=201.74,=20?= =?UTF-8?q?1.56,=201.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/{core => }/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename npc/{core => }/build.sbt (92%) diff --git a/npc/core/build.sbt b/npc/build.sbt similarity index 92% rename from npc/core/build.sbt rename to npc/build.sbt index 792a764..cbac898 100644 --- a/npc/core/build.sbt +++ b/npc/build.sbt @@ -4,7 +4,7 @@ ThisBuild / version := "0.1.0" val chiselVersion = "5.1.0" -lazy val root = (project in file(".")) +lazy val root = (project in file("./core")) .settings( name := "ChiselLearning", libraryDependencies ++= Seq(