summaryrefslogtreecommitdiff
path: root/rtl/wb2axip/mod.mk
blob: 224f2904c064310282b73b3d8bfe331017603fcd (plain)
1
2
3
4
5
6
7
8
9
10
cores := axixbar

define core
  $(this)/rtl_dirs := .
endef

define core/axixbar
  $(this)/deps := wb2axip
  $(this)/rtl_top := axixbar
endef