From bc98f10553530e2f5aadf2d8e772913154d6bfb4 Mon Sep 17 00:00:00 2001 From: Yohan Boujon Date: Tue, 3 Oct 2023 15:31:50 +0200 Subject: [PATCH] Added pipeline, added cpu declarations. --- cpu_project/cpu_project.xpr | 22 ++++++++--- src/cpu.vhd | 79 +++++++++++++++++++++++++++++++++++++ src/pipeline_step.vhd | 31 +++++++++++++++ 3 files changed, 126 insertions(+), 6 deletions(-) create mode 100644 src/cpu.vhd create mode 100644 src/pipeline_step.vhd diff --git a/cpu_project/cpu_project.xpr b/cpu_project/cpu_project.xpr index b855ad2..f4fd161 100644 --- a/cpu_project/cpu_project.xpr +++ b/cpu_project/cpu_project.xpr @@ -99,28 +99,37 @@ - - + + + + + + - + + + + + + @@ -133,7 +142,7 @@