From b7c0d1c83676d6d08bcc3111a5e1dff0a8b1e98d Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 8 Jan 2021 09:23:21 -0800 Subject: [PATCH] Add spartan7 to prjxray-db. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e59acd..f57768d 100644 --- a/Makefile +++ b/Makefile @@ -27,13 +27,19 @@ clean-zynq7-db: rm -rf zynq7/harness/ rm -rf $(addprefix zynq7/,$(PART_DIRECTORIES)) -clean-db: clean-artix7-db clean-kintex7-db clean-zynq7-db +clean-spartan7-db: + rm -f $(addprefix spartan7/,$(DATABASE_FILES)) + rm -f $(addprefix spartan7/timings/,$(TIMINGS_FILES)) + rm -rf spartan7/harness/ + rm -rf $(addprefix spartan7/,$(PART_DIRECTORIES)) + +clean-db: clean-artix7-db clean-kintex7-db clean-zynq7-db clean-spartan7-db @true clean: clean-db @true -.PHONY: clean-artix7-db clean-kintex7-db clean-zynq7-db clean-db clean +.PHONY: clean-artix7-db clean-kintex7-db clean-zynq7-db clean-spartan7-db clean-db clean reset: git reset --hard