diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-06 01:56:14 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-06 01:56:14 -0600 |
| commit | 95c35cdd306868599e6ee11cbfbe4495a0ab843f (patch) | |
| tree | b19d3debc79ac0875d07c82cd7c6b3ea8a621001 /rtl/gfx/mod.mk | |
| parent | e7266cad08ac6f1bcb90c5bbcc501b919882cf1a (diff) | |
rtl/gfx: add axilemu interface
Diffstat (limited to '')
| -rw-r--r-- | rtl/gfx/mod.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/gfx/mod.mk b/rtl/gfx/mod.mk index 3c27a4a..6ea0fb1 100644 --- a/rtl/gfx/mod.mk +++ b/rtl/gfx/mod.mk @@ -1,11 +1,11 @@ cores := gfx_shader_schedif define core - $(this)/deps := axixbar gfx_shader_schedif if_common picorv32 + $(this)/deps := axilemu axixbar gfx_shader_schedif if_common picorv32 $(this)/rtl_top := gfx_top $(this)/rtl_dirs := . - $(this)/rtl_files := gfx_isa.sv gfx_pkg.sv + $(this)/rtl_files := gfx_isa.sv gfx_pkg.sv gfx_top.sv endef define core/gfx_shader_schedif |
