diff options
| author | crupest <crupest@outlook.com> | 2021-12-03 19:34:17 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2021-12-03 19:34:17 +0800 |
| commit | 78ce0ddf1ab18e67d62b0f6b05ab010b0e4bb8c0 (patch) | |
| tree | be61c6ba66ef7b9ac46e8ce5ecd69731f2c3143b /computer-organization-experiment/Makefile | |
| parent | 65b45752178e5c047d314d6e6852db5659c66cc9 (diff) | |
| download | life-78ce0ddf1ab18e67d62b0f6b05ab010b0e4bb8c0.tar.gz life-78ce0ddf1ab18e67d62b0f6b05ab010b0e4bb8c0.tar.bz2 life-78ce0ddf1ab18e67d62b0f6b05ab010b0e4bb8c0.zip | |
...
Diffstat (limited to 'computer-organization-experiment/Makefile')
| -rw-r--r-- | computer-organization-experiment/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/computer-organization-experiment/Makefile b/computer-organization-experiment/Makefile index 8777267..215a4e5 100644 --- a/computer-organization-experiment/Makefile +++ b/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 |
