diff options
author | crupest <crupest@outlook.com> | 2021-12-25 10:43:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-12-25 10:43:27 +0800 |
commit | 9af60bca5cb83866cba9f04aba7e71ac1f83dd16 (patch) | |
tree | 97f4588af155fa984dcf4747a3dbd8e65a53f6e6 /works/life/computer-organization-experiment/Makefile | |
parent | ad065403bf97561b07171fac03a5e72a45d85caf (diff) | |
download | crupest-9af60bca5cb83866cba9f04aba7e71ac1f83dd16.tar.gz crupest-9af60bca5cb83866cba9f04aba7e71ac1f83dd16.tar.bz2 crupest-9af60bca5cb83866cba9f04aba7e71ac1f83dd16.zip |
import(life): ...
Diffstat (limited to 'works/life/computer-organization-experiment/Makefile')
-rw-r--r-- | works/life/computer-organization-experiment/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/works/life/computer-organization-experiment/Makefile b/works/life/computer-organization-experiment/Makefile index 215a4e5..fe68a53 100644 --- a/works/life/computer-organization-experiment/Makefile +++ b/works/life/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: |