From f706f94b04f007d80e997ffa780d04cac609161b Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 25 Dec 2021 10:43:27 +0800 Subject: ... --- computer-organization-experiment/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'computer-organization-experiment/Makefile') diff --git a/computer-organization-experiment/Makefile b/computer-organization-experiment/Makefile index 215a4e5..fe68a53 100644 --- a/computer-organization-experiment/Makefile +++ b/computer-organization-experiment/Makefile @@ -1,3 +1,6 @@ +build/cpu.o: build + ghdl analyze --std=08 --workdir=build -fsynopsys cpu.vhdl + all: build/test_bench build: -- cgit v1.2.3