From a7d92072c0bdc3a3e1c99de64f353e932846bc2a Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 4 May 2024 14:19:48 -0600 Subject: rtl/pkt_switch: replace axi_timer example with pkt_switch --- rtl/axi_timer/mod.mk | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 rtl/axi_timer/mod.mk (limited to 'rtl/axi_timer/mod.mk') 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 -- cgit v1.2.3