summaryrefslogtreecommitdiff
path: root/rtl/pkt_switch/mod.mk
blob: a76ebf0cce41732daa8efd711e6dd4baacc3cd50 (plain)
1
2
3
4
5
6
7
8
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