diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-04 14:19:48 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-04 14:19:48 -0600 |
| commit | a7d92072c0bdc3a3e1c99de64f353e932846bc2a (patch) | |
| tree | cc9af86b65820c3a30cf1d0b0c97e8bfe8fc9b44 /rtl/pkt_switch/mod.mk | |
| parent | 90cd29d85865bb5a4dbdf791616818b151881883 (diff) | |
rtl/pkt_switch: replace axi_timer example with pkt_switch
Diffstat (limited to 'rtl/pkt_switch/mod.mk')
| -rw-r--r-- | rtl/pkt_switch/mod.mk | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
