summaryrefslogtreecommitdiff
path: root/rtl/axilemu/mod.mk
blob: 60747a72d0cd04152401358d706a31e428aa0987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cores := axilemu_if

define core
  $(this)/deps := axilemu_if if_common

  $(this)/rtl_top := axilemu
  $(this)/rtl_dirs := .
  $(this)/rtl_files := axilemu.sv
endef

define core/axilemu_if
  $(this)/hooks := regblock

  $(this)/regblock_rdl := axilemu_if.rdl
  $(this)/regblock_top := axilemu_if
  $(this)/regblock_args := --default-reset arst_n
  $(this)/regblock_cpuif := axi4-lite
endef