diff options
Diffstat (limited to 'rtl/gfx/mod.mk')
| -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 |
