summaryrefslogtreecommitdiff
path: root/rtl/axi_timer/mod.mk
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-05-04 14:19:48 -0600
committerAlejandro Soto <alejandro@34project.org>2024-05-04 14:19:48 -0600
commita7d92072c0bdc3a3e1c99de64f353e932846bc2a (patch)
treecc9af86b65820c3a30cf1d0b0c97e8bfe8fc9b44 /rtl/axi_timer/mod.mk
parent90cd29d85865bb5a4dbdf791616818b151881883 (diff)
rtl/pkt_switch: replace axi_timer example with pkt_switch
Diffstat (limited to '')
-rw-r--r--rtl/axi_timer/mod.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/rtl/axi_timer/mod.mk b/rtl/axi_timer/mod.mk
deleted file mode 100644
index 2efe0f4..0000000
--- a/rtl/axi_timer/mod.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-define core
- $(this)/targets := sim test
-
- $(this)/rtl_top := axi_timer_top
- $(this)/rtl_dirs := .
- $(this)/rtl_files := axi_bus.sv axi_timer_top.sv
-
- $(this)/cocotb_paths := .
- $(this)/cocotb_modules := testbench
-endef