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/pkt_switch/mod.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rtl/pkt_switch/mod.mk (limited to 'rtl/pkt_switch/mod.mk') diff --git a/rtl/pkt_switch/mod.mk b/rtl/pkt_switch/mod.mk new file mode 100644 index 0000000..a76ebf0 --- /dev/null +++ b/rtl/pkt_switch/mod.mk @@ -0,0 +1,9 @@ +define core + $(this)/targets := test + + $(this)/rtl_top := pkt_switch + $(this)/rtl_files := pkt_switch.v + + $(this)/cocotb_paths := . + $(this)/cocotb_modules := testbench +endef -- cgit v1.2.3