From 44c58b206b910b15819a738c4a9995f8f840c039 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 3 Dec 2021 19:34:17 +0800 Subject: import(life): ... --- works/life/computer-organization-experiment/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'works/life/computer-organization-experiment/Makefile') diff --git a/works/life/computer-organization-experiment/Makefile b/works/life/computer-organization-experiment/Makefile index 8777267..215a4e5 100644 --- a/works/life/computer-organization-experiment/Makefile +++ b/works/life/computer-organization-experiment/Makefile @@ -12,6 +12,9 @@ build/adder_8.o: build adder_8.vhdl build/adder_32.o: build adder_32.vhdl ghdl analyze --std=08 --workdir=build -fsynopsys adder_32.vhdl +build/alu.o: build alu.vhdl + ghdl analyze --std=08 --workdir=build -fsynopsys alu.vhdl + build/counter_4.o: build counter_4.vhdl ghdl analyze --std=08 --workdir=build -fsynopsys counter_4.vhdl @@ -30,7 +33,7 @@ build/multiplexer_32_2.o: build multiplexer_32_2.vhdl build/shift_32.o: build shift_32.vhdl ghdl analyze --std=08 --workdir=build -fsynopsys shift_32.vhdl -build/test_bench.o: build test_bench.vhdl build/counter_4.o build/full_adder_1.o build/multiplexer_1_2.o build/multiplexer_8_2.o build/multiplexer_32_2.o build/adder_1.o build/adder_8.o build/adder_32.o build/shift_32.o +build/test_bench.o: build test_bench.vhdl build/counter_4.o build/full_adder_1.o build/multiplexer_1_2.o build/multiplexer_8_2.o build/multiplexer_32_2.o build/adder_1.o build/adder_8.o build/adder_32.o build/shift_32.o build/alu.o ghdl analyze --std=08 --workdir=build -fsynopsys test_bench.vhdl build/test_bench: build/test_bench.o -- cgit v1.2.3