From e7266cad08ac6f1bcb90c5bbcc501b919882cf1a Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 5 May 2024 21:29:41 -0600 Subject: rtl/axilemu: implement AXI-Lite agent emulation --- rtl/axilemu/mod.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 rtl/axilemu/mod.mk (limited to 'rtl/axilemu/mod.mk') diff --git a/rtl/axilemu/mod.mk b/rtl/axilemu/mod.mk new file mode 100644 index 0000000..60747a7 --- /dev/null +++ b/rtl/axilemu/mod.mk @@ -0,0 +1,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 -- cgit v1.2.3