From 35ca9a1732a308ce449334c9d0ad55a317541682 Mon Sep 17 00:00:00 2001 From: Liphen Date: Mon, 25 Dec 2023 20:14:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E5=8A=A8=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E4=BC=98=E5=8C=96=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../playground/src/pipeline/execute/{ALU.scala => fu/Alu.scala} | 0 chisel/playground/src/pipeline/execute/{ => fu}/BranchCtrl.scala | 0 chisel/playground/src/pipeline/execute/{ => fu}/Csr.scala | 0 chisel/playground/src/pipeline/execute/{ => fu}/Div.scala | 0 chisel/playground/src/pipeline/execute/{ => fu}/Mdu.scala | 0 chisel/playground/src/pipeline/execute/{ => fu}/Mul.scala | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename chisel/playground/src/pipeline/execute/{ALU.scala => fu/Alu.scala} (100%) rename chisel/playground/src/pipeline/execute/{ => fu}/BranchCtrl.scala (100%) rename chisel/playground/src/pipeline/execute/{ => fu}/Csr.scala (100%) rename chisel/playground/src/pipeline/execute/{ => fu}/Div.scala (100%) rename chisel/playground/src/pipeline/execute/{ => fu}/Mdu.scala (100%) rename chisel/playground/src/pipeline/execute/{ => fu}/Mul.scala (100%) diff --git a/chisel/playground/src/pipeline/execute/ALU.scala b/chisel/playground/src/pipeline/execute/fu/Alu.scala similarity index 100% rename from chisel/playground/src/pipeline/execute/ALU.scala rename to chisel/playground/src/pipeline/execute/fu/Alu.scala diff --git a/chisel/playground/src/pipeline/execute/BranchCtrl.scala b/chisel/playground/src/pipeline/execute/fu/BranchCtrl.scala similarity index 100% rename from chisel/playground/src/pipeline/execute/BranchCtrl.scala rename to chisel/playground/src/pipeline/execute/fu/BranchCtrl.scala diff --git a/chisel/playground/src/pipeline/execute/Csr.scala b/chisel/playground/src/pipeline/execute/fu/Csr.scala similarity index 100% rename from chisel/playground/src/pipeline/execute/Csr.scala rename to chisel/playground/src/pipeline/execute/fu/Csr.scala diff --git a/chisel/playground/src/pipeline/execute/Div.scala b/chisel/playground/src/pipeline/execute/fu/Div.scala similarity index 100% rename from chisel/playground/src/pipeline/execute/Div.scala rename to chisel/playground/src/pipeline/execute/fu/Div.scala diff --git a/chisel/playground/src/pipeline/execute/Mdu.scala b/chisel/playground/src/pipeline/execute/fu/Mdu.scala similarity index 100% rename from chisel/playground/src/pipeline/execute/Mdu.scala rename to chisel/playground/src/pipeline/execute/fu/Mdu.scala diff --git a/chisel/playground/src/pipeline/execute/Mul.scala b/chisel/playground/src/pipeline/execute/fu/Mul.scala similarity index 100% rename from chisel/playground/src/pipeline/execute/Mul.scala rename to chisel/playground/src/pipeline/execute/fu/Mul.scala