From 1804f5a04e55647b43b95ef75a668209589dbf15 Mon Sep 17 00:00:00 2001 From: "Deike, Benedikt" <benedikt.deike@studium.uni-hamburg.de> Date: Mon, 22 Mar 2021 09:59:35 +0000 Subject: [PATCH] Update Hardware/Makefile Deleted Hardware/package/.gitkeep --- Hardware/Makefile | 4 ++-- Hardware/package/.gitkeep | 0 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 Hardware/package/.gitkeep diff --git a/Hardware/Makefile b/Hardware/Makefile index 9d2a917..9e6a873 100644 --- a/Hardware/Makefile +++ b/Hardware/Makefile @@ -1,7 +1,7 @@ compile : clear ghdl -i --workdir=./ components/CU.vhd components/datapath.vhd \ components/EBI.vhd components/PC.vhd components/SRAM.vhd \ - package/pkgProcessor.vhd processor.vhd testbench.vhd + packages/pkgProcessor.vhd processor.vhd testbench.vhd ghdl -a --ieee=synopsys package/pkgProcessor.vhd ghdl -a --ieee=synopsys components/SRAM.vhd ghdl -a --ieee=synopsys components/CU.vhd @@ -21,4 +21,4 @@ view : simulate .PHONY : clear clear : - rm -f testbench.vcd work-obj93.cf \ No newline at end of file + rm -f testbench.vcd work-obj93.cf diff --git a/Hardware/package/.gitkeep b/Hardware/package/.gitkeep deleted file mode 100644 index e69de29..0000000 -- GitLab