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