From 962d2c05f8e6a37a92d4034c58dffce382d5cdde Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Thu, 7 Mar 2024 14:35:35 +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.6.18=20#1-?= =?UTF-8?q?NixOS=20SMP=20PREEMPT=5FDYNAMIC=20Fri=20Feb=2023=2008:25:28=20U?= =?UTF-8?q?TC=202024=20x86=5F64=20GNU/Linux=20=20=2014:35:35=20=20up=202?= =?UTF-8?q?=20days=2018:03,=20=202=20users,=20=20load=20average:=201.12,?= =?UTF-8?q?=201.33,=201.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/core/src/main/scala/Main.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/core/src/main/scala/Main.scala b/npc/core/src/main/scala/Main.scala index 656cbd4..aadbb49 100644 --- a/npc/core/src/main/scala/Main.scala +++ b/npc/core/src/main/scala/Main.scala @@ -32,5 +32,5 @@ class Keyboard extends Module { } class Flowpc extends Module { - + val register_file = Module(new R) }