1
0
mirror of synced 2026-04-25 03:46:21 +00:00

Docs: updating makefiles

This commit is contained in:
Krystine Sherwin
2024-01-25 12:35:03 +13:00
parent 62d2f89c74
commit 6e38848b92
14 changed files with 53 additions and 18 deletions

View File

@@ -10,12 +10,13 @@ MAPDOT_NAMES += rdata_map_ffs rdata_map_luts rdata_map_cells
DOTS := $(addsuffix .dot,$(DOT_NAMES))
MAPDOTS := $(addsuffix .dot,$(MAPDOT_NAMES))
dots: $(DOTS) $(MAPDOTS) fifo.out
all: dots fifo.out fifo.stat
dots: $(DOTS) $(MAPDOTS)
$(DOTS) fifo.out: fifo.v fifo.ys
$(YOSYS) fifo.ys -l fifo.out -Q -T
$(MAPDOTS): fifo.v fifo_map.ys
$(MAPDOTS) fifo.stat: fifo.v fifo_map.ys
$(YOSYS) fifo_map.ys
.PHONY: clean