From 9ce65b7d3573d92e1d98a13b58a5d5763ba073c5 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 5 Jun 2022 15:34:23 -0700 Subject: Working L1 cache. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f79674..ba203c5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ SOURCES := $(wildcard hdl/**.sv) HEADERS := $(wildcard hdl/**.svh) -MEMORIES := $(addprefix build/, $(addsuffix .hex, $(basename $(wildcard mem/**.pal)))) QUARTUS := $(shell find altera tcl -name \*.cdf -o -name \*.sdc -o -name \*.tcl) fpga: pdp8.sof @@ -75,7 +74,7 @@ build/%.bin: %.pal palbart $< mv -f $*.bin $*.lst $(dir $@) -pdp8.sof: $(SOURCES) $(HEADERS) $(MEMORIES) $(QUARTUS) +pdp8.sof: $(SOURCES) $(HEADERS) $(QUARTUS) [ ! -e pdp8.qpf ] || quartus_sh -t tcl/clean.tcl quartus_sh -t tcl/init.tcl quartus_sh --flow compile pdp8.qpf -- cgit v1.2.3