summaryrefslogtreecommitdiff
path: root/deprecated/hdl_lab/Makefile
diff options
context:
space:
mode:
authorjjsuperpower <jjs29356@gmail.com>2022-09-05 20:04:52 -0500
committerjjsuperpower <jjs29356@gmail.com>2022-09-05 20:04:52 -0500
commit63626f2f6fc7e8912a349f120e37998cd1a05554 (patch)
treea4a10c448613bd683b79a2f5dbef892edef0d49d /deprecated/hdl_lab/Makefile
parent762e8b8786d8c921726c8ddc92a2513f42dad683 (diff)
moveing file around
Diffstat (limited to 'deprecated/hdl_lab/Makefile')
-rw-r--r--deprecated/hdl_lab/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/deprecated/hdl_lab/Makefile b/deprecated/hdl_lab/Makefile
deleted file mode 100644
index 10ace11..0000000
--- a/deprecated/hdl_lab/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-
-HDL_FOLDER = ./hdl
-HDL = $(wildcard $(HDL_FOLDER)/*.py)
-
-
-test:
- py.test --disable-pytest-warnings -v $(HDL)
-
-test-w:
- py.test -v $(HDL)
-
-clean:
- $(RM) -rf simulation/* gen_verilog/* hdl/__pycache__ .pytest_cache \ No newline at end of file